body{ font-family: Arial, sans-serif; color: #333333; line-height: 1.17; background-image: url(../intern_img_global/as_hintergrund.jpg); background-repeat: repeat; background-attachment: fixed; background-position: 0 0; margin: 0; padding: 0; }

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005fa9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, sans-serif;
 color: #006699;
 margin: 0;
 padding: 10px 0 0;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

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

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

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{ background-color: white; position:absolute; top: 112px; left: 2%; right: 2%; width:95.6%; min-width: 800px; }

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width:95.6%;
	
}

#pageNav{ float: left; width:178px; padding: 0; background-color: #f5f7f7; border-right: 1px solid #cccccc; border-bottom: 1px solid #cccccc; font: small Verdana, sans-serif; clear: none;;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{ margin: 0; padding: 16px 0 8px; color: #b9b9b9; font-weight: normal; }

/************** utility styles *****************/

#utility{ font: 75% Verdana, sans-serif; position: absolute; top: 16px; right: 0; color: #fff; }

#utility a{
	color: #ffffff;
}

#utility a:hover{ color: #005fa9; text-decoration: underline; }

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{ position: relative; width: 95px; min-width: 800px; height: 65px; color: #cccccc; padding: 0; margin: 0; }

#globalNav img{
	
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	height: 22px;
	min-width: 800px;
	padding: 0;
	margin: 0;
	z-index: 100;
}


a.glink, a.glink:visited{ font-size: small; color: #000000; font-weight: bold; min-width: 800px; margin: 0; padding: 2px 0; }

a.glink:hover{
  	text-decoration: none;
}

.skipLinks {
	display: none; }

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 116px;
	left: 0;
	/*width: 100%;*/
	height: 25px;
	padding: 0 0 0 5px;
	visibility: hidden;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #666;
}

.subglobalNav a:hover{
	color: black;
}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 1px 0 5px 10px;
	font: small Verdana, sans-serif;
	color: #aaaaaa;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


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

.feature{ padding: 0 0 10px 10px; font-size: 80%; margin-top: 1px; margin-bottom: 1px; }
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{ clip: rect(auto auto auto auto); float: left; padding: 0 10px 0 0; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }


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

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

.story h3{ font: bold 125% Arial, sans-serif; color: #000000; bottom: 6pt; }

.story p { text-align: justify; padding: 15px 12px; }

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{ text-align: justify; padding-right: 12px; padding-bottom: 15px; padding-left: 12px; }


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #005fa9;
	padding: 10px;
	margin-top: 0;
}

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


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

#hauptaktion{
	margin: 0px;
	padding: 0px;

}

#hauptaktion h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#hauptaktion a:link, #hauptaktion a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0 3px 10px;
	color: #21536a;
}

#hauptaktion a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


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

.nebenaktion{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

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

.nebenaktion a{
	display: block; 
}


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

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/








