#site {
	background-color: #F6F4E5;
	padding: 20px;
	margin: 15px;
	width:962px; 
	border: 1px solid #CCCCFF;
}
#site[id] {
	width:922px; 	
}

/* #### HEAD >>>>>>>> */
	#head {
		
		background-repeat: no-repeat;
		background-color: #3E3D9A;
		width:922px; 
		z-index:1;	
	}
	#hair {
		background-image: url(../img/head_hair.gif);
		background-repeat: no-repeat;
		background-position: top;
		padding: 0px;	
	}
	#neck {
		background-image: url(../img/head_bottom.gif);
		background-repeat: no-repeat;
		background-position: bottom;
		padding: 10px 0px;	
	}	
	/* #### NAVIGATION >>>>>>>> */
		#navigation {
			position: relative;
			z-index: 1;
			height: 75px;
		}
		#navigation[id]{
			height: auto;

		}
		#level1, #level2, #level3 {
			float: left;
			position:relative;
			width: 175px;
			height: 100%;
			z-index: 1;
		}
		#level1[id], #level2[id], #level3[id] {
			height: auto;
			min-height: 100%;

		}		
		#level1 {
			background-color: #7878B8;
		}
		
		#level2, #level3 {
			background-repeat: no-repeat;
			background-position: top right;
		}
		#level2 {
			background-image: url(../img/upper_edge2.gif);
		}
		#level3 {
			background-image: url(../img/upper_edge3.gif);
		}  
		#level1 ul, #level2 ul, #level3 ul{
			margin: 10px;
		}
		#level1 a, #level2 a, #level3 a{
			color: white;
			text-decoration: none;
		}
		#level1 li, #level2 li, #level3 li{
			list-style: none;
			padding: 1px 0px;
			line-height: 0.9em;
			font-size: 0.75em;
			color: white;
			width: 100%;
		}				
		#level1[id] li, #level2[id] li, #level3[id] li{
			margin-left: -40px;
			width: auto;
		}

		.isactiv {
			font-weight: bold;
			background-image: url(../img/pfeil.gif);
			background-repeat: no-repeat; 
			background-position:  right center;		
		}	
		.thirdactiv  {
			font-weight: bold;
		}
	/* <<<<<<<< NAVIGATION #### */
/* <<<<<<<< HEAD #### */

/* #### CONTENT >>>>>>>> */
	
	#content {
		margin-top: 25px;
		
	}
	#content h1 {
		color: #000080;
		font-size: 1.2em;
		margin: 0 0 5px 0px;
		display: block;
	}
	#content h2 {
		color: #6564AD;
		font-size: 1em;
		margin: 0 0 5px 0px;
		display: block;
	}
	#intro, #content h3 {
		font-weight: bold;
		color: #6564AD;
		font-size: 0.8em;
		margin: 0 0 5px 0px;
		display: block;
	}	
	#text {
		margin-right: 300px;
		padding: 10px;
		
	}
	#textVoll {
		margin-right: 50px;
		padding: 10px;
		
	}	
	.article {
		font-size: 0.8em;
		text-align: justify;
		line-height: 1.5em;
	}
	.article p {
		clear: left;
	}
	.article h3 {
		font-size: 1em;
		color: #6564AD;
	}
	#text table,  #textVoll table{
		margin: 0px;
		padding: 0px;
		border-collapse: collapse;
		width: 550px;
	}
	
	#textVoll table {
		width: 850px;
	}
	.article td {
		vertical-align: top;
		border: 1px solid #6564B7;
		font-size: 0.8em;
		padding: 3px;
		width: auto;
	}
	.article[id] td {
		font-size: 1em;
	}
	.noborder td {
		border: none;
	}
	/* #### RIGHTCOL >>>>>>>> */	
		#rightcol {
			float: right;
			padding: 10px;
			width: 200px;
		}
		#BCG{
			margin-top: 5px;
		}
		#rightcol li {
			font-size: 0.8em;
			margin-left: 0px;
			list-style-image: url(../img/right_li.gif);
		}
		#login {
			border-top: 1px solid #4A4A45;
			border-bottom: 1px solid #4A4A45;
			width: 200px;
			padding: 10px 2px;
		}
		#login[id] img {
			margin: 3px 0px;
		}
		#login input{
			width: 100%;
			font-size: 0.8em;
			border: 1px solid #4A4A45;
			color: #000080;
		}
		#loginbutton{
			width: 75px;
			font-size: 0.8em;
			background-color: #F6F4E5;
			font-weight: bold;
		}
	/* <<<<<<<< RIGHTCOL #### */
	/* #### GALLERY >>>>>>>> */
		.gallery {
			margin: 0px;
		}
		.gallery img {
			border: none;
		}
		.gallery li {
				margin: 0px;
				list-style: none;
				display: inline;
				 padding: 10px 0px; /*20px 10px 0px; */
				width: 25%;
		}
	
		#switchimg, #switchimg a {
			margin: 0;
			color: #000080;
							margin-bottom: 10px;
		}
		
		#switchimg li {
			display: inline;
			width: 30%;
			margin: 0px;
			background-repeat: no-repeat; 

		}
		#prevbild {
			padding-left: 20px;
			padding-right: 20px;
			background-image: url(../img/blau_pfeil_l.gif);
			background-position: left center;	
		}
		#nextbild {
			padding-left: 20px;
			padding-right: 20px;		
			background-image: url(../img/blau_pfeil_r.gif);
			background-position: right center;	
			text-align: right;
		}
		#backbild {
			text-align: center;
		}
		#photo {
			width: 90%;
			text-align: center;
		}		
	/* <<<<<<<< GALLERY #### */
/* <<<<<<<< CONTENT #### */

.clear {
	clear: both;
}

#footer {
	font-size: 0.65em; 
	text-align: right;
	border-top: 1px solid #CCCCFF;
	padding-top: 5px;
	margin: 10px 0px;
	color: #6564AD;
}
#footer a {
	color: #6564AD;
}


.formtab td {
	border-bottom: 1px solid #CCCCFF;
	font-size: 0.8em; 
	padding: 2px;
	width: 25%
}
.formtab[class] td {
	font-size: 1em;
}
.formtab {
	border-collapse: collapse;
	width: 550px;
}
.formselements{
	width: 350px;
	border: 1px solid #CCCCFF;
}
.formselementserror {
	width: 350px;
	border: 2px solid #990000;
}

.formtab td {
	border: none;
}	