/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background-color: #000000;
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
color:#564b47;
padding:0;
margin:0;
}

p, ol, ul {
	line-height: 150%;
	padding-right: 15px;
}

a {color: #ffffff;}
a:visited {color:#648dcf;}
a:hover {color: #648dcf;}
a:active { color:#648dcf;}

h1 {
font-size: 16px;
color: black;
font-style: italic;
padding: 0;
margin: 0;
}

h2 {
font-size:12px;
font-weight: bold;
text-transform: uppercase;
font-style: italic;
color: #ffffff;
padding: 5px 10px;
margin:0;
}

h3 {
font-family: arial;
font-size:14px;
text-transform: uppercase;
color: #648dcf;
padding: 8px 0px 8px 0px;
margin:0;
}

h4 {
font-size:20px;
font-style: italic;
color: #648dcf;
padding: 5px 10px;
margin:0;
}


h5 {
font-size:13px;
font-style: italic;
color: #648dcf;
padding: 5px 10px;
margin:0;
}


/* ----------container to center the layout-------------- */
#container {
width: 780px;
height: 100%;
background: #ffffff url(images/background.png);
margin-bottom: 10px;
margin: 0 auto;
}

/* ----------header-------------- */

#header {
background: #000000 url(images/header.jpg) center no-repeat;
width: auto;
height: 309px;
margin: 0 0 0 50px;
padding: 0px;
}


/* ----------main navigation-------------- */


#menu {
	padding-top: 0px;
	height: 165px;
	background: #000000 url(images/nav_back_pages.jpg) center no-repeat;
	margin-bottom: auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	padding-bottom: 30px;
	line-height: 300%;
	text-align: center;
	list-style-type: none;
	width: 675px;
	margin: auto;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 20px;
	text-decoration: none;
	font-family: Georgia, Serif;
	font-size: 135%;
	text-transform: uppercase;
	color: #999999;
}

#menu a:hover {
	font-weight: bold;
	color: #ffffff;
}

#menu .active a {
	color: #FFFFFF;
	font-weight: bold;
}


/* -----------------content--------------------- */
#content {
background: #ffffff url(images/background.png);
padding-bottom: 60px;
margin: 0 auto;
}

.text {
padding: 10px 40px 40px 40px;
}

#content img {
padding: 10px 20px 10px 10px;
}

#content a {color: #000000;}
#content a:visited {color:#648dcf;}
#content a:hover {color: #648dcf;}
#content a:active { color:#648dcf;}


/* --------------bottom left stuff------------- */
#left {
float: left;
width: 200px;
height: 100%;
margin: 0;
padding: 20px 20px 20px 0px;
border-right: 1px solid black;
}


/* --------------bottom right stuff------------- */

#right {
float: right;
width: 499px;
height: 100%;
margin: 0;
padding: 20px 0px 0px 0px;
}


.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 210px;
}

.twocols .col1 {
	float: left;
	padding: 10px 0 0 0;
}

.twocols .col2 {
	float: right;
	background: black;
	padding: 0px 0px 20px 20px;
}



/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
text-align: center; 
}