@media all {

* {border: 0;margin: 0;padding: 0;}

html {height: 100%;}

body {background-color: #ffffff;color: #000000;
font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;font-size: 10pt;text-transform: uppercase;}

#wrapper {margin-left: 30mm;}

/*==============================================================
kopfzeile
==============================================================*/
#header {text-align: left;border-bottom: 1px solid;}

/*==============================================================
navigation
> gleiches listen-/link-layout für kopf- und fusszeile
> positionierung in kopf- und fusszeile unterschiedlich
==============================================================*/
#navigation {display: none;}	
	
/*==============================================================
fusszeile
==============================================================*/
#footer {display: none;}
	
/*==============================================================
allgemeine elemente
==============================================================*/
h1 {font-size: 12pt;}
	.red {color: #B12529;font-weight: normal;}

h2, h3, h4 {color: #B12529;margin: 0 0 5px 0;}	
h2 {font-weight: bold;margin: 15px 0 5px 0;}
h3 {font-weight: normal;}
h4 {font-weight: normal;}

p {margin: 0 0 10px 0;text-transform: none;}

A, A:visited, A:hover, A:focus, A:active {color: #000000;outline: none;text-decoration: none;}

	
/*==============================================================
content-bereich
==============================================================*/

#content {overflow: visible;padding: 20px 0;}
	#content ul {margin: 10px 0 20px 0;}
	#content ul li {list-style-image: url(../images/listx.gif);line-height: 14pt;padding: 0 0 0 15px;text-transform: none;}

	#content A {color: #B12529;margin: 0 0 15px 0;text-transform: none;}
	#content A:visited {}
	#content A:hover, #up A:focus {text-decoration: underline;}
	#content A:active {}
	
	#up {display: none;}
	
	/*==============================================================
	startseite > content-bereich
	==============================================================*/
	#splash {display: none;}


/*==============================================================
formular
==============================================================*/
form {margin: 30px 0;}
input {background-color: #B12529;color: #ffffff;margin: 3px 0;text-indent: 5px;width: 400px;}
textarea {background-color: #ffffff;height: 80px;margin: 3px 0;text-indent: 5px;width: 400px;}

.button {font-size: 1em;text-indent: 0;width: 100px;}




} /*ende "@media" ("@media" beginnt ganz am anfang des stylesheets) > unbedingt stehenlassen*/