/**
 CSS für andrea wagner
 10/2010 otherworld.de - karsten euting

 rot: #C4312E
 hellgrau: #CCC

*/

body,ul, li, td,th {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
body {
	background: #C4312E;
	margin: 0;
	padding: 0;
}


a:link, a:visited, a:active {
	color: black;
	text-decoration: underline;
}
a:hover, .menu3 a.menu-current {
	color: #C4312E;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	text-align: left;
	margin:  10px 0 6px 0;
	font-weight: normal;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Sans", Arial, Helvetica, sans-serif;
}

/**************************************************************************************

#headergrafik{
	margin-left:-35px;
	margin-bottom:20px;
}
*/

.main {
	width: 800px;
	margin: 10px auto;
}

#banner {
	
	height: 80px;
	margin-top:60px;
	margin-left: 168px;
}


#banner h1{
	text-indent:-9999px;
	background: transparent url(../images/logo.png) no-repeat 0 0;
	height: 60px;
}


.search_box {
	float: right;
	clear: right;
	width: 180px;
	margin-right: 30px;
	/* border:1px solid silver;*/
}


.highlight {
	background-color: #D0D0D0;
}

/****
	Menu
	*************/
.menu {
	font-weight:bold;
	color: white;
	float:left;
	width:153px;
	margin-top:0;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 20px;
}

.menu ul ul ul{
	padding-left: 20px;
}


.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	display: block;
	padding: 2px;
	color: white;
	text-decoration: none;
	margin-bottom: 20px;
	border-bottom: 2px solid #C4312E; /* bg.color gegen das nach unten schieben bei hover */
}


.menu a:hover {
		border-bottom: 2px solid white;
}

.menu a.menu-current, .menu a.menu-parent  {
	padding:2px;
		border-bottom: 2px solid white;
}



/** 2nd Level Menu 
 .menu a.menu-parent{
	margin-bottom: 10px; 
}
**/
.menu ul li ul li a.menu-first{
	margin-top: -10px;
}

.menu ul li ul li a.menu-current{
		font-weight: bold;
		text-decoration: none;
		border:0;
		margin-bottom:10px;
		border-bottom:  2px solid #C4312E;
}

.menu ul li ul li a, 
.menu ul li ul li a.menu-child,
.menu ul li ul li a.menu-sibling{
		font-weight: normal;
		text-decoration: none;
		border:0;
		margin-bottom:10px;
		border-bottom:  2px solid #C4312E;
}

.menu ul li ul li a:hover{
		border-bottom:  2px solid #C4312E;
}

.menu  ul li ul.menu-1 li a.menu-last{
	   margin-bottom:20px;
}




/***
	Hilfsnavi
		**************/
		
#hilfsnavigation{
	height: 18px;
	margin-top: -40px;
	width: 160px;
	font-size: 12px;
	color: white;
}

#hilfsnavigation a{
	color: white;
	text-decoration: none;
}
#hilfsnavigation a:hover{
	text-decoration: underline;
}

/***
	Content
	*****************/

#inhalt{
	background: transparent url(../images/body.bg.png) repeat-y right;
	padding-top: 26px;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

.content {
	float:left;
	width:410px;
	line-height:150%;
	background: white;
	padding-left:18px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode","Lucida Console", Arial, Helvetica, sans-serif; 
}


/** rechte spalte **/
.andrea_wagner{
	background-color: #ccc;
	width: 190px;
	margin-left:590px;
	padding:0 10px 10px 10px;
}

.andrea_wagner img, .andrea_wagner input{
	border:1px solid black;
}


.andrea_wagner p{
	font-size:0.7em;
	padding-left: 18px;
}




/*** Formular ***/
form{
	display: inline;
}

div.formwrap{
	margin: 0 10px 0 0;
	padding: 0;
	float:left;
	width:315px;
}

/*** Textarea im kontaktform  **/
.fid13, .captcha{
	clear:both;
	width:650px;
}

.fid13 textarea{
	width:200px;
}

div.captcha {
	width:650px !important;
	font-size:0.9em;
}

div.captcha .answerbox{
	width: 280px !important;
}

div.captcha .answerbox td{
	font-size: 0.8em;
}
.formular label{
	display: block;
	width:100px;
	float: left;
}

.formular #field2,
.formular #field4
{
	float:left;
	width: 200px;
	margin-right: 20px;
}
