/*   
smb-group.de 2010
colors:
#fff;
#fbfbfb		quasi white
#c0c0c0;	light grey
#8b898b;	semi grey
#4f4f4f;	darker grey - text fe.

#ef1b25;	red - nav bg
#cc2029;	darker red - headline
*/
* {
	border : 0;
	margin : 0;
	padding: 0;
}

body{
	color: #4f4f4f;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
a:link,
a:visited,
a:active {	
	color: #4f4f4f;
	text-decoration: underline;	
}
a:hover{
	color: #cc2029;
	text-decoration: underline;
}

/* icons */
a:link.icon_right,
a:visited.icon_right,
a:active.icon_right {
	display: block;
	float: right;
	padding-right: 5px;
	text-decoration: none;		
}
/* icons END */

/* news */
a:link.news_link,
a:visited.news_link,
a:active.news_link {
	border-bottom: 1px dotted #fff;
	color: #4f4f4f;
	display: block;	
	padding: 5px;	
	text-decoration: none;	
}
a:hover.news_link{
	background: #c0c0c0;
	color: #fff;
}
/* news END */

#topheader{
	background: #fff;
	height: 58px;
}
#header{
	height: 110px;
	white-space: nowrap;
}
	
#main{
	background: #fbfbfb url(main-bg.png) repeat-y;
	border: 1px solid #fff;	
	border-bottom: none;
	height: auto;
	margin: 0px auto;
	text-align: left;
	width: 1000px;
}	
/* topnav horizontal menue */
#topnav{
	background: #8b898b url(topnav-bg.png) no-repeat;
	border-bottom: 11px solid #fff;
	height: 20px;
	width: 1000px;
}
#topnav_left{
	float: left;	
	padding-right: 20px;
	width: 200px;
}
#topnav_left a{
	color: #fff;
	display: block;	
	float: right;
	padding: 0 10px 0 10px;	
	text-decoration: none;
}
#topnav_left a:hover{	
	background: #fff;
	border-bottom: 3px solid #fbfbfb;
	color: #cc2029; 
}

#topnav_right ul {		
	list-style-type: none;
}
#topnav_right ul li{		
	display: block;
	float: left;
}
#topnav_right a{		
	border-right: 1px solid #fbfbfb;
	color: #fff;	
	display: block;
	height: 20px;
	padding: 0 10px 0 10px;	
	text-decoration: none;	
	white-space: nowrap;
}
#topnav_right a:hover,#topnav_right ul li.active{	
	background: #c0c0c0;
}
/* topnav END */

/* nav main menue */
#nav{
	float: left;	
	height: auto;
	padding: 34px 0 0 0;
	width: 200px;
}
#nav ul{
	list-style-type: none;		
}
#nav ul li a{		
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	padding: 6px 0 6px 10px;
	text-decoration: none;	
}
#nav ul li.active ul li a{		
	padding-left: 20px;
}
#nav ul li.active ul li ul li a{		
	padding-left: 30px;
}
#nav ul li.active ul li ul li ul li a{		
	padding-left: 30px;
}
#nav ul li a:hover, #nav ul li.navcurrent a,#nav ul li.navcurrent ul li a:hover{	
	background: #fff;
	color: #cc2029; 
}
#nav ul li.navcurrent ul li a{
	background: #ef1b25;
	color: #fff;
}
/* nav main menue END*/

/* contact_nav horizontal menue */
#contact_nav{
	height: 20px;
	margin-bottom: 20px;
}
#contact_nav ul {
	border-bottom: 1px solid #8b898b;
	height: 23px;
	list-style-type: none;
}
#contact_nav ul li{
	border: 1px solid #8b898b;
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
#contact_nav a{		
	display: block;
	height: 20px;
	padding: 2px 10px 0 10px;	
	text-decoration: none;	
}
#contact_nav a:hover,#contact_nav ul li.active{	
	background: #c0c0c0;
	color: #fff;
}
#contact_nav ul li.active{	
	background: #fff;
	border: 1px solid #8b898b;
	border-bottom: 1px solid #fff;
	color: #fff;
}
/* contact_nav END */

/* press_nav horizontal menue */
#press_nav{
	height: 20px;	
	margin-bottom: 20px;
	padding: 10px 20px 0 0;	
	width: 540px;
}
#press_nav ul{
	border-bottom: 1px solid #8b898b;
	height: 23px;
	list-style-type: none;
}
#press_nav ul li{
	border: 1px solid #8b898b;
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
#press_nav a{		
	display: block;
	height: 20px;
	padding: 2px 10px 0 10px;	
	text-decoration: none;	
}
#press_nav a:hover,#press_nav ul li.active{	
	background: #c0c0c0;
	color: #fff;
}
#press_nav ul li.active{	
	background: #fff;
	border: 1px solid #8b898b;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#press_nav_sub ul{
	list-style-type: none;
}
#press_nav_sub ul li{
	display: block;
	float: left;
	padding: 0 5px 10px 5px;
	white-space: nowrap;
}
#press_nav_sub ul li.active a{	
	font-weight: bold;
	text-decoration: none;
}
/* press_nav END */

#footer{
	background: #8b898b;
	border: 1px solid #fff;
	border-top: 11px solid #fff;
	color: #fff;
	font-size: 11px;
	height: 13px;
	padding: 1px 10px 8px 0;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: right;
	width: 990px;
}
#footer ul {		
	list-style-type: none;
}
#footer ul li{
	display: block;
	float: right;
}
#footer a{		
	border-left: 1px solid #fbfbfb;
	color: #fff;	
	display: block;
	height: 20px;
	padding: 0 10px 0 10px;	
	text-decoration: none;		
	white-space: nowrap;
}
#footer a:hover,#footer ul li.active{	
	background: #c0c0c0;
}

#content{
	color: #cc2029;
	float: left;
	height: 100%;
	min-height: 500px;
	padding: 40px 20px 80px 30px;
	width: 540px;
}
#content_full{
	color: #cc2029;
	float: left;
	height: 100%;
	min-height: 500px;
	padding: 0 0 80px 30px;
	width: 770px;
}
#textcontent_full{
	color: #4f4f4f;
	height: auto;
	padding-top: 40px;
}
#textcontent{
	color: #4f4f4f;
	height: auto;
	padding-top: 10px;
}
#textcontent2{
	color: #4f4f4f;
	height: auto;
	padding: 10px;
}
#textcontent ul{
	list-style: disc outside;
	padding: 0 0 0 16px;
}	
#textcontent ol{
	padding: 0 0 0 16px;
}	
#sidebar{
	float: right;	
	padding: 0px 0px 10px 10px;
	width: 200px;
}

/* search + form */
form, input, label, fieldset{	
	display: inline;
	font-size: 11px;
	height: 18px;
}
input, textarea, select{	
	border: 1px solid #8b898b;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#ajaxSearch_form{
	float: right;
	margin: 0 0 7px 0;
	white-space: nowrap;
}
#ajaxSearch_input{
	width: 164px;
}
#ajaxSearch_submit{
	background: #8b898b url(icon_search.png) no-repeat center;
	color: #fff;
	height: 20px;
	width: 30px;
}
#ajaxSearch_submit:hover{
	background: #8b898b url(icon_search_hover.png) no-repeat center;
	color: #fff;
	cursor: pointer;
	height: 20px;
	width: 30px;
}
/* ajaxsearch result */
p.ajaxSearch_resultsInfo{
	font-weight: bold;
}
span.ajaxSearch_paging{
	color: #cc2029;	
	display: block;
	padding: 5px 0 5px 0;
}
span.ajaxSearch_highlight{
	color: #cc2029;	
}
span.ajaxSearch_currentPage{
	font-weight: bold;
}
/* ajaxsearch result END*/

#kf_mail{
	width: 140px;
}
#kf_submit{
	background: #8b898b url(icon_go.png) no-repeat center;
	color: #fff;
	height: 20px;
	width: 30px;
}
#kf_submit:hover{
	background: #8b898b url(icon_go_hover.png) no-repeat center;
	color: #fff;
	cursor: pointer;
	height: 20px;
	width: 30px;
}
div.errors{	
	background: #ef1b25;	
	color: #fff;
	font-size: 10px;
	line-height: 1.3em;
	padding: 5px;
}
div.thanks{	
	font-size: 11px;
}

/* search + form  END*/

#sidebar_claim{
	background: #8b898b;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	padding: 5px 10px 5px 10px;
}
#sidebar_newsticker{
	background: #c0c0c0;
	color: #fff;
	font-size: 11px;
	line-height: 1.3em;
	margin: 10px 0 0 0;
	padding: 5px;
}
#sidebar_form{
	background: #c0c0c0;
	color: #fff;
	height: 90px;
	margin: 10px 0 17px 0;
	padding: 5px 10px 5px 10px;
}

#sidebar_claim p strong,#sidebar_claim b{
	padding-bottom: 11px;
}
#sidebar_claim li{
	padding-bottom: 5px;
}
#sidebar_claim ul{
	list-style: square outside;
	padding-left: 15px;
}
#sidebar_claim a{	
	color: #fff;
	text-decoration: underline;	
}
#sidebar_claim a:hover{
	color: #4f4f4f;
	text-decoration: underline;
}
#sidebar_block{
	font-size: 11px;
	line-height: 1.3em;
	margin: 10px 0 0 0;
}

h1, h2, h3{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	}
h1.full{	
	color: #cc2029;
}
p{
	padding: 0 0 4px 0;
}
p.block{
	padding: 18px;
}
p.teaser{
	padding: 10px 0 0 0;
}
p.bu, div.bu{
	font-size: 10px;
	line-height: normal;
}
p.newsborder{
	border-bottom: 1px dotted #fff;	
	color: #4f4f4f;
	padding: 5px;	
}
div.inline{
	float: left;
	margin-right: 60px;
}
hr { 
	background: #c0c0c0; 
	clear: both; 
	height: 1px; 
	margin: 5px 0 5px 0;
}
img.border{
	border: 1px solid #c0c0c0;
}
img.headerlogo{	
	margin: -25px 0 15px 0;
}
img.mig{
	margin: 50px 0 0 10px;
}
img.direct{
	margin: -10px 0 10px 0;
}
img.intext{
	float: left;
	margin: 5px 10px 0 0;
}
#default hr { 
	background: #c0c0c0; 
	clear: both; 
	height: 1px; 
	margin: 5px 0 5px 0;
}

td{
	border-bottom: 1px dotted #c0c0c0;
	padding: 0 10px 0 10px;
	vertical-align: top;
	white-space: normal;
}

table.small{	
	font-size: 10px;
}
table.default{
	border-collapse: collapse;
}
table.default td{
	background: #c0c0c0;
	border: none;
	padding: 0;
}
table.border td{
	background: #c0c0c0;
	border: 1px solid #c0c0c0;
	padding: 5px;
}
td.grey{
	background: #8b898b;
	border: none;
	color: #fff;
	padding: 2px 10px 2px 10px;
}
tr.lightgrey td, tr.lightgrey td a, td.lightgrey{
	background: #c0c0c0;
	color: #fff;
}
table.sidebar td{		
	padding: 0 5px 0 0;
}
ul.pdf{
	list-style: inside url(pdficon.gif);
	margin: 12px 0px 12px 10px;
}
li.pdf{
	background: url(pdficon.gif) no-repeat 0 .4em;
	list-style: none inside;
	padding: 5px 0 5px 25px;
}
li.rss{
	background: url(icon_trans_rss.png) no-repeat 0 .4em;
	list-style: none inside;
	padding: 5px 0 5px 25px;
}
li.mpg{
	background: url(videoicon.gif) no-repeat 0 .4em;
	list-style: none inside;
	padding: 5px 0 5px 25px;
}



div.form_left{
	float: left;
}
div.form_right{
	float: right;
	width: 250px;
}
input{
	width: 200px;
}
textarea.contact_textarea{
	width: 470px;	
}
select.selectcontact{
	color: #4f4f4f;
	font-size: 11px;
}
select.selectcontact_full{
	color: #4f4f4f;
	font-size: 11px;
	width: 470px;	
}
input.radio{
	vertical-align: middle;	
	width: 20px;
}
div.clear{ clear: both; height:0px;}
div.divide{ 
	clear: both; 
	height:20px; 
	padding: 10px 0 5px 0;
}
div.home_teaser{ 
	float: left;
	height:280px; 
	margin: 15px;
	width: 240px;
}
div.home_teaser strong{ 
	white-space: nowrap;
}
/* SPECIALS */
/* mba matrix */
#matrix{
	width: 496px;
}
div.cell {
	border: 2px solid #fff;
	float: left;
}
div.cell_vtext{width: 45px; height: 120px;}
div.cell_htext{width: 145px; height: 120px;}
div.cell_img{width: 145px; height: 120px;}
div.cell_01{background: url(../../images/mba/matrix/01.png) no-repeat;}
div.cell_02{background: url(../../images/mba/matrix/02.png) no-repeat;}
div.cell_03{background: url(../../images/mba/matrix/03.png) no-repeat;}
div.cell_04{background: url(../../images/mba/matrix/04.png) no-repeat;}
div.cell_05{background: url(../../images/mba/matrix/05.png) no-repeat;}
div.cell_06{background: url(../../images/mba/matrix/06.png) no-repeat;}
div.cell_07{background: url(../../images/mba/matrix/07.png) no-repeat;}
div.cell_08{background: url(../../images/mba/matrix/08.png) no-repeat;}
div.cell_09{background: url(../../images/mba/matrix/09.png) no-repeat;}
#matrix a{
	color: #fff;
	display: block;
	float: left;
	font: bold 8px Verdana;
	height: 120px;
	position:relative;
	text-decoration: none;
	width: 48px;
}
#matrix a p{
	background: url(../../images/mba/matrix/bar.png) no-repeat;
	bottom: 0;
	padding: 4px 3px 2px 3px;
	position: absolute;
	width: 41px;
}
#matrix a:hover p{
	cursor: pointer;
	padding: 3px 3px 27px 3px;
}
div.barspace{
	float: left;
	height: 120px;
	padding: 0px 3px 0px 3px;
	width: 41px;
}
/* mba matrix */
/* specialinfo */
div.specialinfo{
	background: #ef1b25;
	margin-bottom: 10px;
	padding: 2px;
}
div.specialinfo h1{
	padding: 8px 8px 2px 8px;
	color: #fff;
}
div.specialinfo h2{
	padding: 2px 8px 8px 8px;
	color: #fff;
}
div.specialinfo a{
	text-decoration: none;
}
div.specialinfotext{	
	background: #fff;
	color: #4f4f4f;
	padding: 10px;
}
/* specialinfo */
/* SPECIALS */

/* IE6 sucks*/
* html #footer,* html #topnav_right a,* html #topnav_left a{
	padding-bottom: 0;
}
* html #footer ul li, * html #topnav_right ul li{
	height: 20px;
	text-align: center;
	width: 50px;
}
* html #contact_nav ul li{
	white-space: nowrap;
	width: 120px;
}
* html #press_nav ul li{
	white-space: nowrap;
	width: 120px;
}
* html #content{
	width: 520px;
}
* html div.home_teaser{ 
	margin: 10px;
}
/* IE6 sucks*/