/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #3d505a;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#65727A;
}

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

a:hover {
	text-decoration: underline;
}
/* 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-size: 120%;
	color: #3d505a;
}

h2{
	font-size: 114%;
	color: #3d505a;
}

h3{
 font-size: 100%;
 color: #3d505a;
}

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

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

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;
}

form{
	margin: 0px;
	padding: 0px;
}

hr{
	color:#3d505a;
	height:1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#splash{
	paading: 
}
#mainContainer{
	width: 817px;
	position: absolute;
	left: 50%;
	margin-left: -408px;
	background:url(images/layout/bac_content_home.gif) repeat-y;
}
#masthead{
	clear:both;
	margin: 0px 0px 0px 8px;
	padding: 10px 0px 0px 0px;
	width: 100%;
	background-image:url(images/layout/verl_gelb.gif);
	background-repeat:repeat-y;
}

#masthead img{
	padding: 0px 10px 10px 10px;
}

#navBar{
	margin: 1% 2% 0 72%;
	padding-top: 40px;
	/*border:1px dotted #FF0000;*/
}

#content{
	clear:both;
	float:left;
	width: 99%;
	height:auto;
	margin: 0;
	padding: 0 1% 0 0;
	/*border:1px dotted #FF0000;*/
}

#contentHome{
	clear:both;
	float:left;
	width: 99%;
	height:auto;
	margin: 0;
	padding: 0 1% 0 0;
	/*border:1px dotted #FF0000;*/
}

/***********************************************/
/* Vorlagen Layer */
/***********************************************/

#containerMastTeaser	{ width: 99%; }
#containerTeaserHome	{ clear:both; float:left; width:340px; }
#containerTeaserHome2	{ float:left; width:350px; }
#bildTeaserHome			{ float:left; width:155px; }
#textTeaserHome			{ color:#3d505a; float:left; }

#containerBildLinks		{ clear:both; width:431px; }
#bildBildLinks			{ float:left; width:205px; }
#textBildLinks			{ float:left; width:220px; }

#containerBildRechts	{ clear:both; width:431px; }
#bildBildRechts			{ float:left; width:205px; text-align:right; }
#textBildRechts			{ float:left; width:220px; }

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

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

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


/*************** #logo styles **************/

#logo{
	float:left;
	padding: 0px 0px 10px 18px;
}


/************* #globalNav styles **************/
#globalNav{
	clear:both;
	float:left;
	color: #cccccc;
	background-color:#ECECEC;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	width:800px;
}
#globalNav img{
	margin: 0px;
	padding: 0px;
}
/* #masthead img aufheben */
#globalNav a {
	font-size: 90%;
	padding: 0px 0px 0px 0px; 
}
.w250 {
	width:250px;
}

/************* #splash styles *************/

#splash{
	clear:both;
	float:left;
	padding-left:8px;
}

#splash img{
	margin: 0px;
	padding: 0px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 18px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 40px 40px 0px 68px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}

.story h1{
  padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #3d505a;
	padding: 3px 10px 12px 18px;
	background-image:url(images/layout/bac_btn.gif);
	background-repeat:no-repeat;
}
/* 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" */

.linkeSpalte{
	clear:both;
	float:left;
	width:335px;
	height:auto;
}
.rechteSpalte{
	float:left;
	padding:0px 0px 40px 25px;
	width:335px;
	height:auto;
}
.formZeile{
	clear:both;
	width:420px;
	height:2em;
	}
.formZeileTextarea{
	clear:both;
	width:420px;
	height:6em;
	}
.formLeft{
	float:left;
	width:155px;
	height:2em;
	}
.formRight{
	float:left;
	width:245px;
	height:2em;
	}
.formRight input{
	width:100%;
	}

