/**
* GSB Licht und Ton CSS
*
*	(c) 2008
* 	Timo Fink // Net.MT
* 	www.net-mt.de
**/

* {
	padding: 0;
	margin: 0;
}
html, body {
	height:100.1%;
}
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#2b2b2b;
	font-size:12px;
	background-image:url(images/gsb_background02.jpg);	
	background-repeat:repeat-x;
	background-color:#000000;
}
#fix {
	width:1010px;
}
#bild {
	float:left;
	width:287px;
	height:275px;
	background-image:url(images/gsb_background01.jpg);
	background-repeat:no-repeat;
}
#menu {
	float:left;
	width:209px;
}
#menu_top {
	background-image:url(images/gsb_menu.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;	
	height:79px;
	margin:50px 0px 0px 0px;
}
#menu_bottom {
	background-color:#FFFFFF;
}
#menu_end {
	background:url(images/gsb_menu_bottom.gif) no-repeat;
	height:10px;
}
#content {
	float:left;
	width:487px;
	margin:0px 0px 0px 20px;
}
#content_top {
	background-image:url(images/gsb_content.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:92px;
	margin:39px 0px 0px 0px;
}
#content_end {
	background-image:url(images/gsb_content_bottom.gif);
	background-repeat:no-repeat;
	height:10px;
	width:487px;
}
#content_rootline {
	padding:72px 0px 4px 10px;
	border-bottom:groove 1px;
	border-bottom-color:#CCCCCC;
}
#content_bottom {
	background-color:#FFFFFF;
	padding:10px;
}
#footer {
	text-align:right;
	padding-top:5px;
}
#footer a {
	text-decoration:none;	
	font-size:85%;
	color:#b8b8b8;
}



#content_rootline a, .rootline_start, rootline_gt {
	font-size:95%;
	text-decoration:none;
	color:#4f4f4f;
}
.rootline_start {
	padding-right:10px;
}
.rootline_gt {
	padding:0px 5px 0px 5px;
}
#button {
	background-image:url(images/gsb_button_background.jpg);
	width:209px;
	height:17px;
	padding:10px 0px 10px 0px;
}
#button a.buttons_noact, #button a.buttons_act {
	font-size:120%;
	text-decoration:none;
	text-transform:uppercase;	
	color:#4f4f4f;
	padding-left:20px;
	background:url(images/gsb_arrow.gif) no-repeat 6px 4px;
}
#button a.buttons_act {
	color:#5f0d00;
}
#subbutton {
	width:209px;
	height:5px;
	padding:0px 0px 20px 0px;
}
#subbutton a.subbuttons_noact, #subbutton a.subbuttons_act {
	font-size:100%;
	text-decoration:none;	
	color:#4f4f4f;
	padding-left:30px;
}
#subbutton a.subbuttons_act {
	color:#5f0d00;
}
#content_bottom a {
	text-decoration:none;
	color:#172983;
}

fieldset.csc-mailform {
	border:0;
}

fieldset.csc-mailform label {
    width: 180px;			
    float: left;
    text-align: right;
    margin-right: 10px;
    display: block
}

fieldset.csc-mailform select,
fieldset.csc-mailform input,
fieldset.csc-mailform textarea {
    margin-bottom: 10px;
    border:1px solid #ccc;
    padding:2px;
    width:250px;
}

#mailformformtype_mail {
    padding:2px;
    margin-left:190px;
    background:#eee;
    border:1px solid #ccc;
    width:120px;
    text-align:center;
}

.csc-frame-frame1 {
	padding:20px;
	margin-bottom:20px;
	margin-top:20px;
	background-repeat:no-repeat;
	background-color:#efefef;
	border-color:#172983;
	border-style:solid;
	border-width:1px;
}
