/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../Bilder/Pattern_Ziegel_farbe_1.jpg);
	text-align: center;
	line-height: 116%;
	display: block;
}

a:link {
}

a:visited {
	color: #0066FF;
}


a:hover {
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 120%;
 color: #000000;
}

h3{
 font-size: 100%;
 color: #000000;
}

h4{
 font-size: 92%;
 font-weight: bold;
 color: #000000;
}

h5{
	font-size: 85%;
	color: #000000;
	font-weight: bold;
}

h6 {
	font-size: 70%;
	color: #000000;
}
h10 {
	font-weight: bold;
	color: #FFFFFF;
}
ul{
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#Zentralfeld {
	width: 800px;
	padding: 0px;
	border: thin solid #FFFFFF;
	text-align: center;
	background-color: #CCCCCC;
	display: block;
	margin: 25px auto 0;
	clear: both;
	position: relative;
	
	
}
#masthead{
	margin: 0;
	padding: 6px;
	border-bottom: 1px solid #cccccc;
	width: 788px;
	background-color: #CCCCCC;
	text-align: left;
}
.Bildleiste {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 792px;	
}
#col1 {
	float: left;
	width: 400px;
	overflow: hidden;
	padding: 1px;
}
#col2 {
	position: static;
	left: 390px;
	padding: 1px 1px 0px;
	top: 0px;
	clip: rect(0px,0px,0px,0px);
}
#Inhalt {
	background-color: #CCCCCC;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navBar{
	margin: 0;
	padding: 1px 1px 0px;
	background-color: #CCCCCC;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-repeat: repeat;
	width: 159px;
	position: static;
	height: 100%;
	text-align: left;
	float: left;
	background-position: center;
	background-attachment: fixed;
}
#Menue {
	background-color: #CCCCCC;
	border: 1px solid #666666;
	background-image: none;
	padding: 0px;
	margin: 8px 4px 4px;
}
#content{
	background-color: #EFEDED;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: left;
	float: right;
	display: block;
	width: 625px;
	padding-right: 10px;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin none #CCCCCC;
	border-left: thin solid #CCCCCC;
	margin-left: 0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 5px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #CCCCCC;
	padding: 0px 0px 2px;
	background-color: #CC0000;
	width: 792px;
	float: none;
	clear: both;
	margin-left: 2px;
	margin-right: 2px;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 75%;
	padding: 2px 4px 0px 0px;
	font-weight: bold;
	color: #FFFFFF;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 8px 0px 5px 10px;
	color: #990000;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 5px 10px;
	font-size: 80%;
	text-align: center;
}

.feature h3{
	padding: 30px 0px 0px 5px;
	text-align: left;
	margin-left: 5px;
}

.feature img{
	margin: 15px 5px 5px 0;
	text-align: center;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .table styles *****************/
.table {
	padding-left: 10px;
	text-align: center;
	clear: left;
}



/************** .story styles *****************/

.story{
	padding: 0px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 2px 5px 2px 5px;
	text-align: justify;
}
.story img{
	padding: 0px 5px;
	float: right;
	margin: 10px;
	
}

/************* #siteInfo styles ***************/

#siteInfo{
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	width: 100%;
	background-color: #990000;
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	color: #990000;
	text-decoration: none;
}
#navBar ul a:hover, #navBar ul a:active {
	
	color: #FFFFFF;	
}
#navBar ul {margin: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	font-weight: normal;
	font-size: 80%;
	margin-top: 4px;
	margin-left: 5px;
}
#Menuepunkt_1 {
	padding-top: 8px;
	padding-bottom: 4px;
	border-top: 1px #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-align: left;
	font-size: 84%;
	padding-left: 5px;
	font-weight: bold;
	
}
#Menuepunkt_2 {
	padding-top: 4px;
	padding-bottom: 8px;
	text-align: left;
	font-size: 90%;
	margin-left: 8px;
	font-weight: normal;
	line-height: 150%;
	border: thin none #999999;
	
}
#Menuepunkt_3 {
	font-size: 90%;
	line-height: 150%;
	margin-left: 20px;
	padding-top: 4px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #F0F0EB;
	background-color: #BBBBBB;
	padding-right: 2px;
}

#Menue a:link, #Menue a:visited {
	color: #990000;
	text-decoration: none;
	
}
#Menue a:hover, #Menue a:active{
	color: #FFFFFF;
	text-decoration: none;
	
}
#Menuepunkt h1 {
	font-size: 80%;
	text-indent: 4px;
	padding-left: 4px;
	font-weight: bold;
	padding-bottom: 5px;
	
}
#Menue img {
	display: block;
	left: 3px;
}
#Flagalogo {
	padding-left: 20px;
}
#NavbarZaun {
	padding-top: 10px;
	background-image: url(../Bilder/Pattern_Zaun_grau.jpg);
}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** .relatedLinks styles ***********/

.relatedLinks{
       
	
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}
#importantlinks {margin: 10px;
	padding: 5px 0px 15px 10px;
	font-size: 70%;
	;}  


#importantlinks a:link, #importantlinks a:visited {
	padding: 10px 0px 10px 0px;
	color: #990000;
	text-decoration: none;
	
}
#importantlinks a:hover, #importantlinks a:active{
	color: #FFFFFF;
	text-decoration: none;
}
#importantlinks ul {
     list-style:
	list-style-type: disc;
}  


#Menue img {
	float: left;
	vertical-align: bottom;
}
#Bild_li img {
	margin: 4px;
	float: left;
}
.feature table {
	text-align: center;
	padding-left: 40px;
}
#Auswahltabelle {
	text-align: center;
}
#Auswahltabelle a:link {
	color: #0033FF;
	text-decoration: underline;
	font-size: 70%;
}
#Auswahltabelle h7 {
	color: #0000FF;
	font-size: 70%;
}
#Flagalogo img {
	padding-top: 20px;
}
#Ankertabelle {
	font-size: 85%;
}
#Tabelle Einrueckung {
	float: left;
	margin-left: 0px;
}
#Menuepunkt_3 img {
	margin-left: -5px;
}
.story ul {
	font-weight: bold;
	margin-top: 30px;
	margin-left: 180px;
}
.titel {
	display: block;
	text-align: center;
}
.titel img{
	margin-top: 15px;
	text-align: center;
	display: block;
}
.Referenzbilder {
	text-align: center;
	padding: 5px;
	font-size: x-small;
	padding-left: 15px;
}

.Referenzbilder img {
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.Referenzbilder table {
	
}



#siteinfo a:link, #siteinfo a:hover,  #siteinfo a:visited,  #siteinfo a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#Sicherheit {
	text-align: center;
}

#counter a:link, #counter a:hover,  #counter a:visited,  #counter a:active {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 9px;
}
