/* Start of CMSMS style sheet 'FvS Typography' */
@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	background-image:url(../images/bg.png);
	background-repeat:no-repeat;
	color:#666;
	}
	
body, td, pre, input{
        font-size:67.5%;
}

p, ul, ol{
font-size:1.2em;
line-height:1.5;
}
		/* Typo */

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#9f2f1b;}
h1{
	font-size:2.4em;	
}
h2{
	font-size:2em;
}
h3{
	font-size:1.7em;	
	margin-bottom:0.7em;	
}
h4{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.4em;
	color:#9f2f1b;
}
h5{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.2em;
	color:#9f2f1b;
}
h6{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:1.0em;
	color:#9f2f1b;
}


			/* hier werden die funktion der webseite definiert */
a:focus, a:hover, a:active {color:#9f2f1b;}

a{
    color:#6b64aa;
}
 
#main img{
	margin:20px 20px 20px 20px;
}

.img_left{
float:left;
margin:0px 20px 20px 0px;
}

.img_right{
float:right;
margin:0px 0px 20px 20px;
}

blockquote{
font-family:georgia;
font-style:italic;
}
/* End of 'FvS Typography' */

