/* *** 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: #FFFFFF;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
	overflow-x: hidden;
	overflow-y: auto;
min-width:800px;
margin:0px;
}
.central {
margin-right: auto;
margin-left: auto;
position: relative;
width: 810px;
text-align: left;
}
html {
	overflow-x: hidden;
}

a {color: #187bb3;}
a:visited {color:#000066;}
a:hover {color: #003366;}
a:active { color:#000000;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #FFFFFF;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

#footer {
background-color: #FFFFFF;
text-align: right;
padding: 0px;
margin: 0px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
}
#footer img {padding:10px 0px;} 

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

img.download {vertical-align:middle;}

/* ----------container zentriert das layout-------------- */
#container {
width: 810px;
border-right:1px solid #CCCCCC;
border-left:1px solid #CCCCCC;
margin-bottom: 0px;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color: #FFFFFF;
}
/* ----------banner for logo-------------- */
#banner {
background-color: #FFFFFF;
text-align: right;
padding: 0px;
margin: 0px;
}
#banner img {padding:10px 0px;} 

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

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

/* --------------left and right navigavtion------------- */
#left {
float: left;
width: 200px;
margin: 5px;
padding: 0px;
}

#right {
float: right;
width: 200px;
margin: 5px;
padding: 0px;
}


/* -------header-------------------------------- */
#head {
background-image:url(navheader.jpg);
padding:1px;
height:16px;
color:#FFFFFF;
text-align:center;
}

#navbox {
	font-size:12px;
	color: #141414;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:1px;
	border-color:#b3b3b3;
	background-color:#FFFFFF;
	font-size:11px;
	font-family:"Tahoma";
	width: 190px;
	text-align:center;
}


#smallbox {
	float:left;
	margin:10px;
	font-size:11px;
	color: #141414;
	margin-left:auto;
	margin-right:auto;
	border:solid;
	border-width:1px;
	border-color:#b3b3b3;
	background-color:#FFFFFF;
	font-family:Tahoma;
	width: 177px;
	text-align:center;
}

#subhead {
background-image:url(advantagedweb.jpg);
height:62px;
padding:0px;
color:#FFFFFF;
text-align:center;
}

#subhead2 {
background-image:url(customizedsite.jpg);
height:62px;
padding:0px;
color:#FFFFFF;
text-align:center;
}

#subhead3 {
background-image:url(managedweb.jpg);
height:62px;
padding:0px;
color:#FFFFFF;
text-align:center;
}

#chromemenu{
width: 816px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
list-style: none;
padding: 0;
margin: 0;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #FFFFFF;
color: #336ba4;
text-decoration:none;
font-weight:bold;
font-family:Tahoma;
text-align: center;
text-transform: uppercase;
background: url(chromebg2.jpg) #fff bottom left repeat-x;; /*Theme Change here*/
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

#chromemenu ul li a:hover{
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 1px;
	border: 1px solid #BBB; /*Theme Change here*/
	border-bottom-width: 0;
	color: #336ba4;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma;
	line-height:18px;
	z-index:100;
	background-color: #dcebff;
	width: 200px;
	visibility: hidden;
	left: 1px;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 0px 0;
text-decoration: none;
text-align:left;
font-weight: bold;
color: #336ba4;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
color: #000000;
}
