/* general Layout */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;	
}

a {
	
	color: #013D79;
}

p {
	margin-top: 0px;
	padding-top: 0px;	
	
}


#maincontent   td {
	font-size:11px;	
}

img {
	
	border: none;
}



#repeat {
	background-image: none;
	width: 17cm;
}

#bg {
	background-image: none;
}


#wrapper {

	background-image: none;

}
#header {
	height: 100px;
	background-image: url(../images/Logo_tellsell_print.gif);
	background-position: right 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#claim {
	height: 59px;
	float: left;
	color: #013D79;
	margin: 0px;
	padding: 0px;
	display: none;
}


#navwrapper {display:none;}
#breadcrump {display:none;}
#breadcrump a {
	color: #2F5F8F;
	text-decoration: none;
}

#logo {
	float: right;
	margin-top: 30px;
	height: 40px;
}

#navbox1, #navbox2, #navbox3, #navbox4 {
	height: 200px;
	width: 230px;
	background-color: #99FF00;
	float: left;
}


#maincontent {
	float: left;

}




#infobox {display:none;}
#infobox h3 {
	background-color: #7193B6;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#infobox a {
	color: #2F5F8F;
	text-decoration: none;
}
#infobox .pad {
	padding: 10px;
}
#footer {display:none;}
#footer a {
	color: #848484;
	text-decoration: none;
}
#mainarea {
	line-height: 18px;
	border: 3px solid #FFFFFF;
	margin-top: 0px;
	color: #013D79;
	
}
#maincontent h1 {
	font-size: 18px;
	color: #013D79;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}
#maincontent h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 16px;
	color: #013D79;
	
}

#maincontent h3 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #013D79;
}




/* Navigation */


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	line-height:normal;
	
}

#nav a {
	display: block;
	width: 10em;
	
}

#nav li { /* all list items */
	float: left;
	width: 10em;
}

#nav li #main {

	background-color: #7293b7;
	width: 220px;
	height: 20px;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
}

#nav li.active #main{
	background-color: #013d79;

	
}

#nav li.box2 {
	background-image: url(../images/bg_unternehemen.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}


#nav li.box2 {
	background-image: url(../images/bg_unternehemen.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}



#nav li.box3 {
	background-image: url(../images/bg_wachstum.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav li.box4 {
	background-image: url(../images/bg_karriere.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#nav li.box11 {
	background-image: url(../images/bg_presse.jpg);
	background-repeat: no-repeat;
	height: 194px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	height: 162px;
	width: 230px;
	background-color: #CBCBCB;
	padding-top: 5px;
	/*filter:alpha(opacity=80);*/
/*-moz-opacity:.8;opacity:.95;	*/
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a { /* second-level lists */
	width: 220px;
	background-color: #cbcbcb;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight:bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	line-height: normal;
	display: block;
	width: 220px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom:1px;
	margin-top:1px;

	
	
}

#nav li ul li.active a  {
	background-color: #013d79;

	
}

#nav li ul li a:hover { /* second-level lists */
	background-color: #7293b7;
	
	
}


#nav li.active ul li a:hover {
	background-color: #7293b7;

	
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#infobox .pad p {
	margin: 0px;
	padding: 0px;
	color: #4b4b4b;
}
#maincontent li {
	list-style-type: square;
}


/* Newsliste  */

#artikelliste li {
padding-bottom:8px;
}


/**
 * CSS styles for Contenido Sitemap.
 * 
 * @author Frederic Schneider
 * @copyright four for business AG <www.4fb.de>
 * @version 0.1.0
 * 
 * created 2008-04-11
 */

#maincontent .sitemap a {
	text-decoration: none;       
}


#maincontent .sitemap a:hover {
	text-decoration: underline;       
}


#maincontent .sitemap, .sitemap ul {
        margin-left:0;
        padding-left: 0;
		list-style-type: none;
		width:400px;
		
}

#maincontent .sitemap li {
	border-bottom: 1px solid #ffffff;
	list-style-type: none;
	
}

.sitemap li.level1 {
	background-color: #e6f1fb;
	padding: 3px 3px 3px 10px;
	list-style-type: none;
	font-weight: bold;
}

.sitemap li.level2 {
        background-color: #f4f9fd;
        padding: 3px 3px 3px 30px;
		list-style-type: none;
}

.sitemap .level3 {
         background-color: #ffffff;
        padding: 3px 3px 3px 50px;
}

/* Only for IE */
*+html .sitemap .list2, * html .sitemap .list2 {
        margin-top: -14px;
}



/* Homestyles */
#indexbox {
	background-color: #e9e9e9;
	height: 100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	
}

#textbox1 {
	height: 100px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color:#666666;
}

#textbox2 {
	height: 100px;
	width: 230px;
	float: left;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	color:#666666;
}

#textbox3 {
	height: 100px;
	width: 230px;
	float: left;
	color:#666666;
	background-position: 0px 26px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#textbox4 {
	height: 100px;
	width: 230px;
	float: left;
	color:#666666;
}

.textboxhome  {

	color:#666666;
	padding: 10px;
}


/* Formulare */


input {
	color: #666666;
	font-size: 12px;
}

#bewerbung   td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	font-size:12px;	
}

#printlogo img {
	float: right;
}