/** cvdo.eu **/
html {
	color: #ffffff;
	backgound-color: #131313;
}

body {
	background-color: #131313;
	font-family: Arial;
	font-size: 12px;
    margin:0;
}

#body {
	width: 100%;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	border: 0px;
}

/** ENTER **/
#start {
	background: url(bilder/start.png) no-repeat center;
	margin-top: 200px;
}

#enter {
	width: 100%;
	margin-top: 200px;
	text-align: center;
	font-size: 50px;
}


/** MENU **/
/* Firefox Dotted Outline Fix */
a:active { 
    outline: none; 
}

/* Firefox Dotted Outline Fix */
a:focus { 
    -moz-outline-style: none; 
}

/* Menu Body */
ul#menu {
    width: 100% - 120px;
    height: 74px;
    background: url(bilder/menu_bg.png) repeat-x;
    list-style: none;
    margin: 0;
	margin-top: 30px;
    padding: 0;
    padding-left: 150px;
}

/* Float LI Elements - horizontal display */
ul#menu li {
    float: left;
}

/* Link - common attributes */
ul#menu li a {
    background: url(bilder/menu.png) no-repeat scroll top left;
    display: block;
    height: 74px;
    position: relative;
}

/** Specify width and background position attributes specifically for the class **/
ul#menu li a.reisen { width:159px; }
ul#menu li a.natur { width:157px; background-position: -159px 0px; }
ul#menu li a.technik { width:157px; background-position: -316px 0px; }
ul#menu li a.mensch { width:157px; background-position: -473px 0px; }
ul#menu li a.about { width:157px; background-position: -630px 0px; }

/* Span (on hover) - common attributes */
ul#menu li a span {
    background: url(bilder/menu.png) no-repeat scroll bottom left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 74px;
    width: 100%;
    z-index: 98;
}

/* Span (on hover) - display pointer */
ul#menu li a span:hover {
    cursor: pointer;
}

/** Shift background position on hover for the class **/
ul#menu li a.reisen span { background-position: 0px -78px; }
ul#menu li a.natur span { background-position: -159px -78px; }
ul#menu li a.technik span { background-position: -316px -78px; }
ul#menu li a.mensch span { background-position: -473px -78px; }
ul#menu li a.about span { background-position: -630px -78px; }

/** active menu **/
ul#menu li a span:active {
	z-index: 99;
}

/** UNTERMENU **/
/* umenu Body */
ul#umenu {
	position: absolute;
	left: 150px;
	height: 100%;
	width: 786px;
	background: #131313;
    background: url(bilder/umenu_bg.png) no-repeat;
    list-style: none;
    margin: 0;
    padding: 0;
	z-index: -2;
}

/* Float LI Elements - horizontal display */
ul#umenu li {
    float: left;
}

/* Span (on hover) - common attributes */
ul#umenu li img {
	background-color: #131313;
    height: 74px;
    width: 100%;
    z-index: 100;
}

/* img (on hover) - display pointer */
ul#umenu li img:hover {
    cursor: pointer;
}


/** NAVIGATION **/
#navi {
	width: 175px;
	position: relative;
	float: left;
}

ul.nav {
	list-style: none;
	display: block;
	width: 150px;
	position: relative;
	padding: 0;
	-webkit-background-size: 50% 100%;
}

.nav li {
	margin: 8px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #cbcbcb;
	color: #174867;
	padding: 6px 0px 6px 10px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 120px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.nav li a:hover {
	background: #ebebeb;
	color: #67a5cd;
	padding: 6px 0px 6px 10px;
}

ul.nav li a:active {
	background: #ebebeb;
	color: #67a5cd;
	padding: 6px 0px 6px 10px;
}
/* UNAV */
.unav li {
	margin: 3px 0 0 0;
}

ul.unav {
	display: block;
	list-style: none;
	margin-left: -40px;
}

ul.unav li a {
	-webkit-transition: all 0.3s ease-out;
	background: #cbcbcb;
	color: #174867;
	padding: 4px 5px 4px 20px;
	-webkit-border-top-right-radius: 10px;
 	-webkit-border-bottom-right-radius: 10px;
	width: 95px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
}

ul.unav li a:hover {
	background: #ebebeb;
	color: #67a5cd;
	padding: 4px 5px 4px 30px;
}

ul.unav li a:active {
	background: #ebebeb;
	color: #67a5cd;
	padding: 4px 5px 4px 30px;
}


/** CONTENT **/
#content {
	position: absolute;
	top: 130px;
	z-index: 3;
	width: 100%;
	min-height: 600px;
	height: 80%;
	font-size: 13px;
	font-family: Palatino "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #ffffff;
	overflow: auto;
}

h1 {
	text-transform: uppercase;
	text-shadow: #999 1px 1px 4px;
	margin: 0px;
	size: 15px;
}


/** FOOTER **/
#footer {
	position: fixed;
	top: 800px;
	left: 176px;
	z-index: 1;
	height: 200px;
	width: 710px;
	background-image: url(bilder/footer.png);
	color: #666666;
}
#footer a:link { color: #666666; }
#footer a:visited { color: #666666; }
#footer a:active { color: #666666;}
#footer a:hover { color: #666666; }