/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/files/gimgs/ornament.png);	
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #262528;
	line-height: 155%;
	letter-spacing:0.1em
	background: #ffffff;
    width: 635px;
	margin-top: 80px;
	margin-left: 310px;	
	position: absolute;
	height: 100%;


}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none;
	color: #262528;
	}

a:active { 
	text-decoration: none;
	color: #262528;
	}

a:visited { 
	text-decoration: none;
	color: #262528;
	}

a:hover { 
	text-decoration: none;
}

a img { border: none; }

img {padding-right: 5px; padding-bottom: 8px; }


#menu {	
        background: #ffffff;
        font-size: 13px;
        line-height:190%;
        top: 80px;
        left: 80px;
        position: fixed;
        width: 210px;
        height: 420px;
        none repeat scroll 0 0;
}

#menu ul {
	font-size: 11px;
	list-style: none;
	letter-spacing:0.1em;
	margin-left: 8px;
	margin-right: 8px;
    line-height:220%;	
	border-bottom: 2px solid #af0917;
	}

#menu ul li.section-title { 
	font-size: 11px;
	none repeat scroll 0 0;
	font-weight:bold; 
	}


#menu li.active a {
	color: #af0917;
	font-weight: bold;
	}
	
	
#menu a:hover {
	color: #af0917;
	}

	
.container {
    padding: 5px 5px;
}
	
	
#content {
    background-color: #ffffff;    
	min-height: 100%;
	padding: 10px 12px 8px 8px;
	
	}

#content p { 
	}



p {
}




rot {  
	color: #af0917;
}

kasten {  
	margin: 6px 20px 6px 0px;
	display: block;
	padding: 3px 3px 3px 4px;
	border: 1px solid #af0917;
	background: #fff7ed;
}


zitat {
	font-family: georgia, serif;
	font-style: italic;
}



kleintext {
	font-size: 11px;
}


ue1 { font-size: 16px; font-weight: bold;}

ue2 { font-size: 14px; font-weight: bold; line-height:220%;	
}





.nav { 
	font-size: 10px;
	width: 60px;
}


#img-container	{ margin: 0px; padding: 0;}
#img-container p	{ width: 600px; margin: 0px; padding: 8px 0px 8px 0; }


#once { clear: left; }