﻿/*
 * Template: "reif"
 *
 * @author     S. Guth
 * @copyright  S. Guth
 * @version    2.00
 * @platform   Website Baker 2.8
*/

body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #565656;
	line-height: 18px;
	text-align: center;
	background-color: #0f2175;
}

/* links allgemein */
a {
	color: #0f2175;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:link {
	color: #a9b5c5;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

/* aussenbox */

#wrapper{
	width: 894px;
	margin: 0 auto;
	text-align:left;
	background: #0f2175 url(images/back.jpg) repeat-x;
}

/* header */

 
 #header { /* für normales Hintergrundbild/-muster */
 	width: 100%;
	text-align: center;
	background: url('images/header.jpg') no-repeat left top;
	height: 116px; 
	font-size: 18pt; 
	color: #fff; 
	font-weight: bold;
}

#content {
	width: 894px;
	padding-bottom: 15px;
	background: #fff url(images/back.jpg) repeat-y;
}

#mainmenu {
	float:left;
	margin:22px 20px 5px 340px;
}

* html #mainmenu {
	margin-left: 170px;
}

#mainmenu ul {
	margin:0;
	padding:0;
}

#mainmenu li {
	float:left;
	height:20px;
	list-style:none;
	margin:0;
	padding:0;
}

#mainmenu a {
	border-right:2px solid #ffffff;
	color:#fff;
	display:block;
	font-size:11px;
	letter-spacing: 1px;
	padding:4px 10px 2px;
	text-transform:uppercase;
	border-bottom: none;
	text-decoration: none;
}

#mainmenu a:hover {
	background:#ffffff;
	color:#505050;
	text-decoration:none;
}

#mainmenu .menu-current a { 
	background: transparent;
	color:#505050;
}

#rightbox {
	width: 200px;
	float: right;
	color: #fff;
	line-height: 16px;
	margin-right: 30px;
	margin-top: 40px;
	background-color: #081774;
	padding: 15px 20px 15px 20px;
}

#rightbox a {
	color: #a9b5c5;
}

#rightbox a:hover {
	color: red;
}



* html #rightbox { /*ie6*/
	width: 240px;
	margin-right: 15px;
}

*+html #rightbox { /*ie7*/
	width: 240px;
	margin-right: 30px;
}

#rightbox h1 {
	color: red;
}
/*** rightbox menu ***/

#nav {
	width: 190px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	text-align: left;
}

#nav li {
	width: 170px;
	display: block;
	margin-left: -30px;
	padding: 0;

}

#nav li a {
	list-style-type: none;
	display: block;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	text-decoration: none;
}



#nav li a:hover {
	list-style-type: none;
	color: #000;
}

#nav li.menu-current {
	list-style-type: none;
	color: red; !important;
}


.clear {
    	width: 100%;
    	height: 1px;
    	margin: 0 0 -1px;
    	clear: both;
}

#maincontent {
	width: 540px;
	float: left;
	margin-left: 13px;
	padding-right: 10px;
	background: #fff;
}

#maincontent p {
	margin: 0;
}

#maincontent li {
	list-style-image: url(images/square.gif);
}

#imageslide {
	width: 540px;
	margin: 20px;
}


.article { 
	padding-top:5px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background-color: #fff;
}


/* textformate */

h1 {
	font-size: 22px;
	color: #081774;
	font-weight: bold;
	line-height: 130%;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 0px;
}

h2 {
	font-size: 16px;
	color: red;
	font-weight: bold;
	margin: 0;
	line-height: 140%;
	padding-bottom: 5px;
	padding-top: 10px;
}

h2 a, h2 a:link, h2 a:visited {
	font-size: 20px;
	color: #6A6A6A;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	text-decoration: underline;
}

h3 {
	font-size: 14px; 
	color: #081774;
	margin: 3px 0 10px 0;
	line-height: 120%;
}

h4 {
	font-size: 12px; 
	color: #6A6A6A;
	line-height: 140%;
	margin: 0;
}

h5 {
	font-size: 12px;
	font-weight: bold; 
	color: #6A6A6A;
	margin: 0;
}

h6 {
	font-size: 9px;
	font-weight: normal; 
	color: #6A6A6A;
	margin: 0;
}


/* footer */
 
#footer {
	margin: 0 auto;
	width: 894px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: #fa483a;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

#footer a {
	color: #fff;
	border-bottom: 1px dotted;
}

/* tables */

.article table {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	border-collapse: collapse;
	background-color: transparent;
}

.article th {
	padding: 5px;
	text-align: left;
	color: #464646;
	background-color: none;
}

.article td {
	padding: 5px;
	font-size: 0.9em;
	text-align: left;
	color: #464646;
	border-bottom: 1px solid #dce0f1;
 	background-color: none;
}

.article tr {
	padding: 5px;
	font-size: 0.9em;
	text-align: left;
	color: #464646;
 	background-color: none;
}


/* form styles */

form {
	font-size: 1.1em;
}

form tr, form td {
  	border: none !important;
}


.button {
	background: url(images/buttontopleft_12.jpg) top left no-repeat #00488C;
	/*border: 1px solid #05396A;*/
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.reset, .submit {
	background: url(images/buttontopleft_12.jpg) top left no-repeat #00488C;
	/*border: 1px solid #05396A;*/
	height: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

input, textarea {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	padding: 4px;
}

.textarea {
	width: 220px;
}


.radio_label {
 	/*margin-right: 20px;*/
	padding: 0 20px 0 5px;
}
.field_title {
	padding-right: 20px;
	font-weight: bold;
}

.field {
	width: 120px;
}
