@import url(navigation_startseite.css);

/* =template layout
--------------------------------------------------------------- */

html {
	padding: 0;
	margin: 0;
	background: #fff url(/pictures/bg_body_start.png) no-repeat center top;
	height: 100%;
	}
body {
	text-align: center;
	padding: 0;
	margin: 0;
	font: 75%/2.1em "Verdana", Lucida Grande, Lucida, sans-serif;
	background: url(/pictures/bg_wrapper_start.png) repeat-y center top;
	height: 100%;
	}

#shadow {
	margin: 0 auto;
	width: 1012px;
	/* background: url(/pictures/bg_shadow_start.gif) no-repeat; */
	overflow: hidden;
	}
#wrapper {
	width: 967px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 100%;
	background-image: none;
	}

/* =content
--------------------------------------------------------------- */
#container {
	position: relative;
	width: 967px;
	min-height: 420px;
	height: auto !important;  /* für moderne Browser */
	height: 420px; /*für den IE */
	margin-top: 52px;
	background: url(/pictures/bg_container_start.png) no-repeat -1px top;
	}
#container img {
	position: absolute;
	top: 137px;
	left: 56px;
	}
ul#language {
	top: 400px;
	right: 60px
	}
#start_festung {
	position: relative;
	min-height: 152px;
	height: auto !important;  /* für moderne Browser */
	height: 152px;  /*für den IE */
	background: url(/pictures/logo_festung_start.png) no-repeat 54px 62px;
	}
#link_festung a {
	width: 400px;
	height: 120px;
	position: absolute;
	top: 45px;
	left: 56px;
	display: block;
	text-decoration: none;
	}
.nav_festung {
	width: 176px;
	position: absolute;
	left: 171px;
	top: 137px;
	background-color: #fdeabb;
	z-index: 100;
	}
#start_militaer {
	width: 857px;
	position: absolute;
	min-height: 91px;
	height: auto !important;  /* für moderne Browser */
	height: 91px;  /*für den IE */
	right: 56px;
	bottom: 45px;
	background: url(/pictures/logo_militaer_start.png) no-repeat;
	}
#link_militaer a {
	width: 400px;
	height: 120px;
	position: absolute;
	top: -20px;
	right: 0px;
	display: block;
	text-decoration: none;
	background: transparent;
	}
.nav_militaer {
	width: 210px;
	position: absolute;
	right: 28px;
	bottom: 75px;
	background-color: #96b8a1;
	}
/* =nav
--------------------------------------------------------------- */
#nav {
	width: 179px;
	float: left;
	margin: 0 0 0 54px;
	}
/* =buttons startseite
--------------------------------------------------------------- */
#link_events ul {
	padding: 0;
	margin: -20px 0 0 56px;;
	list-style: none;
	}
#link_events ul li a {
	display: block;
	float: left;
	padding-right: 10px;
	}

