/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	letter-spacing: 0.01em;
	font-family: Courier;
	background: #fff;
	color: #000000;
	line-height: 1.3em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ff0000; }
a:active { text-decoration: none; color: #ff0000;}
a:visited { text-decoration: none; color: #ff0000; }
a:hover { text-decoration: none; color: #ff0000; background:url(http://anjagindele.de/files/stripe.gif) no-repeat 0px 100%;    
}

a img { border: none; }

#menu {
	width: 190px;
	overflow: auto;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	height: 100%;
	background-color: #fff;
	color: #ff0000;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }
	
#content {
   	height: 100%;
	margin: 0 0 0 190px;
    	top: 0;
	width: 700px;

}

#content a:link { text-decoration: none; color: #000000; }
#content a:active { text-decoration: none; color: #000000;}
#content a:visited { text-decoration: none; color: #000000; }
#content a:hover { text-decoration: none; color: #ff0000; background:url(http://anjagindele.de/files/stripe.gif) no-repeat 0px 100%;    
}

#inhalt {
	width: 100%;
}

.container {padding: 25px 5px 25px 25px;}


#content p {width: 585px; margin-bottom: 9px; }

#box1 {
position:absolute;
top:30px;
left:215px;
width:291px;
height:389px;
z-index:1;
}

#box2 {
position:absolute;
top:442px;
left:247px;
width:229px;
height:173px;
z-index:2;
}

#box3 {
position:absolute;
top:631px;
left:215px;
width:182px;
height:128px;
z-index:3;
}

#box4 {
position:absolute;
top:55px;
left:612px;
width:187px;
height:181px;
z-index:4;
}

#box5 {
position:absolute;
top:278px;
left:542px;
width:132px;
height:183px;
z-index:5;
}

#box6 {
position:absolute;
top:400px;
left:690px;
width:90px;
height:127px;
z-index:6;
}

#box7 {
position:absolute;
top:550px;
left:518px;
width:282px;
height:210px;
z-index:7;
}


p { margin: 0 0 0px 0;}
	
strong {font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0.09em;
	line-heigt: 1.2em;

}

h2 { font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #ff0000;
	letter-spacing: 0.09em;
	line-heigt: 1.2em; }

h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

