/*
Name: Ploberger
Author: David Oerter
Author URL: http://www.davidoerter.com/
Version: 1.1
*/

/* IE und FF Nullsetzen
--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

p, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
	
}

/* Body definieren und Content zenrieren
--------------------------------------------------*/
body{
	background-color: #E8E8E8; 
}


/* Sub-Navigation
--------------------------------------------------*/

.subnavi ul{
	margin: 0;
	color: #1f71bc;
	height: 47px;
}

.subnavi li{
	font-weight: bold;
	line-height: 11px;
	list-style-type: none;
	white-space: nowrap;
	color: #1f71bc;
	background-image: none;
	font-size: 11px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px; 
	padding: 0 0 0 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.subnavi li a{
	color: #5b605a;
	font-weight: normal;
	text-decoration: none;
}

.subnavi li a:hover{
	color: #1f71bc;
	background-image: none;
	font-weight: bold;
}


/* Content
--------------------------------------------------*/
#border {
	border: 20px solid white;
	width: auto;
	height: auto;
	position: relative;
}

#content {
	width: 591px;
	height: 350px;
	overflow: auto;
	margin-left: 50px;
}

TABLE { 5px solid black; }


h1{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #5b605a;
	margin-bottom: 10px;
	letter-spacing: 1px;
	margin-right: 50px;
	
}

.content{
	font-size: 12px;
	color: #5b605a;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	width: 591px;

}

.content p {
	margin-right: 50px;
}

.cv{
	font-size: 12px;
	color: #5b605a;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 50px;
	margin-right: 50px;
}

.content a{
	font-size: 12px;
	color: #5b605a;
    text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
}

.content a:hover{
	font-size: 12px;
	color: #5b605a;
    text-decoration: overline; 
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar {
	font-size: 11px;
	color: #5b605a;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
} 

.sidebar a {
	font-size: 11px;
	color: #5b605a;
	line-height: 140%;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar a:hover {
	font-size: 11px;
	color: #5b605a;
	line-height: 140%;
	text-decoration: overline;
	font-family: Arial, Helvetica, sans-serif;
}
