/* ##### Farben #####
blau:	 #333399
bg:      #ebebeb
light-grey:   #f3f3f3
dark-grey:   #b6b6b6
*/
/* ##### ALLGEMEIN #####*/
html{
   height:100%;
   width:100%;
}
body{
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	font-family:verdana, serif;
	font-size:12px;
	color:#292929;
	background: #ebebeb url(../img/smol_relaunch_bg.png) repeat-y center;
	line-height:1.5em;
	text-align:center;
}
.clear{
	clear:both;
}
a{
	color:#333399;
	
   outline:none;
}
a:hover {
	color:#707099;
	text-decoration:underline;
}
img{
	border:0;
}
h1{
	font-size:20px;
	font-weight:normal;
	color:#333399;
	margin:0;
	padding:0;
}
h2{
	font-size:14px;
	color:#333399;
	margin:0;
	padding:0;
}
h3{
	font-size:12px;
	color:#333399;
	margin:0;
	padding:0;
}
p{
	margin:0 0 10px;
	padding:0px;
}
#wrap{
	position:relative;
	width:980px;
	min-height:100%;
	display:block;
	margin:auto;
	text-align:left;
}
.innerwrap60{
	position:relative;
	margin:0 60px 0 60px;
	min-height:100%;
	width:860px;
}
.innerwrap40{
	position:relative;
	margin:0 60px 0 60px;
	min-height:100%;
	width:860px;
}
#header{
	position:relative;
   height:120px;
   width:860px;
   display:block;
}
#header div#logo{
   position:absolute;
   display:block;
   left:0px; 
   top:15px;
   width:412px;
   height:70px;
}
#header div#links{
   position:absolute;
   display:block;
   right:0px;
   top:15px;
   width:250px;
   height:71px;
}
div#menu{
	height:270px;
	width:900px;
	margin-left:-20px;
	display:block;
}
#breadcrump{
	border-bottom:1px solid #333399;
	position:relative;
	width:860px;
	height:30px;
	line-height:30px;
}
#phoneimg{
	height:0;
	left:608px;
	position:relative;
	top:0px;
	width:30px;
}
#breadcrump span#phonecontact{
	color:#333399;
	float:right;
	font-size:12px;
}
#content{
	padding-top:10px;
	position:relative;
	width:870px;
}
/*Border Left, Main Right*/
#content div#border_left{
   position:relative;
   float:left;
   width:250px;
}

#content div#main{
	position:relative;
   float:left;
   margin-left:10px;
   width:600px;
}

#content div#main div#col1{
	float:left;
	width: 270px;
}

#content div#main div#col2{
	float:left;
	width: 270px;
	margin-left:10px;
}
/*Border right ... Main left*/
#content div#border_right{
	position:relative;
   float:left;
   margin-left:10px;
   width:250px;
}
#content div#main_left{
	position:relative;
   float:left;
   width:600px;
}
#content div#main_left div#col1{
	float:left;
	width: 270px;
}

#content div#main_left div#col2{
	float:left;
	width: 270px;
	margin-left:10px;
}

div.margin2010{
   margin:20px 0 0 10px;
}
div.margin10{
   margin-right:10px;
}

/* ##### Spezielles #####*/

span.textlgrey{
	color:#999999;
}

div.greyBG{
   background-color:#f3f3f3;
	height:100%;
	width:100%;
	border-style:solid;
   border-width:1px;
	border-color:#b6b6b6;
	margin-bottom:10px;
	
}
div.lightgreybg{
   background-color:#f6f6f6;
   padding:5px 0 5px 6px;
}
div.center{
   text-align:center;
}
/*   Kategorie Navigation  */
ul.category{
   list-style-type: none;
	margin:0 0 5px 0;
   padding:0;
}
ul.category a {
	text-decoration:none;
	text-align:center;
	color:#333333;
   padding: 0 0 0 18px;
   font-size:10px;
   background-image:url(../img/arrow.png);
   background-repeat:no-repeat;
   background-position:4px center;
}

ul.category a:hover {
	color:#e31a45;
	text-decoration:none;
   background-image:url(../img/arrow_a.png);
}

ul.category li {
    padding:0;
    margin:3px 0px 0 0 ;
    height: 16px;
    width:145px;
    background:#ededee;
    line-height: 16px;
}
/*roundBox*/

#content div.roundBoxGrey{
	background:#b6b6b6;
	margin:10px 0 10px 0;
	padding:1px 1px 1px 1px;
	position:relative;
	width:100%;
}

#content div.roundBoxGrey div.text{
	background:#f3f3f3;
	padding:10px 10px 10px 10px;
	position:relative;
	text-align:center;
}
#content div.roundBoxGrey div.text div.align{
	line-height:1.5em;
	position:relative;
	text-align:left;
}

#content div.roundBoxGrey div.topLeft{
	height:8px;
	left:0px;
	position:absolute;
	top:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundTL.png) top right no-repeat;
}

#content div.roundBoxGrey div.topRight{
	height:8px;
	right:0px;
	position:absolute;
	top:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundTR.png) top right no-repeat;
}
#content div.roundBoxGrey div.bottomRight{
	height:8px;
	right:0px;
	position:absolute;
	bottom:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundBR.png) top right no-repeat;
}
#content div.roundBoxGrey div.bottomLeft{
	height:8px;
	left:0px;
	position:absolute;
	bottom:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundBL.png) top right no-repeat;
}
/*RoundBox white*/
#content div.roundBoxWhite{
	background:#333399;
	margin:10px 0 10px 0;
	padding:1px 1px 1px 1px;
	position:relative;
	width:100%;
}

#content div.roundBoxWhite div.text{
	background:#ffffff;
	padding:10px 10px 10px 10px;
	position:relative;
	text-align:center;
}
#content div.roundBoxWhite div.text div.align{
	line-height:20px;
	position:relative;
	text-align:left;
}

#content div.roundBoxWhite div.topLeft{
	height:8px;
	left:0px;
	position:absolute;
	top:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundTL_white.png) top right no-repeat;
}

#content div.roundBoxWhite div.topRight{
	height:8px;
	right:0px;
	position:absolute;
	top:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundTR_white.png) top right no-repeat;
}
#content div.roundBoxWhite div.bottomRight{
	height:8px;
	right:0px;
	position:absolute;
	bottom:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundBR_white.png) top right no-repeat;
}
#content div.roundBoxWhite div.bottomLeft{
	height:8px;
	left:0px;
	position:absolute;
	bottom:0px;
	width:8px;
	display:block;
	background:url(../img/roundBox/roundBL_white.png) top right no-repeat;
}

/*Grafische Liste*/
#content .gList{
   margin:0;
   padding:0;
   list-style-type:none;
}

#content .gList li.greyBG{
   line-height:20px; 
   padding:0 0 0 30px;
   background:url(../img/bullet_greybg.png) no-repeat;
}
#content .gList li.whiteBG{
   line-height:20px; 
   padding:0 0 0 30px;
   background:url(../img/bullet_whitebg.png) no-repeat;
}
#content .gList li.whiteBGgrey{
   line-height:20px; 
   padding:0 0 0 30px;
   background:url(../img/bullet_whitebg_grey.png) no-repeat;
}
#content div.roundBoxWhite select{
	width:230px;
}
#content div.roundBoxWhite ul{
	margin:0;
    padding:0;
    list-style-type:none;
}

#content div.roundBoxWhite ul li{
	line-height:20px; 
    padding:0 0 0 30px;
    background:url(../img/bullet_greybg.png) no-repeat;
}
#content div.roundBoxGrey ul{
	margin:0;
    padding:0;
    list-style-type:none;
}

#content div.roundBoxGrey ul li{
	line-height:20px; 
    padding:0 0 0 30px;
    background:url(../img/bullet_greybg.png) no-repeat;
}
div.csc-textpic{
	padding-top:10px;
}
div.csc-frame-rulerAfter{
	border-bottom: 1px solid #B6B6B6;
}
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:1px solid #B6B6B6;
	padding:0;
}