body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0px; 
	background-color: white;
	font-size: 85%;
	background-image: url(bg2.gif); 
	background-repeat: repeat-x; 
}
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
}

hr {
	margin: 15px 0px 15px 0px;
	height: 1px;
	width: 100%;
}


form {
	margin: 0;
}
input,
textarea {
  background-color: #fff;
  border: 1px solid #999;
}
/* img {
	float:left;
	margin: 0px 20px 20px 0;
} */

/***********************************
container
************************************/
#mainContainer { 
	width:1010px; 
	padding:0px;
/*  border:1px solid red; */
	background:transparent; 
  	margin:0px auto 0 auto; 
}

/***********************************
masthead
************************************/
#masthead {
	background-color: #266898;
 	height: 95px;
   /*	width:100%; */
	margin-bottom: 11px;
	border: 1px solid black;
/*	background-image: url(a8.gif);
	background-repeat: repeat-x;*/
	}
	
.sitename {
	font-size: 2em;
	color: white;
	padding: 10px;
}
	

/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 210px;
	vertical-align: top;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

.menu a:link, .menu a:visited, .menu a:active {
color:white;
}

.menu ul{
	margin: 0px;
	padding: 0px;
}

.menu li{
	list-style-type: none;
	margin-bottom: 9px;
	padding: 0px;
}

.menu li li{
margin-bottom:  3px;
}

.menu ul ul {
	margin-top: 3px;
	padding-left: 15px;
}

.menu a {
	padding: 4px 10px 4px 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.menu li li a {
	padding: 0px 10px 0px 10px;
}
.menucurrent {
	background-color: #4169e1;
	border:1px solid black;
}

.menudefault {
	background-color: #276999;
	border:1px solid black;
}

li li .menudefault {
	background-color: #ff6c00;
	border:1px solid black;
}

.menu a:hover {
	color: yellow;
	font-weight: bold;
/*	background-color: #00ced1; */
}

li li a:hover {
	color: yellow;
/*	background-color: #00ced1; */
}

/*-------------------------------------------------------*/

#tools {
	/*float: left; 
	width: 140px;*/
	text-align: center;	
/*	background-color: #cccccc; */
	font-size: 100%;
	padding: 4px;
/*	border: 1px solid black; */
}
.tools input {
	/* width: 60%;
	font-size: 80%; */
}
.tools a:link, .tools a:visited, .tools a:active {
	text-decoration: none;
}
.tools a:hover {
	text-decoration: none;
}


/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 768px;
	padding: 10px;
	background-color: white;
	background-image: url(verlauf.gif);
	background-repeat: repeat-x;
	position: relative;
	vertical-align: top;
	text-align: left; 
	border: 1px black solid;
}


#mainContent a:link, #mainContent a:visited, #mainContent a:active {
/*	border-bottom: 1px dotted #BE5532;  */
	color:blue;
}
#mainContent a:hover {
background-color: yellow;
}

.imagegallery a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom:none;
}

.illustrations {
	float:right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	position: relative;
}
#mainContent h1 {
	font-size: 1.4em;
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
/*	border-bottom: 1px solid #1f623b; */
}
#mainContent h2 {
	font-size: 1.1em;
	margin: 0px;
		margin-top:5px;
	margin-bottom:5px;
}
#mainContent h3 {
	font-size: 1.0em;
	margin: 0px;
		margin-top:5px;
	margin-bottom:5px;
}
#mainContent h4 {
	font-size: 0.9em;
	margin: 0px;
		margin-top:5px;
	margin-bottom:5px;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {

 /* border:1px solid white; */
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
	margin-top:5px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #333; 
	}

.praemien {
	border-collapse:collapse;
/*	width: 100%;*/
}

.praemien td {
	border: 1px solid black;
	text-align: left;
	padding: 5px;
}

.titel {
	background-color: #ff6c00;
	color:white;
	font-weight: bold;
}

.column {

}