/* Standardzeugs */

body{
	font-family: Arial, Helvetica, sans-serif;
	
	margin-top: 0px;
	
}

table,td,th,tr{
	
}


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

a:hover {
	text-decoration: none;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size:120%;
	color: #000000;
}

h2 {
	font-size: 110%;
	color: #000000;
	
}

h3 {
	font-size: 120%;
	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, Helvetica, sans-serifsans-serif;
 color: #334d55;
}
				


/*Layoutzeugs*/

/*Schatten*/
#bg{
	background-image: url(images/bgrow.jpg);
	background-repeat: repeat-y;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container{
	width: 780px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
}

/*Header*/
#head{
	margin: 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #FF9933;
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

/*Navigation*/
#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 100%;
	background-color: #FFFFFF;
	top: 0px;
	bottom: 0px;
	width: 215px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}




#navBar{
	margin: 0;
	padding: 0px;	
	
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


 /*hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/* fix for browsers that don't need the hack*/
html>body #navBar li {border-bottom: none;}


#content{
	float:right;
	width: 71%;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	font-size: 10px;
	text-align: left;
	/*vertical-align: top;
	display: compact;*/
}

#mood{
	padding-top: 3px;
}


#moodstart{
	margin-top: 3px;
}


/*Unterstrichlinie*/
#col{
	background-image: url(images/ul.jpg);
	background-repeat: repeat-x;
}

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

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

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

#prod{
	font-size: 120%;
	margin-top: 3px;
}


#siteInfo{
	clear: both;
	font-size: 75%;
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */
	
#wir-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	text-align: left;
	padding-left: 225px;
	padding-right: 15px;
	
}

#kontakt-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	text-align: left;
	padding-left: 225px;
	padding-right: 15px;
}


#fp{
	padding-left: 225px;
}


/*********** #sectionLinks styles ***********/


#mail{
	font-style: italic;
	text-decoration: underline;

}

#link{
	height: 35px;
	width: 215px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	vertical-align: sub;
	margin-bottom: 3px;
	margin-top: 0px;
}

#alink{
	height: 35px;
	width: 215px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: right;
	margin-bottom: 3px;
	margin-top: 0px;
}

