@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#EAEAEA;

	}

#Inhalt {
	position:absolute;
	width:800px;
	top:250px;
	left:250px;
	border-top:none;
	border-bottom:none;
	padding:5px 5px 5px 5px;	
}

p.Name {
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:300;
	padding:5px 5px 5px 5px;
	margin-top:0px; /* alt. 3px */
	margin-bottom:0px;
	}
	
#Profil_Sublinks {
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	top:35px; /* alt. 30px */
	left:399px;
	padding-top:16px; /* alt. 10px */
	border-bottom:none;
	border-left:none;
	border-right:none;
	z-index:10;
	visibility:hidden;
	}
	
.Sub_Link {
	display:block;
	padding-bottom:15px; /* alt. 8px */
	border-bottom:none;
	}
	
#Kopf {
	width:auto;
	height:23px;
}

#Adresse {
	
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:100;
	width:150px;
	height:18px;
	margin-left:50px;
	padding-top:5px;
}
	
#Kopflink{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:80px;
	height:18px;
	padding-top:5px;
	margin-top:-23px;
	margin-left:90%;
}

.Kopflink {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:normal;
}

a.Kopflink:link {	
	color:#000;
	font-size:10px;
	text-decoration:none;	
}
a.Kopflink:visited {
	color:#000;
	font-size:10px;
	text-decoration:none;
}	
a.Kopflink:focus {
	color:#000;
	font-size:10px;
	text-decoration:none;	
}
a.Kopflink:hover {
	color:#ACACAC;
	font-size:10px;
	text-decoration:none;
}
a.Kopflink:active {
	color:#000;
	font-size:10px;
	text-decoration:none;
}

	

#Link {
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	top:18px;
	left:400px;
	padding:0px;
}
	
a {
	font-family:Verdana, Geneva, sans-serif;
}

a:link {	
	color:#000;
	font-size:14px;
	text-decoration:none;	
}
a:visited {
	color:#000;
	font-size:14px;
	text-decoration:none;
}	
a:focus {
	color:#000;
	font-size:14px;
	text-decoration:none;	
}
a:hover {
	color:#ACACAC;
	font-size:14px;
	text-decoration:none;
}
a:active {
	color:#000;
	font-size:14px;
	text-decoration:none;
}

#Titel {
	font-family:Verdana, Geneva, sans-serif;
	position:absolute;
	top:70px;
	left:250px;
	width:100px;
	border:hidden;
	color:#000;
	font-size:24px;
	font-weight:300;
	padding:5px 5px 5px 25px;
}

/* Style des Lebenslauf */

#InhaltLebenslauf {
	position:absolute;
	top:140px;
	left:250px;
	width:740px;
	border-color:#000;
	border-style:none;
	border-width:1px;
	border-top-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	border-botton-width:1px;
	color:#000;
}

#table {
	padding:20px 20px 20px 20px;
}

table {
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-bottom:25px;	
}

td {
	border:none;
	width:150px;
	padding:3px;
}

tr {
}

#soft {
	color:#ACACAC;
	font-weight:100;
}

#Studium{
	width:150px;
}

#Universität {
	width:325px;	
}

/* Style des Kontaktformulars */

#Kontaktformular {
	position:absolute;
	top:170px;
	left:480px;
	
}
	

input {
	font-family:Verdana, Geneva, sans-serif;
	font-color:#000;
	font-size:10pt;
	background-color:#E0E0E0;
	border:solid;
	border-width:1px;
	border-color:#000;
	width:300px;
	padding:5px;
	margin-bottom:5px;
	
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-color:#000;
	font-size:10pt;
	background-color:#E0E0E0;
	border:solid;
	border-width:1px;
	border-color:#000;
	width:300px;
	padding:5px;
	margin-bottom:5px;
	
}
input.Send {
	font-family:Verdana, Geneva, sans-serif;
	font-color:#000;
	font-size:10pt;
	background-color:#E0E0E0;
	border:solid;
	border-width:1px;
	border-color:#000;
	width:100px;
	padding:5px;
	cursor:pointer;
	margin-bottom:5px;
}
input.Cancel {
	font-family:Verdana, Geneva, sans-serif;
	font-color:#000;
	font-size:10pt;
	background-color:#E0E0E0;
	border:solid;
	border-width:1px;
	border-color:#000;
	width:100px;
	padding:5px;
	cursor:pointer;
	margin-bottom:5px;
}

