/* @override http://www.vetprax.ch/testing/templates/style.css */

html, body{
    height: 90%;
    font-family:sans-serif;
    background:#C5D6E3
}

a{
	color:#C5D6E3;
	text-decoration:none;
}

a:hover {
    text-decoration:underline;
}
a:link {
    text-decoration:none;
}

div#logo {
    height: 173px;
    position:absolute;
    top:17px;

}

div#root {
    border: 1px solid #5882a2;
    width: 700px;
    margin: 10px auto 0;
    text-align: left;
    padding: 6px;   
}

* html #roottable {
        height:100%
}

div#submenu {
	list-style-type: none;
	font-size: 17px;
	color: #4a576a;
}

ul.cmsmenu.level1 {
	list-style-type: none;
	margin:  0;
	padding: 0;
	color: #4a576a;	
}
ul.cmsmenu li.selected{
	background-color: black;
	}
    
div#roottable {
    background-color: #5882a2;
    height: 100%;
    min-height: 100%;
    
}

div#menu{
    background-color: #464a3b;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    margin: 0;
    padding: 0;
    position: relative;
    height: 20px;
    top: -20px;
    }
div#stimmungsbild{
	height:266px;
	max-height:266px;
	min-height:266px;
	overflow:hidden;
	}

/*div#submenu {
    background-color: #464a3b;
    opacity: 80%;
    margin: 0;
    padding: 0;
    float: none;
    display: marker;
}*/

div#menu a/*, div#submenu a*/{
	color: #ffffff;
	text-decoration: none;
	margin-left:10px;
}

div#submenu a:link{
	color: #c5d6e3;
    text-decoration: none;
}
div#submenu a:hover{
	color: #c5d6e3;
    text-decoration: underline;
}
div#submenu a:visited{
	color: #c5d6e3;
    text-decoration: none;
}

#main {
    color: #ffffff;
    top: 30px;
    left: 20px;
    margin-bottom: 0;
    padding: 30px 20px;
}


div#login {
    position:absolute;
    right:0pt;
    top:0pt;
}
div#login > a{
    color:white;
    }

div#login p {
    display:  none;
    color:black;
}

#menu ul.cmsmenu.level0 li {
    list-style: none;
    margin: 0;
    padding: 0 20;
    display: inline;
    list-style-type: none;
}

ul.cmsmenu.level0 {
    padding: 0 0 0 20;
    margin:  0 0 0 0;
}

div#title {
    color: #4a576a;
    font-size: 20px;
    position: relative;
    top: -55px; 
    right: -260px;
}

div#footer {
    color: #5882a2;
    font-size: 12px;
    align: center;
    margin: 0 auto 0;
    text-align: center;
    margin: 0 auto 0;
    width: 700px;
}
div#footer a#footerlink{
    color:#5882a2;
    }
