@CHARSET "ISO-8859-1";

/**
 *	Basics
 */
body {
	background-color: black;
	color: white;
	margin: 0px;
	display: block;
	position: relative;
	font-family: 'Times New Roman', serif;
}

div {
	float: left;
}

h1,h2,h3 {
	margin: 0px;
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 21px;
}

h1 {
	font-style: italic;
	letter-spacing: 2px;
}

h2 {
	margin-bottom: 10px;
}

em {
	font-weight: bold;
	font-style: normal;
}

p {
	font-size: 14px;
	margin-top: 0px;
	/*text-indent:2em;*/
}

#wrapper {
	width: 1200px;
	float: none;
}

/**
 *	Handle black and white
 */
body.highlight {
	background-color: white;
	color: black;
}

body.highlight h1,body.highlight h2,body.highlight h3 {
	color: black;
}

body.highlight a {
	color: black;
	border-color: black;
}

/**
 *	Navigation
 */
#header {
	text-transform: uppercase;
	margin-top: 15px;
	width: 100%;
	height: 100px;
	letter-spacing: 1px;
}

#header h1 {
	margin-left: 20px;
	width: 220px;
}

div#header>a {
	float: left;
}

#header a {
	font-size: 14px;
	letter-spacing: 2px;
}

#header ul {
	margin: 0px;
	padding: 0px;
}

#header li {
	list-style-type: none;
	float: left;
	display: block;
	list-style-type: none;
	width: 240px;
}

/**
 *	Links
 */
a {
	display: inline;
	margin-bottom: 9px;
	border-width: 0px; /*0px 0px 1px 0px;*/ /**/ border-style : solid;
	border-color: white;
	border-style: solid;
}

a,a:visited {
	color: white;
	text-decoration: none;
}

a:hover,a:active,a:focus,a.hover {
	/*text-decoration: underline;*/
	border-bottom-width: 1px;
}

/**
 *	mainContent (BannerSwitch Layer)
 */
#mainContent {
	min-height: 200px;
	width: 960px;
}

/**
 *	Boxes in hovertext
 */
#hoverText {
	position: absolute;
	top: 115px;
}

#hoverText,.box {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
}

.box:first-child {
	border-width: 0px;
}

/**
 * Site specific settings
 */
.contact .box {
	padding: 3px 0px 10px 0px;
}

.news .box {
	padding: 5px 0px 10px 0px;
}

.about p {
	margin-top: 10px;
	font-size: 28px;
	letter-spacing: 1px;
}

/**
 * columns
 */
.column0 {
	margin-left: 0px;
	width: 100%;
}

.column1 {
	margin-left: 240px;
	width: 960px;
}

.column2 {
	margin-left: 480px;
	width: 720px;
}

.column3 {
	margin-left: 720px;
	width: 480px;
}

.column4 {
	margin-left: 960px;
	width: 240px;
}

/**
 *	BannerSwitch adjustments
 */
#bannerSwitch {
	float: left;
	width: 960px;
	height: 640px;
	opacity: 0.11;
}

body.highlight #bannerSwitch {
	opacity: 1;
}

/**
 * media querry
 */
/*@media screen and (max-width: 1200px) {
	#header h1 {
		float: none;
		margin-bottom: 21px;
	}
	#wrapper,#mainContent {
		width: 960px;
	}
	.column0,.column1 {
		margin-left: 0px;
		width: 960px;
	}
	.column2 {
		margin-left: 240px;
		width: 720px;
	}
	.column3 {
		margin-left: 480px;
		width: 480px;
	}
	.column4 {
		margin-left: 720px;
		width: 240px;
	}
	#wrapper {
		margin: 0 auto;
	}
	#header h1 {
		margin-left: 0px;
		width: 240px;
	}
}*/
/*
@media screen and (max-width: 960px) {
	#header h1 {
		float: none;
		margin-bottom: 21px;
	}
	#wrapper,#mainContent {
		width: 480px;
	}
	.column0,.column1,.column3 {
		margin-left: 0px;
	}
	.column2,.column4 {
		margin-left: 240px;
		width: 240px;
	}
	#header {
		margin-top: 30px;
		height: 110px;
	}
	#bannerSwitch {
		height: 320px;
		width: 480px;
		background-size: 100%;
	}
	#header h1 {
		margin-left: 0px;
		width: 240px;
	}*/
/*
@media screen and (max-width: 480px) {
	#header h1 {
		float: none;
		margin-bottom: 21px;
	}
	#wrapper {
		width: 240px;
	}
}
}*/