
 
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, html, span, a, table, form, image 
{
 color: #f4782a;
 font-family:"Courier New", Courier, monospace;
 font-weight:normal;
 font-style:normal;
 margin: 0; padding: 0; vertical-align: top;  outline: none;

}

body{
	background-color:#c9c9c9;
	}

/*Linkgestaltung */

a:link {
	text-decoration:none;
	color: #f4782a;
	font-family:"Courier New", Courier, monospace;
	
}
a:visited {
	text-decoration:none;
	color: #f4782a;
	font-family:"Courier New", Courier, monospace;
}
a:hover {
	text-decoration:none;
	color: #FF3300;
	font-family:"Courier New", Courier, monospace;
}
a:active {
	text-decoration:none;
	color: #FF3300;
	font-family:"Courier New", Courier, monospace;
}





/*Bilder mit Links*/
a img, a:link img { 
 margin: 0; padding: 0; vertical-align: top; border: none; outline: none;

 }


/*Layout*/

#page{
margin:0px auto;
height:620px;
width:900px;
/*border-bottom:solid 1px #666666;
border-right:solid 1px #666666;
border-left:solid 1px #666666;*/
}

#header
{
width:900px;
height:100px;
}


#inhalt
{
width:440px;
height:80px;
float:left;
color:#f4782a;
background-color:#c9c9c9;
font-family:"Courier New", Courier, monospace;
font-size: 12px;
padding-left:5px;
padding-top:20px;


}

#titel
{
width:450px;
height:100px;
float:right;
background-color:#c9c9c9;
}



#content
{
	
	height:420px;
	width:900px;
	color:#f4782a;
	font-family:"Courier New", Courier, monospace;
	background-color:#c9c9c9;
	
	
}

#navigation

{
	width:200px;
	height:400px;
	float:right;
	text-align:right;
	font-size:12px;
}

#arbeiten
{
font-family:"Courier New", Courier, monospace;
height:400px;
width:690px;
float:left;
padding-left:10px;

}

/*VAlign Content*/
.wrap {
	display: table;
	height: 201px;
	margin-bottom: 10px;
	
}
.cell {
	display: table-cell;
	vertical-align:middle;
	/*background-image: url(checkb_ff0.gif);*/
}

.inner {
	/*background-image: url(checkb2_9f9.gif);*/
	

}

* html .wrap, * html .cell {
	display: block;
}
* html .cell {
	position: relative;
	top: 50%;
}
* html .inner {
	position: relative;
	top: -50%;
}
* html .openr, * html .openm, * html .celli {
	display: inline-block;
	vertical-align: middle;
}
* html .openr, * html .openm {
	height: 100%;
}
* html .openm {
	width: 1px;
	background-color: #00f;
}

/*VAlign Footer*/
.wrapfooter {
	display: table;
	/*height: 201px;*/
	height: 100px;
	margin-bottom: 10px;
}
.cellfooter {
	display: table-cell;
	vertical-align: middle;
	/*background-image: url(checkb_ff0.gif);*/
}

.innerfooter {

	/*background-image: url(checkb2_9f9.gif);*/
}

* html .wrapfooter, * html .cellfooter {
	display: block;
}
* html .cellfooter {
	position: relative;
	top: 50%;
}
* html .innerfooter {
	position: relative;
	top: -50%;
}
* html .openr, * html .openm, * html .celli {
	display: inline-block;
	vertical-align: middle;
}
* html .openr, * html .openm {
	height: 100%;
}
* html .openm {
	width: 1px;
	background-color: #00f;
}

#footer
{
	
	
	height:100px;
	width:895px;
	background-color:#c9c9c9;
	color:#f4782a;
	word-spacing:30px;
	padding-left:5px;
	/*font-size:1em;*/
	font-size:12px;


}



#vita
{
font-size:12px;
font-family:"Courier New", Courier, monospace;

}

#kontakt
{

width:auto;
height:auto;
padding-top:50px;
text-align:center;
font-size:12px;
}




