
/* 
	VESPA CLUB DARMSTADT 
	main.css
	2006/10/24
	- generelle CSS Datei -
*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #e7eaf4;
	background-image: url(../img/body_back.gif);
	background-position: left top;
	background-repeat: repeat-y;
	
	/* font */
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
}

#header1_back {
	height: 170px;
	margin: 0px;
	background-image: url(../img/header1_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;	
}

#header1_left {
	float: left;
	height: 170px;	
	width: 185px;
	margin: 0px;
	background-image: url(../img/header1_left.jpg);
	background-position: left top;
	background-repeat: no-repeat;		
}

#header1_right {
	float: right;
	height: 170px;
	width: 670px;
	margin: 0px;
	background-image: url(../img/header1_right.jpg);
	background-position: right top;
	background-repeat: no-repeat;		
}

#header2_back {
	height: 24px;
	margin: 0px;
	background-image: url(../img/header2_back.jpg);
	background-position: left top;
	background-repeat: repeat-x;		
}

#header2_left {
	position: absolute;
	top: 170px;
	left: 0px;
	height: 24px;
	width: 125px;
	background-image: url(../img/header2_left.jpg);
	background-position: left top;
	background-repeat: repeat-x;		
	
	/* font */
	color: #0e3192;
	text-align: center;
	line-height: 24px;
	font-size: 11px;
	font-weight: bold;
}

#header2_right {
	position: absolute;
	top: 170px;
	left: 145px;
	height: 24px;
	margin: 0px;
	
	/* font */
	text-align: left;
	white-space: nowrap;
	color: #000000;
	line-height: 24px;
	font-size: 11px;
	font-weight: normal;
}

#header2_right img {
	border: none;
	vertical-align: middle;
}

#header2_right a {
	margin: 0px;
	padding: 0px;

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

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

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

#header3_back {
	height: 24px;
	margin: 0px;
	background-color: #e7eaf4;		
}

#content_back {
	width: auto;
	margin: 0px;
	margin-left: 290px;
	margin-right: 30px; /* 60px */
	background-color: #ffffff;
	background-image: url(../img/content_back_right.jpg);
	background-position: right top;
	background-repeat: repeat-y;		
}

#content {
	width: auto;
	padding: 25px;
	background-image: url(../img/content_back_left.jpg);
	background-position: left top;
	background-repeat: repeat-y;		
}

#pageimage {
	position: absolute;
	top: 218px;
	left: 0px;
	width: 270px;
	height: 120px;
	
	/* font */
	text-align: right;
}

#navigation {
	position: absolute;
	top: 338px;
	left: 30px;
	width: 240px;
	height: 300px;
	
	/* font */
	text-align: right;
}


#navigation ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 30px;	
}

#navigation li {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style: none;
	
	/* font */
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
}

.navigation_normal {
	background-image: url(../img/navi_back_normal.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.navigation_submain {
	background-image: url(../img/navi_back_submain.gif);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 24px;	
}

.navigation_active {
	background-image: url(../img/navi_back_active.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.navigation_normal a, .navigation_active a, .navigation_submain a {
	margin: 0px;
	padding: 0px;
	padding-right: 15px;
}

.navigation_normal a:link, .navigation_normal a:visited, .navigation_active a:link, .navigation_active a:visited, .navigation_submain a:link, .navigation_submain a:visited {
	text-decoration: none;
	
	/* font */
	color: #000000;
}

.navigation_active a:link, .navigation_active a:visited {
	/* font */
	color: #ffffff;	
}

.navigation_normal a:hover, .navigation_normal a:focus, .navigation_active a:hover, .navigation_active a:focus, .navigation_submain a:hover, .navigation_submain a:focus {
	text-decoration: none;
	
	/* font */
	font-weight: bold;
	color: #000000;
}

.navigation_active a:hover, .navigation_active a:focus {
	/* font */
	color: #ffffff;	
}

#space {
	position: absolute;
	top: 218px;
	right: 0px;
	width: 40px;
	height: 300px;
}