/* Styles www.asasello-quartett.ch */

html, body, p, ul, li, ol, h1, h2, h3 {
margin: 0;
padding: 0;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color:#3C86A5;
	margin:10px;
}

* html body {
text-align: center;
}

/* Allgemeine Angaben */

#container {
position:relative;
width: 800px;
height:600px;
margin-left:auto;
margin-right:auto;
border:1px solid #fff;
text-align:left;
}

* html #container {
width: 802px; /*depends on border thickness*/
w\idth: 800px;
height:602px; /*depends on border thickness*/
he\ight:600px;
}

#logo {
position: absolute;
margin: 0px;
top: 0px;
left: 0px;
width: 193px;
height: 137px;
background-image:url(../assets/img/logo.gif);
background-color:#ffffff;
}


/* Links */

a:link {
	color: #336699;
}

a:active {
	color: #336699;
}

a:visited {
	color: #336699;
}

a:hover {
	color: #336699;
}


/* Hauptnavigation */

#navMain {
display:none;
}

/* Subnavigation */

#navSub {
display:none;
}



/* Content */

#divcontent {
position: absolute;
margin: 0px;
top: 137px;
left: 193px;
width: 607px;
height: 463px;
background-color:#ffffff;
}

#contentspecial {
position: absolute;
margin: 0px;
top: 137px;
left: 193px;
width: 607px;
height: 463px;
background-color:#ffffff;
background-image:url(../images/bg_quartett.jpg);
}

#Rostislav {
position:absolute;
top:48px;
left:123px;
}

#Justina {
position:absolute;
top:48px;
left:251px;
}

#Andreas {
position:absolute;
top:3px;
left:358px;
}

#Barbara {
position:absolute;
top:212px;
left:333px;
}


p {
font-size:12pt;
color:#369;
line-height:1.8em;
margin-top:0px;
}

#pagecont li {
font-size:80%;
color:#369;
}

h1, h2, h3, h4, h5, h6 {
font-size:24pt;
color:#369;
font-weight:bold;
clear:both;
margin:0px;
}

#page {
position: absolute;
margin: 0px;
width: 607px;
}


/* Footer Navigation*/

#footer{
display:none;
}


