 /*CSS wenter.org �2008*/

html{
    height: 100%;
}

body{
	height: 100%;
	margin: 0px 0px 0px 0px;
	background:  #f3d8e0; /*url(../pix/background.gif) repeat-x*/ 
	background-attachment: fixed;
	/*fonts*/
    font-family: "Georgia", "serif";
	font-size: 11px;
	font-weight: normal;
	color: #95848c;
	line-height: 14px;
}

/* main container */

#main{
    position: absolute;
   /* height: 100%;
    width: 100%;*/
    min-height: 700px;
    min-width: 900px; 

}
#page{
    position: absolute;
    display: table-cell;
    width: 800px;
    height: 600px;    
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -300px; 
}

*html body div#page{
    display: block;
}

#box1{
    position: absolute;
    /*width: 250px;  */
    left: 0px;
    top: 20px;
	font-size: 11px;
}
#box2{
    position: absolute;
    width: 250px;  
    left: 100px;
    top: 5px;
	color: #fff; /*#76656d;*/

}
#box3{
    position: absolute;
    /*width: 430px; */  
    left: 270px;
    top: 0px;
	border-bottom: 1px dotted #999999;
}
#head{
    position: absolute;
    width: 107px;    
    height: 20px;
    left: 0px;
    top: 2px;
    padding-bottom: 0px;
}
#head_right{
    position: absolute;   
    height: 20px;
    left: 0px;
    top: 0px;
    padding-bottom: 2px;
}
#head_right_cv{
    position: absolute;   
    height: 20px;
    width: 301px;
    left: 0px;
    top: 0px;
    padding-bottom: 2px;
}
#image{
    position: absolute;
    text-align: right;
    width: 0px;
    left: 171px;
    top: 55px;
}

#pic{
    position: absolute;
    /*width: 200px; */
    left: 50px;
    top: 65px;
}

#menu{
    position: absolute;
    width: 250px;   
    left: 0px;
    top: 65px;
}
#menu_right{
    position: absolute;
    width: 430px;   
    left: 0px;
    top: 65px;
}
#gutentag{
    position: absolute;
    width: 301px;   
    height: 26px; 
    left: 0px;
    top: 10px;
}
#bio{
    position: absolute;
    width: 301px;    
    left: 0px;
    top: 30px;
	color: #95848c;
}
#kontakt{
    position: absolute;
    padding-top: 5px;
    text-align: right;
    width: 85px;    
    left: 135px;
    top: 256px;
	color: #95848c;
}
#kontakt_right{
    position: absolute;
    padding-top: 5px;
    text-align: left; 
    left: 90px;
    top: 260px;
}
#ll{
    position: absolute;
    padding-top: 5px;
    text-align: left;
    width: 85px;    
    left: 172px;
    top: 296px;
	color: #95848c;
}
#ll_right{
    position: absolute;
    padding-top: 5px;
    text-align: left;
    width: 301px;    
    left: 90px;
    top: 300px;
	color: #95848c;
}
#skills{
    position: absolute;
    padding-top: 5px;
    text-align: left;
    width: 85px;    
    left: 172px;
    top: 425px;
	color: #95848c;
}
#skills_right{
    position: absolute;
    padding-top: 5px;    
	width: 301px;    
    left: 90px;
    top: 430px;
	color: #95848c;
}
#pin_l{
    float:left;
    height: 20px;
    width: 7px;
    border-top: 1px solid #999999;
}
#pin_r{
	float:right;
    height: 20px;
	width: 7px;
    text-align:right;
    border-bottom: 1px solid #999999;    
}
#inside{
	padding-top:	10px;
    clear:both;
	height: 100px;
    min-height: 600px;
	min-width: 315px; 
    /*overflow: auto;  
	overflow-x: hidden;*/
	overflow: visible;
}
#scrollBar{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -237px; 
    width: 15px;
    height: 550px;   
    overflow: auto;
    visibility: hidden;
}
#links{
	position: absolute;
    width: 301px;   
    height: 26px; 
    left: 0px;
	padding-left: 168px;
    top: 60px;
    /*border-bottom: 1px dotted #999999;*/
}

/*klassen*/

.head{
    font-size: 22px;
}
.head_work{
    font-size: 18px;
	font-family: "Helvetica", "Bold";
    color: #95848c;
}
.menu_head{
	display: block;
	padding-top:	6px;
    font-size: 11px;
    color: #95848c;
}


.nav_link{
    clear: both;
    width: 200px;
}
.nav_links{
    float: left;
    padding-right: 5px;
    text-align: right;
    width: 45px;
}
.nav_rechts{
    width: 150px;
    float: right;
    text-align: left;
}

.line
{
	border-top: 1px dotted #777;
	width:	120px;
    float: left;
}

.extraspace
{
	margin-bottom: 3px;
}

.extraspacelinks
{
	margin-bottom: 5px;
}

.link{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
}
a.link:link{ 
    color: #95848c;
}
a.link:visited{ 
    color: #95848c;
}
a.link:hover{ 
    color: white;
    background-color: #daccd3;
}
a.link:active{ 
    color: white;
    background-color: #daccd3;
}

.link_over{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
}
a.link_over:link{ 
    color: white;
    background-color: #cdaaaa;
}
a.link_over:visited{ 
    color: white;
    background-color: #cdaaaa;
}
a.link_over:hover{ 
    color: white;
    background-color: #cdaaaa;
}
a.link_over:active{ 
    color: white;
    background-color: #cdaaaa;
}

.gut
{
	font-family:	Helvetica;
	color:			#333;
}

.cv{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
}
a.cv:link{ 
    color: #95848c;
}
a.cv:visited{ 
    color: #95848c;
}
a.cv:hover{ 
    color: white;
    background-color: #daccd3;
}
a.cv:active{ 
    color: white;
    background-color: #daccd3;
}

.link_work{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
}
a.link_work:link{ 
    color: #76656d;
}
a.link_work:visited{ 
    color: #76656d;
}
a.link_work:hover{ 
	color: #76656d;
    text-decoration: underline;
}
a.link_work:active{ 
	color: #76656d;
    text-decoration: underline;
}


.cv_over{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: none;
    color: white;
    background-color: #aa9da4;
}

.link_work_over{
    font-family: "Georgia", "serif";
    font-size: 11px;
    font-style: italic;
    text-decoration: underline;
    color: #76656d;
}

.mail{
    font-family: "Georgia", "serif";
    font-size: 12px;
    font-style: italic;
    color: #a0979c;
}
a.mail:link{ 
color: #a0979c;
    text-decoration: none;
}
a.mail:visited{ 
}
a.mail:hover{ 
	color: white;
    /*text-decoration: underline;*/
	background-color: #daccd3;
}
a.mail:active{ 
}
