/* CSS-Design (c) *********/
/* OPENTEAMWORK 2005 ******/
/* mail@openteamwork.de ***/

/* general information ****/
body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/white.gif) ;
	background-repeat: repeat-y;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #E5E688;
	height: 100%;
}

.img {
	margin:5px;
	padding:5px;
}

h3 {
   margin-top:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}


h2 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* elements of design - frontpage ****/

#white {
	bottom: 0px;
	position: absolute;
	width: 150px;
	height: 100%;
	background-color: #FBFBFB;
}

#black {
	position: absolute;
	left: 150px;
	width: 650px;
	height: 100%;
	background-color: #000000;
}

#choice {
	position: absolute;
	left: 150px;
	top: 45px;
	width: 210px;
	height: 200px;	
	text-align: center;
}

#choice a {
	font-weight: bold;
	font-size: 16px;
	color: #E5E688;
}

#choice a:hover {
	color: #5F9F9F;
}

/* elements of design - backpage *****/

.button a {
	text-align: center;
	font-size: 16px;
	color: #000000;
	text-decoration:none;
	display: block;
	font-weight: bold;
}

.button a:hover {
	font-size: 16px;
	color: #5F9F9F;
	text-decoration: underline;
}


/*#imprint {

	position:absolute;
	left: 0px;
	top: 500px;
	width: 150px;
}*/

span.imprint a{
	text-align: center;
	color: #B4B4B4;
	text-decoration:none;
	display: inline;
	font-weight: normal;
	font-size: 11px;
}

span.imprint a:hover{
	color: White;
	text-decoration: underline;
}

#navi {
	position: absolute;
	left: 0px;
	top: 189px;
	width: 150px;
	height: 360px;	
}



#logo {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 350px;
	height: 300px;
	background-image: url(images/logo_links.jpg);
}

#logoklein {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 246px;
	height: 145px;
	background-image: url(images/logo_klein.jpg);
}

#name {
	position:absolute;
	left: 0px;
	top: 8px;
	width: 150px;
	height: 75px;
	font-size: 19px;
	text-align: center;
	color: black;
}

#titel {
	position: absolute;
	left: 200px;
	top: 103px;
	font-size: 18px;
	width: 450px;
	height: 80px;	
	text-align: center;
	font-weight: bold;
}


#text {
	position: absolute;
	left: 200px;
	top: 173px;
	width: 450px;
	text-align: left;
}

/* Text der auf der Sprachwahl-Seite erscheint */
#startseitentext{
	position: absolute;
	left: 370px;
	top: 250px;
	width: 300px;
	height: auto;
}

#text a {
	color: #E5E688;
}

p{
	margin-top: 15px;
	padding-top:0px;
}


