/*  
Theme Name: Beatrix-Becker.de
Theme URI: http://www.beatrix-becker.de
Description: Wordpresstemplate f&uuml;r Beatrix-Becker.de
Version: 1.2
Author: Stefan Hermann, Axel Becker
Author URI: http://www.fortytwo.de
*/
body{
  background-color: black;
}
  
#page{
/*  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -500px;
  margin-top: -320px; */
  width: 1001px;
  height: 599px;
  margin: auto;
  background-image: url(images/background.jpg);
}

ul#menue{
  position: relative;
  top: 197px; left: 374px; 
  width: 500px; height: 19px;
  
  margin: 0; padding: 0;
  
  list-style: none;
  font-family: Constantia, Georgia, Times, serif;
  font-size: 11px;
  color: white;
}

ul#menue li{
  float: left;
}

ul#menue li a{
  padding: 3px 4px 0 3px;
  display: block;
  height: 18px;
  color: white;
  text-decoration: none;
}

ul#menue li a:hover{
  background-color: #640e0e;
}

ul#menue li a:aktive{
  background-color: #ecc39f;
}

.on{
  background-color: #640e0e;
}

div#content{
  clear: both;
  position: relative;
  top: 234px; left: 374px;
  width: 480px; height: 309px;
  padding: 0 24px 0 0;
  overflow: auto;
  color: white;
}

div#content h2{
	display: none;
}

div#content h3{
	margin: 0 0 5px 0;
/*  font-style: italic;*/
  font-family: Constantia, Georgia, Times, serif;
  font-size: 16px;
  line-height: 21px;
  color: white;  
}

div#content ul{
	list-style: square;
	padding:  0 0 0 15px;
  font-style: italic;
  font-family: Constantia, Georgia, Times, serif;
  font-size: 14px;
  line-height: 21px;
  color: white;  	
}

div#content p{
  margin: 0 0 24px 0;  
  line-height: 21px;
  font-style: normal
  font-family: Constantia, Georgia, Times, serif;
  font-size: 14px;
  line-height: 21px;
  color: white;  
}

div#content a{
	margin: 0 0 24px 0;
	line-height: 21px;
	font-style: normal;
	font-weight: bold;
	font-family: Candara, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #ecc39f;
	text-decoration: none;
}
div#content a:hover{
	color: white;
	text-decoration: underline;
}
div#content a:active{
	text-decoration: underline;
	color: #c31b1b;
}

div.intouch_clearfix{
  font-style: italic;
  font-family: Constantia, Georgia, Times, serif;
  font-size: 14px;
  line-height: 21px;
  color: white;  	
}

div.intouch_clearfix label{
	display: block;
	float: left;
	width: 100px;
}

div.intouch_clearfix input#Submit{
	margin: 0 0 0 100px;
}

div.intouch_clearfix span{

}

div.inputfield_clearfix{
	margin: 0 0 6px 0;
}

div#footer{
	position: relative;
	width: 76px;
	top: 245px;
	left: 798px;
  font-family: Constantia, Georgia, Times, serif;
  font-size: 11px;
  color: white;	
}

div#footer a{
  padding: 3px 4px 0 3px;
  display: block;
  height: 18px;
  color: white;
  text-decoration: none;
}

div#footer a:hover{
  background-color: #640e0e;
}

div#footer a:active{
  background-color: #ecc39f;
}

