/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #6699ff url(Images/_background.gif) center repeat-y;
	color: #EEFAD7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 79%;
	text-align: center;
}
a {
	color: #EEFAD7;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #b48181;
	color: #b38b84;
	font-size: 130%;
	font-weight: normal;
	margin: 5px 0;
}

.login {
	border: 1px solid #666;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}

/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(Images/arrow.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/camera1.gif);
	background-image: url(Images/camera2.gif);
	background-image: url(Images/camera3.gif);
	background-image: url(Images/header.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 1023px;
}
#header {
	background: url(Images/_header.gif) center no-repeat;
	color: #EEFAD7;
	
}

.headline {
	font-size: 300%;
	font-weight: bold;
	height: 150px;
	line-height: 160px;
	text-indent: 280px;
}

.headmenu {
	font-size: 100%;
        line-height: 22px;
        font-weight: normal;
        text-indent: 280px;
        vertical-align: middle;

}
.headmenu a {
	color: #EEFAD7;
	text-decoration: underline;
}

.menu_current {
	color: #EEFAD7;
        font-weight: bold;
}

.headmenu a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#headerbild {
	padding: 0px 0px;
        top: 7px;
        left: 125px;
        position: absolute;
}

#nav {
	padding-bottom: 40px;
        padding-top: 60px;
	width: 229px;

}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #cc0000;
        color: #EEFAD7;
	display: block;
	padding: 5px;
	text-decoration: none;
        border-right: 5px solid #cc0000;
        border-left: 5px solid #cc0000;
	width: 229px;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #cc0000url(Images/selector.gif) center right no-repeat;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #EEFAD7;
        border-right: 5px solid #EEFAD7;
        border-left: 5px solid #EEFAD7;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	background-image: url(Images/selector_sub.gif);
}
/* noch eine Ebene mit leichter Einrueckung */
#nav ul ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul ul li a {
	color: #ccc;
        border-right: 1px solid #C8E838;
        border-left: 1px solid #C8E838;
	text-indent: 20px;
}
#nav ul ul ul li a:hover {
	background-image: url(Images/selector_sub.gif);
}

.login_info {
	padding: 0 0 0 10px;
}
#column1 {
	float: left;
	width: 280px;
	color: black;
        text-indent: 3px;
}
#column1 img {
	border: 1px solid #666;
	margin: 5px 38px;
	padding: 4px 4px;
}
#column1 h2 {
	color: #e0e0e0;
	padding: 0 0 3px 5px;
}

#column1 input {
	background: #5c5c5c;
	margin: 2px 20px;
	border: 1px solid #666;
}

/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */

#column2 {
	float: none !important;
	float: right;
	margin-left: 270px !important;
	margin-left: 0;
	padding: 12px 40px 30px 9px;
}

#column2 p {
	line-height: 190%;
}

#column2 img {
	padding: 4px 4px;
}

#column2 input {
	background: #FFFFFF;
	margin: 2px 20px;
	border: 1px solid #000000;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#sitemap ul li a {
	line-height: 30px;
	list-style-position: inside;
        list-style-type: disc;
}
#sitemap ul ul li a {
	line-height: 20px;
	list-style-position: inside;
        list-style-type: disc;
}
#sitemap ul ul ul li a {
	line-height: 10px;
	list-style-position: inside;
        list-style-type: disc;
}
#footer {
	clear: both;
	color: #cc0000;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
	text-align: center;
}
#footer a {
	color: #cc0000;
	text-decoration: underline;
}
