/* css */

/* css */


/* -----------------
   Basics 
----------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.35em;
	color: #999;
	text-align: center;
	background: #fff;
}

a { color: #00f; text-decoration: none; font-weight: normal; outline: 0;}
a:hover { color: #00f; text-decoration: none; outline: 0;}

img {
	border: none;
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}
/* -----------------
   Logo 
----------------- */

#page h1 a {
	display: block;
	text-indent: -9999em;
	width: 225px;
	height: 30px;
	background: url(/img/logo_eice.gif) no-repeat 0 0;
	margin: 0 0 20px 45px;
}

/* -----------------
   Navi 
----------------- */

/* mainnavi */

#mainnavi {
	width: 100%;
	list-style: none;
	margin: 0 45px;
	background: url(/img/bg_navi.gif) no-repeat 0 100%;
	height: 35px;
}
#mainnavi li {
	float: left;
}
#mainnavi a {
	display: block;
	width: 102px;
	height: 26px;
	color: #666;
	text-align: center;
	line-height: 27px;
}
#mainnavi a:hover, #mainnavi .active a {
	color: #666;
	background: #e7e6e7;
}


/* -----------------
   Positionierung 
----------------- */


#page {
	width: 600px;
	margin: 50px auto;
	text-align: left;
}
#main {
	clear: left;
	border: 1px solid #ccf;
	padding: 25px 10px 5px;	
}

#content {
	margin-left: 50px;
	width: 380px;
}
#sidebar2 {
	width: 100px;
	float: right;
}
/* -----------------
   Headlines, Text 
----------------- */

h2, h3, p, #content ul, ol {
	margin: .5em 0;	
}
h2 {
	font-size: 1.1em;
	margin-top: 10px;
}
h3 {
	font-size: 1em;
}
#content ul, ol {
	margin-left: 15px;
}


/* ---------- */

img.flt-l {
	margin: 0 10px 5px 0;
	float: left;
}
img.flt-r {
	margin: 0 0 5px 10px;
	float: right;
}
.clearer {
	line-height: 1px;
	height: 1px;
	clear: both;
}


/* -----------------
   Formular 
----------------- */

#comment {
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 400px;
}
ol {
	width: 340px;
}
/* -----------------
   Farbwelten 
----------------- */

#main.c1 {
	border-color: #00f;
}
#main.c2 {
	border-color: #66f;
	background-image: url();
}
#main.c3 {
	border-color: #99f;
	background-image: url();
}
#main.c4 {
	border-color: #ccf;
}
#main.c5 {
	border-color: #e6e6ff;
	background-image: url();
}
#s {
	width: 100px;
}
#nn {
	width: 100px;
}
#ne {
	width: 100px;
}
