/**********************************
	Datei: style.css
***********************************
	Autor: scaramangado
	erste Version: 28.09.2009
	letzte €nderung: 28.09.2009
**********************************/

* {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    min-width: 1024px;
    background: #78a449;
    font-family: "Verdana", sans-serif;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 17px;
}

ul li {
    list-style: none;
}

.invisible, dfn {
	position:absolute;
	left:-62.5em;
	top:-62.5em;
	width:0em;
	height:0em;
	overflow:hidden;
	display:inline;
}

#content {
    width: 800px;
    margin: 20px auto;
    padding: 0px auto;
    text-align: center;
}

red {
    color: red;
    font-style: italic;
}

a, a:active, a:visited {
    font-size: 19px;;
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*** VM ***/

vm * a {
    font-size: 19px;
}

a.dl {
    font-size: 15px;
}

vm * a:hover {
    color: red;
}

#disziplin_links {
    width: 33%;
    float: left;
}

#disziplin_mitte {
    
}

#disziplin_rechts {
    width: 33%;
    float: right;
}

/*** Bilder ***/

img.logo {
    background: url(logo.png);
    height: 110px;
    width: 110px;
    margin: 5px
}
