
/* 
	VESPA CLUB DARMSTADT 
	content.css
	2006/10/24
	- spezielle CSS Datei fuer Seiteninhalte -
*/

.content_header {
	border-bottom: 2px solid #0e3192;
	padding-left: 6px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	
	/* font */
	font-size: 16px;
	color: #0e3192;
	font-weight: bold;
}

.content_box {
	margin-bottom: 15px;
}

.content_box input, .content_box textarea {
	border: 1px solid #000000;

}

.content_text {
	margin-bottom: 10px;
	
	/* font */
	text-indent: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
}

.content_text a {
	margin: 0px;
	padding: 0px;

	/* font */
	text-decoration: none;	
}

.content_text a:link, .content_text a:visited {
	/* font */
	font-weight: normal;
	color: #0f3292;
}

.content_text a:hover, .content_text a:focus {
	/* font */
	font-weight: bold;
	color: #0f3292;	
}

.content_imgBox {
	float: right;
	margin-left: 7px;
	background-color: #ebebeb;
	
	/* font */
	font-size: 10px;
	color: #000000;
}

.content_imgBoxCenter {
	margin-left: auto;
	margin-right: auto;
	background-color: #ebebeb;
	margin-bottom: 8px;
}

.content_imgBox img, .content_imgBoxCenter img {
	border: none;
}

.content_imgText {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
	
	/* font */
	font-size: 10px;
}

.dateTable, .teaserTable, .gbookTable {
	width: 575px;
	border-collapse: collapse;
	
	/* font */
	font-size: 11px;	
}

.gbookTable {
	margin-left: auto;
	margin-right: auto;
	text-indent: 0px;
}

.dateTable_header, .gbookTable_header {
	background-color: #ebebeb;
	line-height: 20px;
}

.dateTable_row {
	background-color: #ffffff;
	vertical-align: top;
	line-height: 20px;
}

.dateTable_row td {
	border-top: 1px solid #999999;
	padding-left: 5px;
}

.dateTable_l {
	width: 25%;
	padding-left: 5px;	
}

.dateTable_r {
	width: 75%;
	padding-left: 5px;	
	border-left: 1px solid #999999;
}

.teaserTable {
	background-color: #ebebeb;
}

.teaserTable img {
	height: 150px;
	width: 200px;
	border: none;
}

.teaserText {
	background-color: #ebebeb;
	height: 150px;
	border-collapse: collapse;
	vertical-align: top;
	
	/* font */
	font-size: 11px;	
}	

.teaserText_header {
	line-height: 20px;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	
	/* font */
	font-weight: bold;
}

.teaserText_text {
	vertical-align: top;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(../img/teaser_read_more.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.gbookTable_header {
	padding-left: 5px;
	border-bottom: 1px solid #666666;
}

.gbookTable_text {
	padding: 5px;
	vertical-align: top;
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
	
	/* font */
	font-size: 12px;
	color: #000000;
}

.warning {
	width: 300px;
	font-size: 12px;
	color: #000000;
	background: #ffcccc;
	border: 1px solid #ff3333;
	padding: 10px;
}

.thanks {
	width: 300px;
	font-size:12px;
	color: #000000;
	font-weight: bold;
	background:#ccffcc;
	border:1px solid #339933;
	padding:10px;
}

.input {
	font-size:12px;
	color:#000000;
	border:1px solid #666666;
	padding:2px;
}

.button {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:#669966;
	border-top:1px solid #99cc99;
	border-left:1px solid #336633;
	border-right:1px solid #99cc99;
	border-bottom:1px solid #336633;
}
