/* 
buntes Stylesheet fuer die Seite michaelaroemer.de
Von Frank Koenig
gehoert zu: projekt.t3s und projekt.html
*/

html {
	margin:0px;
	padding: 0px;
}

body {
	font-family: verdana, arial;
	font-size: 10pt;
	background-color: #5A0023;
	margin: 0px;
	padding: 0px;
	
}

/* Wrapper */

#wrapper {

}

/* --------------------der Kopfteil-------------------- */

#kopfteil {
	background-color: transparent;
	height: 140px;
	overflow: hidden;
	text-align: right;
	/*border: 2px solid black;*/

}
#kopfteil img {
  /*margin-top: 56px;*/
}

#logo {
  /*margin-left:270px;*/
	margin-right: 150px;
}

/* ----------------der Mittelteil-------------------- */

#mittelteil {
  background-color: #FFFFE1;
  background-image: url('main.gif');
  background-repeat:repeat-y;
  background-position: top left;
	border-top: 1px solid #fffedf;
	/*min-height: 480px;*/
}
#content_wrapper {
  /* float: left; */
  margin-left: 260px;
  /*border: 1px solid green;*/
}
.blank500 {

}
/* -----------------------der Content Bereich------------------------ */

#content {
	width: 600px;
	float: left;
	/*margin-left: 270px;*/
	padding: 10px;
}
#content h1 {
	font-family: verdana, arial, sans serif;
	font-size: 16pt;
	font-weight: 300;
	color: #660023;
}
#content h2 {
	color: #555;
}
#content h3 {
	color: #555;
}
#content h4 {
	color: #555;
}
.csc-firstHeader, .csc-firstHeader a {
	font-family: verdana, arial, sans serif;
	font-size: 16pt;
	font-weight: 300;
	color: #660023;
	text-decoration: none;
}
.csc-header h2 {
	color: #555;
}
.csc-header h3 {
	color: #555;
}
.csc-header h4 {
	color: #555;
}
.bodytext {
	color: #555;
}
.bodytext a, ul a {
  color: #996633;
  text-decoration: none;
}
.bodytext a:hover, ul a:hover {
  color: #FF6633;
  text-decoration: underline;
}
.bodytext ul, li {
	color: #996633;
}
blockquote ul {
	color: #996633;
  list-style-type: disc;
}
blockquote ul li a {
  color: #996633;
  text-decoration: none;
}
blockquote ul li a:hover {
  color: #FF6633;
  text-decoration: underline;
}

/* -------------die Menue-Box----------------- */
#leftbox {
  background-image: url('bg/menueleiste.jpg');
  background-repeat:no-repeat;
  background-position:top left;
  background-color: #fefacd;
	float: left;
	width: 260px;
	height: 500px;
}
#hauptmenue {
  /*background-image: url('corners.gif');*/
  width: 260px;
}
#hauptmenue ul {
	margin-top: 35px;
}

#hauptmenue ul li {
	list-style-type: none;
	margin-bottom: 15px;
	margin-left: 10px;
}
.hm_sub1 {
  padding-left: 10px;
}
/* Links im Hauptmenue */
.normal a {
	text-decoration: none;
	color: #555;
}
.aktiv a {
	text-decoration: none;
	color: #555;/*color: #ffbb00;*/
}
.current a {
	text-decoration: none;
	color: #FF6692;
}
.normal a:hover {
	text-decoration: none;
	color: #996633;
}
.aktiv a:hover {
	text-decoration: none;
	color: #996633;
}
.current a:hover {
	text-decoration: none;
	color: #996633;
}
.hm_sub1 a {
  font-size: 9pt;
}
/* ------------linke InfoBox----------- */

#infobox {
  width: 205px;
  /*border: 1px solid gray;*/
  margin-left: 40px;
  margin-top: 40px;
  padding: 5px;
}
#infobox h1 {
  font-size: 11pt;
}
/* ------------rechte Box----------- */

#rightbox {
  /*float: right;*/
  min-width: 5%;
/*  height: 400px; */
  height: 530px;
  /*border: 1px solid green;*/
  margin: 0px;
  padding: 0px;
}

/* der Fu�bereich */

#footer {
	clear: both;
	background-color: #5A0023;
	width: 100%;
	text-align: center;
}
#goldleiste {
	background-color: #b49455;
	background-image: url('goldleiste_.jpg');
	color: #555;
	padding-top: 5px;
	padding-bottom: 5px;
}
#goldleiste a {
	color: #555;
	text-decoration: none;
}
#goldleiste a:hover {
	color: #660033;
}
.copyright {
	color: #eee;
	margin-top: 20px;
}
/* Mailformular */

.csc-form-labelcell label {
	color: #555;
	font-family: verdana, arial;
	font-size: 10pt;
}
.csc-form-fieldcell input {
	color: #555;
}
