/* ------------------------------>> LAYOUT GENERAL <<------------------------------ */
*{
	margin: 0;
	padding: 0;
}
html{
}
body{
	font: 62.5%/145% "Lucida Grande", sans-serif;
	color: #3d3d3d;
}
#page{
	margin: 0 auto;
	width: 770px;
}
#header{
	height: 150px;
	position: relative;
}
#content{
}
#wrapper{	
}
#wrapper #content{
	float: right;
	width: 490px;
}
#sidebar{
	float: left;
	width: 250px;
}
#footer{
	margin-top: 40px;
	border-top: 1px solid #e2e2e2;
}
.clear{
	clear: both;
}
#foto_jacob, #foto_personal{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #e2e2e2;
}
#contact{
	margin-top: 10px;
	/*border-right: 1px solid #e2e2e2;
	width: 250px;*/
	padding-bottom: 15px;
}
#aktuelles{
	margin-top: 20px;
	border-top: 1px solid #e2e2e2;
}
/* ------------------------------>> MENUS <<------------------------------ */
#header ul{
	position: absolute;
	top: 84px;
	right: 0;
	list-style-type: none;
	padding: 0;
}
#header li{
	padding: 0 10px;
	padding-top: 2.9em;
	border-right: 1px solid #e2e2e2;
	float: left;
	font-size: 1.1em;
}
#header li a{
	color: #a4a4a4;
	border: none;
}
#header li.active a{
	color: #0076be;
	}

/* ------------------------------>> LINKS <<------------------------------ */
a{
	text-decoration: none;
	color: #0076be;
}
a:link{
	
}
a:visited{
	
}
a:hover{
	
}
a:active{
	
}
/* ------------------------------>> HEADINGS + tipography <<------------------------------ */
h1,h2,h3,h4{
	color: #0076be;
	/*font-weight: normal;*/
	margin: 10px 0;
}
h2{
	font-size: 1.8em;
}
h3{
	font-size: 1.5em;
	margin-top: 15px;
}
h4{
	font-size: 1.2em;
}
h3.secretaria{
	margin-bottom: 4px;
}
#contact h4{
	font-size: 1.3em;
	margin:0;
}
#header h3{
	font-size: 1.1em;
	margin: 20px 0 0;
	color: #bbb;
}
#header h2{
	font-size: 1.8em;
	margin: 2px 0 0;
	color: #bbb;
}
#header h1{
	font-size: 2.4em;
	margin: 14px 0 0;
}
p{
	margin: 10px 0;
	font-size: 1.1em;
	line-height: 1.4em;
}
/* ------------------------------>> LIST <<------------------------------ */
ul, ol{
	padding-left: 15px;
}
li{
	padding: 4px 0;
}
#content ul{
	font-size: 1.1em;
	list-style-type: none;
}
ul.curriculum{
	padding-left: 0;
}
.homebox{
	border-bottom: 1px dotted #e2e2e2;
}
.homebox h4, .homebox p{
	padding-left: 75px;
}
.homebox p.date{
	margin-bottom: -25px;
	padding-left: 0;
	color: #0076be;
}
.admin{
	border: 1px solid red;
	padding: 0 5px;
	margin-top: 10px;
}
.admin input{
	margin: 5px 0;
}
label{
	font-size: 1.2em;
	line-height: 1.8em;
	color: #0076be;
}
.new{
	padding: 5px;
}
#sidebar h3, #sidebar h4, #sidebar p{
	margin: 5px 0;
}
#header img{
border: none;
}
a#logo-romsem img{
margin-left: -56px;
margin-top: 16px;
}

table{
width: 100%;
}
table td.left {
color:#A4A4A4;
width:120px;
}
table td {
font-size:1.1em;
padding:3px 0;
vertical-align:top;
border-bottom: 1px dotted #ccc;
}
table td p{
font-size:11px;
margin: 0 0 5px;
}
