/* *** 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: #e1ddd9;*/
background:url(images/body.png) repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #DB7093;}
a:visited {color:#DB7093;}
a:hover {color: #564b47;}
a:active { color:#000000;}

h1 {
text-transform:uppercase;
/*background-color: #E0A3B7;*/
/*border-top:1px solid #564b47;
border-bottom:1px solid #564b47;*/
font-size:26px;
font-weight:normal;
padding:5px ;
margin:0px }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0px;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------------- */
#container {
width: 980px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
margin-top:10px;
/*background-color: #EBD3E0;*/
background:url(images/body.jpg) no-repeat;
}

/* ----------banner for logo-------------- */
#banner {
background-color: #e1ddd9;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
/*background-color: #ffffff;*/
background:transparent;
padding: 0px;
margin-left: 230px;
margin-right: 0px;
width:770px;
}
div#content { 
min-height:600px;
height:expression(this.scrollHeight > 600 ? "auto":"600px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
float: left;
width: 190px;
margin: 0px;
padding: 0px;
padding-left:20px;
padding-top:45px;
}

/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0px;
padding: 0px;
text-align: right; 
background: url(images/footer.png) repeat-x;
height:88px;
}


#logo
{
	margin-top:10px;
	float:left;
}

#social
{
	float:left;
	padding:20px 0px 0px 15px;
}

#footer-links
{
	float:left;
	list-style-type:none;
	padding-top:25px;
	padding-left:12px;
	margin-left: 0px;
	margin-top: 0px;
}

#footer-links li
{
	float:left;
	font-size:12px;
	color:white;
	margin-left:4px;
}

#footer-links li a
{
	color:white;
	text-decoration:none;
}

#copyright
{
	color:white;
	float:right;
	padding-top:60px;
	padding-top:60px;
}

#gallery, #photogallery
{
	float:left;
	width:710px;
	height:340px;
	margin-left: 0px;
}

ul.sf-menu li.current a
{
	background: #aa0000;
}

ul.sf-menu li.current
{
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
}

div.topborder
{
	border-top: 1px dotted #cccccc;
	width:650px;
	margin-left:8px;
}

p.bodyp
{
	padding-left:5px;
	/*float:left;*/
}

ul.sf-menu li.submenu
{
	margin-top:0px;
	border-bottom:1px solid blue;
	border-left:1px solid blue;
	border-right:1px solid blue;
}

ul.sf-menu li.submenu a
{
	background:white;
	color:black;
}

ul.sf-menu li.submenu a.active
{
	color:red;
}

li.last
{
	
}

div.callout p
{
	padding-left:0px;
}

h2.title
{
width:100%;
}

p.bodyp{width:500px; }
