.main {
	background: #FFFFFF; 
	margin: 15px auto 15px auto; 
	text-align: left;
	vertical-align: top;
	width: 930px;
}

body{
	font-family: Arial, sans-serif;
	background-color: #e6e6e6;
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.166;
	text-align: center;
}

a:link, a:visited, a:hover {
	color: #666666;
	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;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 160%;
 line-height: 1;
 color: #666666;
}

h2{
 font-size: 140%;
 color: #9fba0c;
 line-height: 1;
}

h3{
 font-size: 120%;
 color: #666666;
 line-height: 1;
}

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

ul{
	list-style-type: square;
}

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

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


				

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


#headline {
	position: absolute;
	top: 167px;
	line-height: 20px;
	margin-left: 0px;
	padding-left: 0px;
	width: 373px;
	left: 325px;
}

#subhead{
	background-color: #fff;
	width: 924px;
	height: 44px;
}

#masthead a{
	color: #ffffff;
	font-size:22px;
	text-decoration: none;
}

#navBar{
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #ffffff;
	width: 201px;
}

#content{
    float:right;
	width: 694px;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	line-height: 1.366;
	color: #666666;
}

#content2{
    float: left;
	width: 900px;
	margin: 0;
	padding: 0 0 0 10px;
	background-color: #FFFFFF;
	line-height: 1.366;
	color: #666666;
}

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

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


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

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

#pageName2{
	padding: 0px 0px 15px 10px;
	line-height: 1.3;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 21%;
white-space: nowrap;
}
/* '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: 90%;
	padding: 0px 4px 0px 0px; 
}


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

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

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

/************** .feature styles ***************/

.feature{
	padding: 0px 20px 10px 10px;
	font-size: 80%;
}

.featureStart{
	padding: 0px 30px 0px 0px;
	font-size: 98%;
	line-height: 1.18;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: middle;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

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

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


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

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #ffffff;
	padding: 5px 5px 0px 5px;
	margin-top: 0px;
	text-align:right;
	background-color: #666666;
	height: 25px;
	line-height: 1.766;
}

#siteInfo a:link, #siteInfo a:hover, #siteInfo a:visited{
	color: #ffffff;
}

#siteInfo2{
	clear: both;
	color: #ffffff;
	background-color: #9fba0d;
	margin-top: 0px;
	height: 82px;
}

#sitefoot{
	background-image: url(bilder/abgerundete-ecken_footer.gif);
	background-repeat: no-repeat;
	height: 17px;	
}

/* 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" */

#siteInfo a{
	color: #666666;
	}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search2{
	padding: 0px 0px 0px 0px;
	font-size: 90%;
	background-color: #ffffff;
	height: 133px;
	width: 201px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


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

#navBar ul a:link, #navBar ul a:visited {display: block; font-color: #666666; text-decoration: none;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul ul{list-style: none; margin-left: 20px; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #fff; padding-top: 10px;}

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

#content ul a:link, #navBar ul a:visited {display: block; font-color: #d7d7d7;}
#content ul {list-style: square; margin: 0; padding: 0; font-color: #666666; color: #9fba0c;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#content li {margin-left: 15px; line-height: 1.366; padding-top: 10px;}

#rss li{list-style: none; margin-left: 15px; line-height: 1.366; padding-top: 0px;}

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

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

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;

	font-size: 85%;
}

#sectionLinks a.selected{

	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{

	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{

	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 31px;
}

.relatedLinks a{
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	color: #656565;
	text-align:right;
	border-bottom: 1px solid #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
}

.relatedLinks a:hover{
	font-size: 14px;
	text-decoration: none;
	text-transform:uppercase;
	color: #9fba0b;
	text-align:right;
	border-bottom: 1px solid #d7d7d7;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 0px 0px 2px 31px;
	font-size: 80%;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 0px 0px 0px 0px;
}

.Stil14 {
	color: #F65411;
}

.Stil20 {
	color: #9fba0c;
}

#tipps {
	line-height: 1;
	font-size: 12px;
}

table {
	line-height: 1.366;
}

th {
text-align: left;
padding: 0px;
margin:0px;
}


.box img{
border: 6px solid #4d4d4d;
}

.box, .box a:link, .box a:hover, .box a:visited, .box h2{
color: #fff;
}


.boxstart, .boxstart a:link, .boxstart a:hover, .boxstart a:visited, .boxstart h2{
color: #fff;
}

.Stil15 {color: #666666}

#mehr {
	padding-right: 13px;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
line-height: 1.166;
}

input {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
}