﻿html
{
	height: 100%;
}

body
{
	background-color: #494949;
	font-family: Arial;
	height: 100%;
	margin: 0;
	padding: 0;
}

a
{
	color: white;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
}


/************** table struct **************/
#struct
{
	height: 100%;
	width: 100%;
}

	#structml
	{
		height: 100%;
		width: 267px;
	}
	
	#structmr
	{
		height: 100%;
		width: 533px;
	}
	
	#structr
	{
		background-color: gray;	
	}



/************** logo **************/
#logo
{
	height: 300px;
}

/************** navtab **************/
	#navtab
	{
		color: white;
		height: 100%;
		width: 267px;
		font-weight: bold;
	}

		
	#navtab td
	{
		background-color: #9F7955;
		border-top: 1px solid #C9B092; 
		border-bottom: 1px solid #62391D;
		height: 30px;
		padding-left: 40px;
	}

	#navtab #tel
	{
		background-color: maroon;
		border-bottom: white;
		font-size: 16px;
		height: 40px;
		padding-left: 40px;
		text-align: left;
	}


	#navtab #home
	{
		height: 45px;
		padding-bottom: 10px;
		vertical-align: bottom;	
	}


	#navtab #empty
	{
		height: 100px;
}

/************** table cont **************/
#conttab
{	
	background-color: #9F7955;

}

	#contwhite
	{
		background-color: white;
		color: #676767;
		font-size: 12px;
		padding-left: 20px;
		padding-top: 20px;
		position: relative;
		top: -10px;
		width: 543px;
		z-index: 1;
	}
			
		#contwhite a
		{
			color: #676767;
			text-decoration: underline;	
		}

		
	#contnorm
	{
		color: white; 
		height: 100%;
		padding-right: 15px;
		padding-top: 20px;
		text-align: right;	
	}
	
	#conttd
	{
		height: 100%;	
	}

	#more
	{
		width: 100%; 
		text-align:right;
		height:50%;
	}


	#lebenslauf_t
	{
		border: 0px;
	}


	#lebenslauf_c
	{
		border: 0px;
	}

/************* SEAT *************/
#seat
{
	background-color:  #494949;
	width: 100%;
	z-index: 2;
}


/************** head **************/
#head
{
	padding-left: 40px;
}

#head h1
{
	color: darkred;
	font-size: 20px;
	
}

/************** impressum **************/
#impressum
{
	position: absolute;
	text-align: right;
	top: 1px;
	width: 563px;
	z-index: 3;
}

#impressum a
{
	color: #888;
	right: 90px;		
}



/************** table struct **************/
/************** table struct **************/

/************* tail *************/
#tail
{
	background-color: #666666;
	border-top: 1px solid white;
	height: 30px;
	vertical-align: middle;
	color: silver;
	padding-left: 25px;	
	padding-top: 5px;
	font-size: 12px;
}

/************* anchors *************/
.aactive
{
	color: maroon;
}



	