@charset "UTF-8";
/* CSS Document */

/*Layout*/

html *

{
	padding: 0;
	margin: 0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-image:url(../img/background.jpg);
background-repeat: repeat-y;
}

#main_frame{
width:940px;
}
/* Header */

#logo{
float:left;
}
#headmenu{
background-image:url(../img/suchfeld.jpg);
width:476px;
height:46px;
background-repeat:no-repeat;
padding-right:0;
margin-left:413px;
}
#quickmenu{
float:left;
}
#search{
float:left;
}
#search_field{
float:left;
margin-top:7px;
}
/* hauptmenu */
#menu {
width:280px;
}
#box_head{
background-image:url(../img/menu_head.jpg);
background-repeat:no-repeat;
width:280px;
height:16px;
}
#box_back{
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-y;
width:280px;
}
#con_menu{
background-image:url(../img/menu_bg.jpg);
background-repeat:repeat-y;
width:280px;
}
#footer_menu{
background-image:url(../img/menu_footer.jpg);
background-repeat:no-repeat;
width:280px;
height:27px;
}
#box_bot{
background-image:url(../img/menu_footer.jpg);
background-repeat:no-repeat;
width:280px;
height:27px;
}
/* Content */

#content{
width:940px;
}
#con_l{
float:left;
width:280px;
height:100%;
display: inline;
}
#con_r{
width:630px;
display: inline;
margin:5px 0 0 6px;
float:left;
}
#breadcrumb{
float:left;
/*width:68%; */
width:95%;
}
#socialb{
float:left;
padding-right:2px;
margin-top:-8px;
}
#print_link{
float:left;
/*margin-top:-6px; */
}
#line{
height:20px;
width:580px;
border-bottom: 1px dotted #C0C0C0;
}
#text {
width:575px;
}
/*temporär für präsentation*/
#text div.leftcol,#text div.rightcol{
}
div.tx-rscontentcolumn-pi1 div.rightcol, div.tx-rscontentcolumn-pi1 div.leftcol{
width:240px
}
#text div.rightcol{

margin-left:20px;
}
#text div.leftcol{
margin-left:10px;

/*margin-right:15px;*/
}

#footer{
clear:both;
width:940px;
}

/* Content_Box */

#content_box_head{
background-image:url(../img/content_box_head.jpg);
background-repeat:no-repeat;
width:582px;
height:24px;
}
#content_box_center{
background-image:url(../img/content_box_center.jpg);
background-repeat:repeat-y;
width:582px;
}
#content_box_footer{
background-image:url(../img/content_box_footer.jpg);
background-repeat:no-repeat;
width:582px;
height:7px;
}
#footer_ex{
width:870px;
}
#content div.csc-textpic img{border: 1px solid #cccccc; padding:2px;}
#content div.csc-textpic{margin:0 5px 0 0;}

