@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFCC;
	color:#333;
	font-family:Arial, Verdana, Helvitica, sans-serif;
	font-size: 12px;	
	margin:0 auto;
	margin-top:30px;
	width:750px;
}

/* ----- HEADER ----- */



#header {
	width:750px;
	height:150px;
	background-color:#333333;
}
/* ----- NAVIGATION ----- */


#menu {
	width:750px;
	display:block;
	height:21px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(http://de.geocities.com/code/style1/images/bgOFF.gif) repeat-x top left;
	
	/*border-bottom:1px solid #d9d9d9;*/
}
#menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
/*	width:auto;*/
}
#menu ul li {
	display:block;
	float:left;
}
#menu ul li a {
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	padding:1px 5px 1px 5px;
	height:18px;
}

#menu ul li a:hover, #menu ul li a.current {
	border-bottom: 5px solid #034895;
	color:#034895;
	background:transparent url(http://de.geocities.com/code/style1/images/bgON.gif) repeat-x top left;
}


/* ----- MAIN CONTENT ----- */



#content {
	background-color: #FFFFCC;
	border: 1px dotted #CCF;
	height:auto !important; /* for modern browsers */
	height:450px; /* for IE5.x and IE6 */
	margin-top:10px;
	min-height:450px; /* for modern browsers */
	padding:5px;
	width:750px;	
}


/* ----- FOOTER ----- */

#footer {
	width:750px;
	height:100px;
	background-color:#FFFFCC;
	margin-top:10px;
	font-size:10px;
	padding:2px;
}

/* ----------------- */
.center{text-align:center;}


/* ----- tags ------ */
h1 {
	border: 1px dotted #CCF;
	font-size: 15px;
	padding:3px;	
}

h2 {
	border-left:2px solid #034895;
	font-size: 12px;
	font-weight:bold;
	margin-top: 25px;
	padding-left: 5px;
}

hr {
	height:0px;
	border:0;
	border-bottom:1px dotted #ccF;
	margin:25px 0px;
}

/* ---- pseudo classes ---- */

a:link, a:visited {
	color:#034895;
	text-decoration:none;
}

a:hover {
	color:#034895;
	text-decoration:underline;
}

