/* Hauptlayout */
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#777;
	line-height:16px;
	background:url('../img/verlauf.jpg') top repeat-x;
	background-color:#DBDBDB;
}
div#body {
	width:980px;
	min-height:811px;
	margin:0 auto 20px auto;
	padding-top:50px;
	background:url('../img/bg.jpg') top center no-repeat;
} * html div#body {
	height:811px;
}

/* globale link */
a         {color:#595959;text-decoration:underline;}
a:link    {color:#595959;text-decoration:underline;}
a:visited {color:#595959;text-decoration:underline;}
a:hover   {color:#40319C;text-decoration:underline;}
a:active  {color:#40319C;text-decoration:underline;}

a.red         {color:#F00;text-decoration:underline;}
a.red:link    {color:#F00;text-decoration:underline;}
a.red:visited {color:#F00;text-decoration:underline;}
a.red:hover   {color:#F00;text-decoration:underline;}
a.red:active  {color:#F00;text-decoration:underline;}

a.green         {color:#0A0;text-decoration:underline;}
a.green:link    {color:#0A0;text-decoration:underline;}
a.green:visited {color:#0A0;text-decoration:underline;}
a.green:hover   {color:#0A0;text-decoration:underline;}
a.green:active  {color:#0A0;text-decoration:underline;}

/* HTML */
h1 {
	margin:0;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	padding:12px 85px;
}
h2 {
	margin:0;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	padding:10px 85px;
}
h3 {
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin:8px 19px;
}

img {border:0;}
p {
	margin:0;
	padding:10px 85px;
	font-style:italic;
}
p.main_text {
	padding-top:100px;
	padding-bottom:50px;
}
p.main_kontakt {
	padding:0px 15px;
	padding-top:45px;
	font-size:10px;
	font-style:normal;
}
ul {
	padding:0 6px;
	margin:0 10px;
	list-style-type:circle;
}
ul li {
	margin:0 0 4px 0;
}
table {
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
}
td, th {
	margin:0;
	padding:0;
	padding-right:10px;
	line-height:16px;
	text-align:left;
	vertical-align:top;
	font-style:italic;
}
i {font-weight:normal;}


/* Klassen */

.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.clear_l {clear:left;}
.clear_r {clear:right;}
.center {text-align:center;}
.inline {display:inline;}
.margin {margin:0 85px;}
.padding {padding:4px;}
.nomargin {margin:0;}
.border {border:1px solid #777;}
.bg {background-color:#E6E6FA;}
.bg_light {background-color:#EFEFEF;}

label {
	font-size:14px;
	cursor:pointer;
	font-style:normal;
	line-height:24px;
}

.abstand {margin:10px;}
.abstand_o {margin-top:10px;}
.abstand_r {margin-right:10px;}
.abstand_u {margin-bottom:10px;}
.abstand_l {margin-left:10px;}

.red {color:#F00;}
.green {color:#0A0;}
.yellow {color:#FF832D;}
.blue {color:#40319C;}
.bold {font-weight:bold;}

.form_td {
	line-height:24px;
}

.small {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.stern {
	font-weight:bold;
	font-size:6px;
}
/***** Formulare ********/
form {
  margin:0;
  padding:0;
}
input, select, textarea {
	padding:0 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #999;
	color:#777;
	background-color:#FFF;
	margin-top:1px;
	margin-bottom:4px;
	height:20px;
	line-height:20px;
	width:220px;
}

select {
	height:17px;
	width:242px;
} * html select {
	width:245px;
}
textarea {
	width:100%;
	height:120px;
	padding:6px;
	width:430px;
	line-height:16px;
}
.ubb_field {
	border:1px solid #40319C;
	background-color:#EFC678;
	text-align:center;
	margin:2px 0;
	padding:1px 0;
} * html .ubb_field {
	padding:2px 1px;
}
.smiley_button {
	background-color:#9F8B6D;
	padding:0 4px;
	margin-right:1px;
	background-repeat:no-repeat;
	background-position:center;
	width:21px;
	height:21px;
	border:0;
}
.radio {
	border:0;
	margin:0;
	margin-right:8px;
	padding:0;
	background:transparent;
	width:auto;
	float:left;
}
.checkbox {
	border:0px;
	background:transparent;
	width:auto;
}
.finput {
	border:1px solid #F00; 
	background-color:#FFDDDD;
}
.fselect {
	border:1px solid #F00; 
	background-color:#FFDDDD;
}
.submit, .button {
	padding:0 8px;
	height:29px;
	background-color:#309A3D;
	border:1px solid #7ABC83;
	cursor:pointer;
	font-style:italic;
	width:auto;
	color:#FFF;
} * html .submit, *.button {
	padding:0;
}
.file, input[type=file] {height:auto;}
.button,         .submit,         input[type=button],         input[type=submit],         input[type=reset]         {background-color:#309A3D;cursor:pointer;}
.button:link,    .submit:link,    input[type=button]:link,    input[type=submit]:link,    input[type=reset]:link    {color:#FFF;border:1px solid #7ABC83;background-color:#309A3D;}
.button:visited, .submit:visited, input[type=button]:visited, input[type=submit]:visited, input[type=reset]:visited {color:#FFF;border:1px solid #7ABC83;background-color:#309A3D;}
.button:hover,   .submit:hover,   input[type=button]:hover,   input[type=submit]:hover,   input[type=reset]:hover   {color:#FFF;border:1px solid #309A3D;background-color:#7ABC83;}
.button:active,  .submit:active,  input[type=button]:active,  input[type=submit]:active,  input[type=reset]:active  {color:#FFF;border:1px solid #309A3D;background-color:#7ABC83;}
/************************/
