/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:10pt;
}

html {
	background-color:#EEE;
}
a {
	text-decoration:none;
	color:#000;
}

h1 {
	color:#900;
	padding-bottom:10px;
	font-size:16pt;
}

h2 {
	color:#C00;
	padding-bottom:10px;
	font-size:14pt;
}
h3 {
	color:#C00;
	padding-bottom:10px;
	font-size:12pt;
}
div#wrapper{
	margin:0px auto;
	width:960px;
}
div#content {
	background-color: #FAFAFA;
    clear: both;
    margin-top: 10px;
	min-height:80px;
	padding:20px;
	box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
}
body {
	
	margin:0;
}

p#subject {
	font-size:16pt;
	text-align:left;
	width:100%;
	height:100px;

}
p#message {
	font-size:10pt;
	text-align:left;
	width:100%;
	margin-top:-60px;
	margin-bottom:10px;
	color:#666;
}

p#warning {
	font-size:10pt;
	text-align:left;
	width:100%;
	margin-top:-60px;
	margin-bottom:60px;
	color:#CC0033;
}

font {
	font-size:10pt;	
}
font#highlight {
	font-size:16pt;
	color:#900;

}
input[type=text], input[type=password], input[type=date], textarea, select {

	color: #333; 
	font-size: 10pt; 
	border: none; 
	//border-bottom: 1px dotted #333; 
	width: 200px; 
	padding: 4px;
	margin:5px;
	box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    -webkit-box-shadow: 0px 0px 2px #333;
}

input[type=submit] {
	margin-top:15px;
	color: #8F8F8F; 
	font-size: 12px; 
	font-weight: bold; 
	border: none; 
	border-bottom: 1px dotted #008030; 
	height: 22px; 
	width: 150px; 
	padding: 3px;
	background-color:#EFEFEF;
}

	
	
div#message{
	margin: 50px auto;
	width:500px;
	background-color:#FFF;
	 box-shadow: 2px 2px 2px #dfdfdf;
    -moz-box-shadow: 2px 2px 2px #dfdfdf;
    -webkit-box-shadow: 2px 2px 2px #dfdfdf;
	text-align:center;
	padding:20px;
}

table#menu {
	width:100%;
	border: 1px solid #CCC;
	text-align:center;
}

table {
	width:100%;
	border: 0px;
	padding:10;
	border-spacing:0px;
	border:1px solid #666;
	text-align:left;
}


th {
	background-color:#EEE;
	font-weight:bold;
}

a.maximize {
	display:block;
	text-align:right;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:0px;
	background: transparent url(../images/max.gif) no-repeat right;
	padding-right:20px;
}
.button {
	display:inline-block;
	text-align:center;  
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
	margin-top:10px;
	padding: 12px 16px 12px 16px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}
.focus {
	background-color:#900;
	color:#EFEFEF;
	font-weight:bold;
}

.zeile_1 {
	background-color:        #E1E8F1;
}

