/**
 * layout structure
 *
 * @version $Id$
 * @author Claudia Zeiger <claudia@zeigerweb.de>
 */

/*
 * GLOBAL RESET
 */

* {
	margin: 0px;
	padding: 0px;
	color:#2b436a;
}

/*
 * GLOBAL ELEMENTS
 */

html {
   background-color: #c7e0fe;
   background-image: url(../images/background2.jpg);
	background-repeat:no-repeat;
}
body {
	margin:0px 110px; 	
	width: 670px;
	height:885px;

}

a {
	text-decoration:none;
}

	
a:hover {
		color:#596779;

	}

.active {
	color:#596779;
	font-weight: bold;
}
a img {
	border: none;
}

/*
 * HEADER
 */


/*
 * CONTENT
 */

#content {
	height: 100%;
	width: 860px;
	float:left;
}
/*
 *MENU
 */
 #menu {
	width: 120px;
	text-align:center;	
 	height: 400px;
	float: left;
	padding-left: 30px;
	margin-top: 230px;


}
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #4d3a1a;
	line-height:16px;
	letter-spacing:.1em;
	font-weight:bold;
	text-decoration: none;
	}
#navigation td {
	border-bottom: 1px solid #caae80;
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #4d3a1a;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:5px 10px 5px 10px;
	}
	
#navigation a:hover {

	color:#785e33;
	}
/*
 *middle
 */
 
#middle {

	width:580px;
	height: 750px;
	float: left;
	margin-left: 100px;
	margin-top: 120px;overflow: auto;
}

#middle p {

	margin-top: 10px;
	margin-left: 20px;
	font:14px Arial, Helvetica, sans-serif;
	color:#2b436a;
	line-height: 16px;
	margin-right: 15px;
	
}
#middle p span {
	color:#1a3258;
	font-weight: bold;
}
#middle p img {
	float: left;
	padding-left: 20px;
	padding-top:30px;
	padding-right:20px;

}
#middle h1{
	font: 16px Arial, Helvetica, sans-serif;
	color:#2b436a;
	margin-left: 20px;
	margin-top: 20px;
	font-weight: bold;
}
#middle h1 span {
	font: 22px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#middle h2{
	font: 16px Arial, Helvetica, sans-serif;
	color:#2b436a;
	margin-left: 20px;
	margin-top: 10px;
	font-weight: bold;
	margin-top: 100px;
	margin-bottom: 50px;
}
#middle h2 span {
	font-size: 14px;
	font-weight: 300;
}
#middle h3 {
	margin-left: 59px;
	font: 16px Arial, Helvetica, sans-serif;
	color:#2b436a;
	margin-top: 10px;
	font-weight: bold;


}
#middle ul {
	margin-top:20px;
	margin-left:20px;
}

#middle li {
	font:14px Arial, Helvetica, sans-serif;
	color:#2b436a;
	line-height: 16px;
	list-style-type:none;
}
#middle li a:hover {
	color: #596779;
}

 .oneRow {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}
 .oneRow label {
	display: block;
	width: 100px; 
	float: left;
	margin-left:0px;

	font-size: 12px;
	font-weight: bold;

}
 .oneRow input, 

 .oneRow textarea {
	width: 300px;
	color: #000000;
}
 .oneRow textarea { 
	height: 50px;
}
 .submit {
	color: #2b436a;
	font-weight: bold;
	border: 2px solid #2b436a;
	background-color: transparent;
	float: right;
	margin-right: 300px;
	padding: 5px;
	margin-top: 50px;
}
 .alert {
	background-color:#FF0000;
}
#middle iframe {
	float:left;
	margin-left:20px;
}

