/* Style-Sheets für luftbild-nrw.de */

/* #66829B dunkelblau		*/
/* #7592B7 mittelblau		*/
/* #A0B7D5 hellblau   		*/
/* #BDCDE1 zu helles blau	*/
/* #E0B32B gelb				*/

body {
	width: 750px;
	margin: 10px auto;
}

#head {
	height: 100px;
	background-color: #7592B7;
}

/*******************************/
/* Style-Sheets fürs Hauptmenü */

#mainmenu {
	width: 100%;
	margin: 2px 0px 2px;
	background-color: #7592B7;
}
#mainmenu td {
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-collapse: collapse;
}
#mainmenu td a:link, #mainmenu td a:visited {
	color: #FFF;
	text-decoration: none;
}
#mainmenu td a:hover {
	color: #FD0;
/*	color: #E0B32B; */
	text-decoration: underline;
}
#mainmenu .curmenuitem {
/*	border-left: 2px double #E0B32B;
	border-right: 2px double #E0B32B;
	color: #E0B32B;
*/
	border-left: 2px double #FD0;
	border-right: 2px double #FD0;
	color: #FD0;
}

/*************************************************/
/* Style-Sheets für die Sidebar und das Sub-Menü */

#sidebar {
	width: 110px;
	height: 420px;
	background-color: #7592B7;
	float: left;
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 12px;
	padding: 5px;
}
#sidebar hr {
	color: #E0B32B;
}
#sidebar h1 {
	margin: 0px 0px 5px;
	padding-left: 5px;
	font-size: 12px;
	background-color: #A0B7D5;
}


#login {
	margin-bottom: 10px;
}
#login form {
	margin-top: 0px;
	margin-bottom: 3px;
}
#login .error {
	color: yellow;
	font-weight: bold;
}

#submenu {
}
#submenu a:link, #submenu a:visited {
	color: #000;
	text-decoration: none;
}
#submenu a:hover {
	color: #E0B32B;
	text-decoration: underline;
}
#submenu p {
	margin: 5px;
}

/*******************************/
/* Style-Sheets für den Content */

#content {
	width: auto;
	height: 410px;
	overflow: auto;
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 12px;
	letter-spacing: 2px;
	padding: 10px;
	background-color: #FFF;
	border-right: 1px solid #7592B7;
}
#content a:link, #content a:visited {
	font-weight: bold;
	color: #000;
/*	color: #E0B32B; */
}
#content a:hover {
	font-weight: bold;
	color: #E0B32B;
}
#content th {
	text-align: left;
}
#content table a:hover, #content table a:link, #content table a:visited {
	color: #000;
}
#content h1 {
	font-size: 14px;
	font-weight: bold;
}
#content h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
#content h3 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}
#content div > li {
	margin-top: 10px;
}
#content .footnote {
	font-size: 8px;
	vertical-align: super;
}
#content .annotation {
	color: #000;
	letter-spacing: 0px;
	margin-left: 5px;
	font-size: 10px;
}
#content legend {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
#content form .oblige {
	font-weight: bold;
}
#content .error {
	color: red;
	font-weight: bold;
}

/***********************************/
/* Style-Sheets für den Fußbereich */

#foot {
	width: 100%;
	height: 20px;
	margin-top: 2px;
	background-color: #7592B7;
	text-align: center;
}
#foot span {
	font-family: Tahoma, Helvetica, Arial, sans serif;
	font-size: 12px;
}