@charset "utf-8";
/* LJ Gabersdorf CSS Document style.css */

*{padding:0px; margin:0px; border:none}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	background-image:url(Bilder/ljg_hintergrund.gif);
	background-repeat:repeat-x;
}

.lcdstyle{ 
/*background-color:black;*/
color:#0858a8;
font:bold 11pt Tahoma, Geneva, sans-serif;
padding-top: 4px;
padding-bottom: 4px;
}

.lcdstyle sup{
font-size: 9pt;
}

#center{
	width:950px;
	margin:0 auto;
}

#wrapper{
	width:950px;
	float:left;
	padding-left:0px;
	padding-right:0px;
}

#header_top{
	width:950px;
	height:10px;
}

#header_top a{
	font-size:2px;
	color:#7eb439;	
}

#header{
	width:950px;
	float:left;
	margin-bottom:6px;
}

#header_logo{
	float:left;
	width:500px;
	height:105px;
	background-image:url(Bilder/ljg_logo.jpg);
	display: inline;
}

#header_logo h1{
	font-size:2px;
	color:#7eb439;
	font:"MS Serif", "New York", serif;
}

#header_banner{
	width:359px;		/*420*/
	height:105px;
	background-image:url(Bilder/ljg_banner.png);
	float:right;
	margin-right:26px;
}

#navigation{
	width:935px;
	/*height:40px;*/
	float:left;
	/*background-color: #007EC5;*/
	background-image: url(Bilder/ljg_navigation.gif);
	background-repeat: repeat-x;
	padding-left:15px;
	margin-bottom:6px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
}

#navigation li{
	list-style-type:none;
	display:block;
	float:left;
}

#navigation li a{
	display:block;
	color:#FFF;
	text-transform:none;
	font-size:11pt;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:22px;
	padding-right:22px;
	border-right:1px solid #F7A817;
}

#navigation li.curr a, #navigation li a:hover{   
	background-image: url(Bilder/ljg_curr_nav.gif);
	background-repeat:repeat-x
	background-position:left;		
}

#maincontent{
	width:950px;
	float:left;
	background-color:#cbeca2;
	background-image:url(Bilder/ljg_content.gif);
	background-repeat: repeat-y;
	background-position: right;	
	padding-bottom: 10px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	/*border-bottom:2px solid #007ec5;*/
}

#content{
	width:680px;	/* 700px - 20px (padding) */
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right: 10px;
}

#right_content{
	width:230px;	/* 250px - 20px (padding) */
	float:left;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#right_content img{
	margin-top:20px;
	border:3px solid #fff;
}

#nach_oben, #nach_oben a
{
	float:right;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#copyright
{
	width: 950px;
	float: left;
	text-align: center;
	color: #0858a8;
	padding-top: 7px;
	padding-bottom: 7px;
}

#copyright a
{
	color: #0858a8;
	text-decoration: none;
}

#copyright p
{
	padding-top:0px;
	padding-bottom:0px;
}


#content { line-height: 1.5em; }
#content li { list-style-position: inside; }
#content li li { padding-left: 20px; }
#content ul { padding-bottom: 10px; }

a { color: #0858a8; text-decoration: underline; }
a:hover { text-decoration:none; }
p { padding-bottom: 10px; padding-top: 5px; }

#content hr, #right_content hr { 
height: 2px; border: none; border-top:2px solid #0858a8; margin-top: 6px; margin-bottom: 6px; color: #fff;}

h1 { color: #0858a8; font-size: 1.3em; padding-bottom: 7px; padding-top: 4px; } 
h2 { color: #0858a8; font-size: 1em; padding-bottom: 5px; padding-top: 3px; }
h3 { color: #0858a8; font-size: 1em; padding-bottom: 3px; }

.csc-mailform {
	width: 500px;
	border: 0px none;
	font-size: 11px;
}

.csc-mailform-field {
	margin-bottom: 6px;
	line-height: 18px;
}

.csc-mailform {
border: none; /* Rand ausschalten */
}

.csc-mailform-field label {
float:left;
clear:both;
display:block;
width:130px;
padding-left:5px;
margin-bottom:10px;
}

.csc-mailform-field input,
.csc-mailform-field textarea,
.csc-mailform-field select {
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#FFF;
padding:1px;
margin-bottom:10px;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
}

input, textarea, select
{
float:left;
display:block;
width:200px;
border: 1px solid #333;
background:#fff;
padding:1px;
font-family:Tahoma, Geneva, sans-serif;
font-size: 11px;
}

textarea
{
	width: 250px;
	height: 120px;	
}

fieldset
{
	border: none;	
}

.csc-mailform-submit {
/* Absende Button nach rechts verschieben. Der Wert ergibt sich aus der Summe width + padding-left aus dem label Abschnitt -> oben */
margin-left: 135px;
/* Float wieder abschalten */
clear: both;
}




