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

body {
	font-size: 13px;
	color:#333;
	font-family:Helvetica, Arial,sans-serif;
	background: #fff;
}

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

a { text-decoration: none;color:#11607d; background-color:#cecece;}
a:active { text-decoration: none; background-color:#cecece;}
a:visited { text-decoration:none;}
a:hover { text-decoration: none; background-color:#bdbdbd;}

#logo a { text-decoration: none;color:#000; background-color:#FF6;}
#logo a:active { text-decoration: none; background-color:#FF6;}
#logo a:visited { text-decoration:none; color:#000; }
#logo a:hover { text-decoration: none; background-color:#FFF;}



img { border: none;background-color:#FFF; }

#menu {
    width: 300px;
	font-size:12px;
    overflow: auto;
	color:#666;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	letter-spacing:0.6px;
}

#menu a{
	background-color:#FFF;
	color:#777;
}

#menu a:hover{
	background-color:#11607d;
	color:#FFF;
}

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

#menu ul li.section-title { 
	margin-bottom:2px;
	font-size:14px;
}

#h {
	font-size:14px;
}

#menu ul li{
        margin-bottom:2px;
}


.active a{color:#11607d; font-weight:bold;}

#raw a{color:#000;}
#raw a:hover{background-color:#fff; color:#000;}

#content {
    height: 100%;
    margin: 0 0 0 300px;
    top: 0;
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 33px;color:#11607d; font-weight:normal;font-family:Helvetica, Arial,sans-serif; margin-bottom:6px; }
h2 { font-size: 13px; color:#11607d; font-family:Helvetica, Arial,sans-serif; margin-bottom:3px; }
h3 { font-size: 13px; font-family:Helvetica, Arial,sans-serif; }
h4 { font-size: 13px; font-family:Helvetica, Arial,sans-serif;}

special.a{}

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

#img-container a { text-decoration: none;color:#000; background-color:#FFF;}
#img-container a:active { text-decoration: none; background-color:#FFF;}
#img-container a:visited { text-decoration:none; color:#000; }
#img-container a:hover { text-decoration: none; background-color:#FFF;}
#once { clear: left; }

/*Text Section*/
#text-section {
	width:430px;
	font-size: 13px;
	color:#11607d;
	font-family:Times,"Times New Roman", serif;
}

#bild-text-section {
	width:430px;
	font-size: 13px;
	color:#11607d;
	font-family:Times,"Times New Roman", serif;
}
#aktuelt-text-section {
	width:430px;
	font-size: 16px;
	color:#11607d;
	font-family:Times,"Times New Roman", serif;
        margin-bottom:15px;
}
#aktuelt-text-section img{
        margin-bottom:5px;
        margin-top:10px;
}

#text-section p{
 margin-bottom:10px;		
}
#text-section h2{
	margin-top:10px;
	margin-bottom:5px;
}

#text-section img{
	margin-top:10px;
	margin-bottom:15px;
}

#biografi{
	color:#11607d;
	line-height:13px;
	font-family:Times,"Times New Roman", serif;
}

#kontakt{
	line-height:13px;
	color:#11607d;
	font-family:Times,"Times New Roman", serif;
}
#kontakt a{
	margin-top:15px;
}

#links{
	line-height:20px;
	font-family:Times,"Times New Roman", serif;
}