/* Design & Code (c) Empire Group, Inc. */
html, body { padding: 0; margin: 0; }
body {
	font: normal 11px/1.5em Georgia, "Times New Roman", Times, serif;
	background: #001138;
	color:#c3cfea;
}

* {
	margin:0;
	padding:0
}
p{
	padding-bottom:1em
}
ul,ol{
	margin-left:16px;
	padding-bottom:1em;
}
li{
	padding-bottom:3px;
}

div#switch_lang_en, div#switch_lang_de { behavior: url(iepngfix.htc) }
	

/* IDs */

	
	
/* Headings H1-H6 */
h1#header {
	width:630px;
	height:254px;
	margin:20px auto 160px auto;
	background:url(../images/p_header.jpg) no-repeat;
}
	h1#header b{
		display:none;
	}

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }





/* Paragraph and Link Styles */
p { }

	p a { }
	
a{
	color:#c3cfea;
}
	
	
	
/* Lists and Navigation */


ul#nav, ul#nav_en{
	list-style:none;
	margin:0;
	padding:0;
	height:45px;
	width:516px;
	display:block;
	overflow:hidden;
}

	ul#nav li, ul#nav_en li{
		float:left;
		margin:15px 30px;
		font-size:1.2em;
	}

	ul#nav a, ul#nav_en a{
		text-transform:uppercase;
		text-decoration:none;
	}


/*  IDs  */

div#references{
	width:516px;
	height:297px;
	position:absolute;
	top:130px;
	left:50%;
	margin-left:-258px;
}

div#wrapper{
	width:515px;
	margin:0 auto;
}

div#content{
	width:515px;
	background-color:#152549;
	background-image:url(../images/p_content_top.png);
	background-position:top;
	background-repeat:no-repeat;
}
	div#content div#wrap{
		width:457px;
		background-image:url(../images/p_content_bottom.png);
		background-position:bottom;
		background-repeat:no-repeat;
		min-height:220px;
		height:auto !important;
		height:220px;
		padding:18px 30px 10px 28px;
		line-height:220%;
	}
	
div#switch_lang_en{
	display:block;
	width:243px;
	height:46px;
	margin:-7px auto 20px auto;
	background:url(../images/p_english.png) no-repeat;
}	
div#switch_lang_de{
	display:block;
	width:243px;
	height:46px;
	margin:-7px auto 20px auto;
	background:url(../images/p_deutsch.png) no-repeat;
}	
	div#switch_lang_en a, div#switch_lang_de a{
		display:block;
		width:243px;
		height:46px;
	}
	div#switch_lang_en i, div#switch_lang_de i{
		display:none;
	}