/* css */


/* -----------------
   Basics 
----------------- */

body {
	margin: 0;
	padding: 5px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35em;
	color: #141414;
	text-align: center;
	background: #c2c2ca;
}

a { color: #134075; text-decoration: none; font-weight: normal; outline: 0;}
a:hover { color: #134075; text-decoration: underline; outline: 0;}

img {
	border: none;
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
}

/* -----------------
   Navi, Links 
----------------- */

#container {
	position: relative;
	width: 100%;
}

#print-link {
	position: absolute;
	z-index: 10;
	top: 2em;
	right: 1em;
	background: #c2c2ca url(../img/printer.png) no-repeat 0 50%;	
	padding-left: 1.6em;
	font-size: .9em;
}
#close-link {
	position: absolute;
	z-index: 10;
	top: 2em;
	left: 1em;
	background: #c2c2ca url(../img/tick.png) no-repeat 0 50%;	
	padding-left: 1.45em;
	font-size: .9em;
}

#back-link {
	position: absolute;
	z-index: 10;
	top: 2em;
	left: 1em;
	background: #c2c2ca url(../img/bullet_go.png) no-repeat 0 50%;
	padding-left: 1.45em;
	font-size: .9em;
}

/* -----------------
   Headlines, Text 
----------------- */

h1, h2, p {
	margin: .5em 0;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.2em;
}
p, #note {
	text-align: left;
	padding-left: 75px;
}
#note {
	margin: .5em 0;
	
}


/* -----------------
   Tabelle 
----------------- */

table {
	font-size: 1em;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-collapse:collapse;

}
table th {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding: 3px 0px;
	text-align: center;
	background: #eee;
	color: #666;
}
table td {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	padding: 3px 4px;
	height: 50px;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	background: #fefefe;
	vertical-align: top;
}
.even td {
	background: #fafafa;
}
.odd td {
	background: #fff;
}
.even td.col1, .odd td.col1,
.even td.col4, .odd td.col4 {
	background: #eee;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
	text-align: center;
}
th.col1 {
	width: 50px;
}
th.col2 {
	width: 100px;
}
td.col3 {
	width: 250px;
}
th.col4, td.col4 {
	width: 50px;
	border-left: 5px solid #c2c2ca;
}
td.editable textarea {
	width: 100%;
	height: 40px;
	font-family: Arial, sans-serif;
	font-size: 1em;
}
fieldset {
	border: none;
}


/* ---------- */


.eingabefeld {
	background: #eee;
	margin: .5em 0; 
	text-align: left;
}


#vtlehrer {
	width: 50%;
}
