/*www.pixelplaat.de - CSS-Styles*/

.imaufbau{
font-size:65%;
}
.bildunterschrift{
font-size:80%;
letter-spacing:0.1em;
text-align:center;
/*padding-left:69px;*/
}
#beschriftung{
	position:relative;	
	top:-17px;
	left:2px;	
}
.linkpfeil{
font-family: arial,sans-serif;
font-size: 14px;
color:#000000;
}
strong{
	color:#000000;
	font-style:italic;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color:#FDFDFD;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	/*Für den Mozilla, damit der Scrollbalken immer angezeigt wird*/	
	overflow:auto;
  overflow: -moz-scrollbars-vertical;		
}

/*Genutzer Bodybereich*/

#masterbody{
		width:760px;
		border-top:1px solid #989797;
		border-right:1px solid #989797;
		border-left:1px solid #989797;
		background-color:#ffffff;
		background-image:url(images/kachel_links.gif);
		background-repeat:repeat-y;						
		margin-bottom:20px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;	
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;	
	padding: 0px;
}
ul{
padding: 0 0 0 20px;
margin: 0 0 0 0;
}

h1{
margin: 10px 0px 0px -1px;
 font-size: 15px;
 color: #000000;
 padding: 0px 0 10px 0; 
}
h2{
margin: 20px 0px 0px 0px;
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
}
.h1h2{
margin: 0px 0px 0px 0px; 
}
h3{
margin: 10px 0px 0px 0px;
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #000000;
}

h5{
 font-size: 100%;
 color: #000000;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/*Adresse im Impressum*/
.adresse{	
	line-height:1.3;
	font-weight:bold;	
}

/***********************************************/
/*NAVIGATION                           */
/***********************************************/
/*++++++++Navigation 1 nav1 ++++++++++++*/
#navcontainer1
	{	
		margin: 0px;
		padding: 0 0 0 56px;
		width:704px;
		height: 18px;			
		background-color: #eeeeee;				
		font-size: 80%;		
		/*border-top: 1px solid #cccccc;*/
		border-bottom: 1px solid #cccccc;
		z-index:1;		
	}

#navcontainer1 ul
	{
		margin: 0;
		padding: 2px 0 0 0;
		list-style-type: none;	
	}

/*Einzellinks*/
#navcontainer1 ul li 
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;		
}

.linkaktiv  {
	color:#000000;
}
#navcontainer1 ul li a
{	
	width: 89px;	
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
	text-decoration: none;
	display: block;
	text-align: center;	
	/*font-family: "Courier New", Courier, mono;	*/
	color:#999999;		
	border-right: 1px solid #AAAAAA;		
}

#navcontainer1 ul li a:hover
{
	color:#000;
}
#navcontainer1 ul li a:active
{
	color:#000;	
}
#navcontainer1 ul li a:focus
{
	color:#000;	
}


/*##############################################*/
/*nav2*/
#navcontainer2
	{
		width:111px;
		min-width:122px;
		max-width:122px;						
		padding: 0 0 0 0;
		margin: 0 0 0 0px;
		/*font-family: "Courier New", Courier, mono;*/
		font-size:80%;		
		background-color: #eeeeee;			
		position:relative;
		float:left;
		top: 0px;
		left:0px;						
		}
	
#galeriebild
	{	
	background-color: #fff;	
	/*border: solid 1px #000;*/
	margin: 0 0 0 0px;
	padding: 0px 0 10px 10px;
	text-align:center;		
	}
#galeriebild img
	{
		
	}
.thumbnails {		

}
.thumbnails img
	{
		margin: 5px 1px 0 1px;									
	}
.thumbnails a img
	{
		height:50px;
		width:50px;	
		border: 1px solid #fff;				
	}
.thumbnails a:hover img 
	{		
	filter:Invert() /*Nur IE*/
	border: 1px solid #aaa;
	}
.thumbnails a:active img 
	{	
	filter:Invert()/*Nur IE*/
	border: 1px solid #aaa;
	}
.thumbnails a:focus img 
	{	
	filter:Invert()/*Nur IE*/
	border: 1px solid #aaa;
	}

#galerie 
	{	
	background-color: #fff;	
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
		
	}
#navcontainer2 ul
	{
		list-style: none;
		margin:  -3px  0 0 0;
		padding: 0 0 0 0;
	}
#navcontainer2 li 
	{
		border-bottom: 1px solid #AAAAAA;	
		width:100%;		
		height:100%;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}

#navcontainer2 li a 			/*bestimmt die einzelne Linkzeile mit dicken Rändern*/
	{
		display: block;
		padding: 5px 5px 5px 0.5em;		
		text-decoration: none;
		width: 100%;			
		color:#999999;		
	}


html>body #navcontainer2 li a { width: auto;}

#navcontainer2  li a:hover
{
	/*background-color: #dddddd;	*/
	color: #000000;	
	/*height:100%;*/
}

#navcontainer2  li a:active
{
	/*background-color: #dddddd;	*/
	color: #000000;	
	height:100%;
}

#navcontainer2  li a:focus
{
	/*background-color: #dddddd;	*/
	color: #000000;	
	height:100%;
}
.navcontainer2aktiv  {	
	border: 0 0 0 0;	
	padding: 0 0 0 0;	
	color: #000000;
	height:12px;	
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	margin: 0;
	padding: 0 0 0 0;
	width: 760px;
	height:70px;
	background-color:#eeeeee;
	background-image:url(images/header.gif);
	/*background-image:url(images/header_xmas.gif);*/
	/*background-image:url(images/header_xmas_ani.gif);*/
	/*background-image:url(images/header_karneval.gif);*/
	background-repeat:no-repeat;
	
}

/*Kopf Seitenname und Untertitel*/

/*Seitenname für Suchmaschinen*/
#header h1
	{
		font-size:10px;
		/*font-family:"Courier New", Courier, mono;*/
		font-weight:normal;
	  color:#bbbbbb;
		margin: 0px;
		padding: 0px 0px 10px 10px;	
		position:relative;
		top:-14px;
		left:0px;
		/*display:none;*/
		width:750px;
		text-align:right;
	}
/*Slogan*/
#header h2
	{
		font-size:12px;
		font-family: Verdana,arial,sans-serif;
		font-weight:normal;
	  color:#999999;
		margin: 0px;
		padding: 2px 0px 10px 6px;
		position:relative;
		/*top:45px;*/
		top:-20px;
		left:-1px;		
	}
	
.up{
	text-align:right;	
}



#content{ 	
	font-size:80%;	
	padding: 20px 20px 20px 20px;
	line-height:1.5;		
	width:550px;	
	position:relative;
	float:left;
	top:0px;
	left:2px;
	color:#2F2B2B;			
}

#content p{	
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 6px 0px;
}
#content img
	{
		padding: 0px 0px 0px 0px; 	
	}
	
#contenttest{ 	
background-image:url(images/_test.jpg);
	
}

#content2 img{ 	padding: 0px 0px 0px 0px;}

#content2{ 	
	font-size:80%;	
	padding: 0px 20px 20px 20px;
	line-height:1.3;		
	width:550px;
	position:relative;
	float:left;
	top:0px;
	left:2px;
}
#content2 p{	
	padding: 0px 0px 0px 0px;
	margin:  0px 0px 6px 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 5px 10px;	
}

/************* #footer styles ***************/

#footer {	
	border-top: 1px solid #989797;
	border-bottom: 1px solid #989797;
	padding: 5px 0px 1px 10px;
	font-size: 65%;	
	margin-top: 0px;
	margin-bottom: 0px;	
	clear: both;
	width:750px;			
}
#footer a{
	color: #999999;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	text-decoration: underline;	
}

#footer a:hover{
	color: #333333;
}


.copyright{
padding: 0 10px 5px 0;
width:738px;
text-align:right;
color:#999999;
}
