/* css for a layout with header, 3 columns, footer, menu left vertical position absolute*/

*{
	margin:0;
	padding:0;
}

body {
	font-family:Centuric Gothic, Verdana, Arial;
	font-size:62.5%;
	color:#444444;
	background-color:#FFFFFF;
}

body#content {
		font-size:65%;
}

img {
	border:0px;
}

img.rechts {
	margin:0px 0px 10px 10px;
	float:right;
	border-bottom:5px solid #ee1c23;
}

img.links {
	margin:0px 10px 10px 0px;
	float:left;
	border-bottom:5px solid #ee1c23;
}

/* --- start global settings --- */
h1{
	font-size:1.4em;
	color:#6d6e71;
	margin-bottom:10px;
}

h2{
	font-size:1.2em;
	font-weight:bold;
	color:#6d6e71;
	margin-bottom:10px;
}

h3{
	font-size:1.1em;
	font-weight:bold;
	color:#6d6e71;
	margin-bottom:10px;
}

h4{
	font-size:1em;
	font-weight:bold;
	color:#6d6e71;
	margin-bottom:5px;
}

td {
	padding:5px;
}

td.logo {
	width:170px;
}

div {
	/*border:1px solid blue;*/
}

p{
	margin-bottom:5px;
	line-height:1.5em;

}

ul{
	list-style-position:outside;
	margin-left:14px;
}

form{
	margin:10px;
}

label{
	display:block;
	width:100px;
	margin-top:3px;
	margin-right:10px;
	float:left;
	text-align:right;
}

input{
	width:350px;
	margin-top:3px;
	margin-top:3px;
}

textarea{
	margin-top:5px;
	width:350px;
	height:200px;
}

option{
	width:50px;
}

#submit{
	margin-top:5px;
}
/* --- end global settings --- */


/* --- start settings for container--- */
#wrapper{
	width:960px;
	height:600px;
	margin: 0 auto;
}


/* --- start header--- */
#header{
	position:relative;
	top:0px;
	left:0px;
}

#header_logo {
	height:80px;
}

#header_logo img {
	margin-top:10px;
}

#color_obove_image{
	height:25px;
	background-color:#d1d2d4;
}

#header_image{
}

#color_below_image{
	height:3px;
	background-color:#939598;
}
/* --- end header--- */


#wrapper_horizontal{
	padding-top:10px;
}


/* --- start settings for container--- */
#content {
	width:570px;
	padding:0px 80px 30px 15px;
	font-size:1.2em;
	float:left;
}

#content li {
	margin-bottom:6px;
}

#content ul {
	margin-top:6px;
}

#content a, #right a {
	color:#ee1c23;
}

#content a:hover, #right a:hover {
	text-decoration:none;
}

#welcome{
	margin-top:10px;
	margin-bottom:10px;
}

#right{
	width:240px;
	font-size:1.2em;
	padding-left:30px;
	border-left:2px dotted grey;
	float:left;
}

/* --- end settings for container--- */


/* --- start menuigation --- */
#meta_menu{
	position:absolute;
	top:20px;
	right:0px;
}

#meta_menu ul{
	list-style-type:none;
	margin-left:10px;
}

#meta_menu ul li{
	display:inline;
}

#meta_menu ul li a {
	font-size:1em;
	text-decoration:none;
	color:#666e71;
}

#meta_menu ul li a:hover, #meta_menu ul li a.active {
	color:#ee1c23;
}

#divider{
	width:10px;
	float:left;
	display:block;
}

#menu{
	position:absolute;
	top:59px;
	right:0px;
}

#menu ul{
	list-style-type:none;
	margin-left:10px;
}

#menu ul li{
	text-align:center;
	float:left;
}

#menu ul li a{
	display:block;
	font-size:1.1em;
	text-decoration:none;
	margin-left:10px;
	padding-top:4px;
	padding-bottom:4px;
	color:#000000;
}

#menu ul li a:hover, #menu ul li a.active {
	color:#ee1c23;
}
/* --- end menu settings --- */


#right h3 {
	margin-bottom:0px;
}

/* --- start settings for classes --- */
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}

.center{
	text-align:center;
}

.amModul_News {
	padding:0px;
	margin:0px 0px 12px 0px;
}

.title{
	font-weight:bold;
}

.widthAuto{
	width:auto;
}
/* --- end settings for classes --- */


/* --- start message-box --- */
#errorBox{
	font-size:1.2em;
	font-weight:bold;
	color:#e2001a;
}

#errorBox li{
	font-size:1em;
	font-weight:normal;
}

#successBox{
	font-size:1.2em;
	font-weight:bold;
	color:#338833;
}

#successBox li{
	font-size:1em;
	font-weight:normal;
}



/* --- end message-box --- */