/**********************************
*
* 	Marina-Akselrod.de CSS
* 	(c) Copyright 2008
* 	Benjamin Schulz
* 	www.seraph-design.de
*
**********************************/

html{
	height:100%;
	background: #192533 url(../gfx/html.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	word-spacing: 0;
	font-size: 0.75em;
}

body{
	background: url(../gfx/body.jpg);
	background-position: bottom center;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	margin-top: 17px;
	padding-bottom: 29px;
	color: #D3DDD4;
}

#wrapper{
	margin: 0px auto;
	width: 596px;
	background: url(../gfx/wrapperbg.jpg);
}

#header{
	height: 135px;
	background: url(../gfx/header.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#fade{
	background: url(../gfx/wrapperfade.jpg);
	background-repeat: no-repeat;
	padding-top: 1px;
}

.content{
	padding: 40px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1.5em;
}

.content p{
	padding-bottom: 4px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #D3DDD4;
}

.content td{
	padding-right: 10px;
}

.content td b{
	font-size: 0.88em;
}

.content img, .content a img{
	margin: 8px;
	padding: 2px;
	background-color: #192533;
	border: 1px solid #D3DDD4;
	width: 103px;
}

.content a img:hover{
	background-color: #D3DDD4;
	border: 1px solid #D3DDD4;
}

.titel{
	overflow: hidden;
	text-indent: -9999px;
	height: 33px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	margin-top: 15px;
	background-repeat: no-repeat;
}

.uebermich{
	background: url(../gfx/uebermich.jpg);
}

.lebenslauf{
	background: url(../gfx/lebenslauf.jpg);
}

.arbeiten{
	background: url(../gfx/arbeiten.jpg);
}

.kontakt{
	background: url(../gfx/kontakt.jpg);
}

#footer{
	height: 36px;
	line-height: 14px;
	text-align: center;
	background: url(../gfx/footer.jpg);
	font-weight: bold;
}

h4{
	font-size: 1.1em;
	margin: 0px;
	margin-bottom: 2px;
}

ul{
	list-style-type: upper-roman;
	margin: 0px;
	margin-left: 40px;
	padding-left: 0em;
	text-indent: 0em;
}

li{
	padding: 5px;
	margin: 0px;
}

.bigtype{
	font-weight: bold;
	font-size: 1.7em;
	margin-right: 2px;
}

.kontaktbox{
	width: 238px;
	padding: 10px;
	float: left;
}

.deco{
	background: url(../gfx/deco.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 90px;
}

.clear{
	clear: both;
}

.navigation{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.navigation a{
	color: #D3DDD4;
}

.navigation a:hover{
	color: #FFFFFF;
}

#w3 a:link, #w3 a:visited{
	color: #454F58;
	padding-right: 13px;
	background: transparent url(../gfx/valid_n.jpg) no-repeat 0 50%;
	background-position: right;
	text-decoration: none;
}
#w3 a:hover{
	color: #FFFFFF;
	background: transparent url(../gfx/valid_h.jpg) no-repeat 0 50%;
	background-position: right;
	text-decoration: none;
}

