
/* ##### (*) ### Allgemeines ##################################################################################################### */

body {
	background-color: #000;
	background-image: url(pics/body.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #999;
	padding-top: 0px;
	padding-bottom: 0px;
	background-position: bottom;
	background-attachment: fixed;
	margin: 0px;
}
.shadow {
	position:	absolute;
	width: 900px;
	left:		50%;
	margin-left:	-450px;
	border: 2px solid #000;
}
.container {
	width: 900px;
}
hr {
	border-top: 1px solid #ccc;
	border-bottom: 0 none;
	height: 1px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.colored {
	color: #f00;
}

/* ##### (*) ### Header ########################################################################################################## */

#header {
	height: 210px;
	background-image: url(pics/header_org.jpg);
	background-repeat: no-repeat;
}

/* ##### (*) ### Hauptmenue ###################################################################################################### */

#mainmenu {
	height: 49px;
	background-image: url(pics/main.png);
	background-repeat: repeat-x;
	border-top: 1px solid #000;
}
#mainmenu a {
	color: #fff;
	line-height: 49px;
	text-decoration: none;
	font-size: 130%;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-right: 1px solid #000;
	font-weight: bold;
	display: block;
	float: left;
}
#mainmenu a:hover {
	color: #000;
	background-image: url(pics/main_invert.png);
}

/* ##### (*) ### Footer ########################################################################################################## */

#footer {
	background-image: url(pics/footer.png);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 110%;
	color: #000;
	height: 30px;
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

/* ##### (*) ### Untermenue ###################################################################################################### */

#submenu {
	background-color: #000;
	width: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#submenu h1 {
	font-family: Georgia, sans-serif;
	font-size: 130%;
	color: #f00;
	margin: 0;
	padding-left: 7px;
	padding-top: 15px;
	padding-right: 15px;
}
#submenu p {
	font-size: 100%;
	margin: 0;
	padding-left: 7px;
	padding-top: 5px;
	padding-right: 15px;
}
#submenu a.menue {
	background-image: url(pics/sub.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #999;
	font-size: 130%;
	line-height: 36px;
	font-weight: bold;
	padding-left: 35px;
	margin: 0;
	display: block;
}
#submenu a:hover {
	color: #cc0000;
}
#submenu a.textlink {
	color: #c00;
	text-decoration: none;
}
#submenu a.textlink:hover  {
	color: #fff;
}

/* ##### (*) ### Inhalt ########################################################################################################## */

#content {
	background-color: #000;
	margin: 0px;
	padding: 20px;
	width: 700px;
	height: 100%;
}
#content h1 {
	color: #f00;
	font-family: Georgia, sans-serif;
	font-size: 2em;
	margin-top: 7px;
	margin-bottom: 7px;
}
#content h2 {
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
#content p {
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 3px;
}
#content a {
	color: #c00;
	text-decoration: none;
}
#content a:hover {
	color: #fff;
	text-decoration: underline;
}
#content blockquote {
	font-size: 110%;
	display: block;
	padding-left: 25px;
	background-image: url(pics/quote.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	font-style: italic;
	margin-bottom: 5px;
	margin-top: 3px;
}
#content code {
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 110%;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #c00;
	background-color: #222;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#content li {
	font-size: 110%;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(pics/list.png);
}
#content ul {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
}

#content fieldset {
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#content legend {
	color: #f00;
	font-size: 110%;
}
#content select {
	font-size: 120%;
	padding: 2px;
}
#content input.text_long{
	color: #555;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 18em;
}
#content input.text_small{
	color: #555;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 3em;
}
#content input.button{
}
#content textarea {
	border:1px solid #ccc;
	background-color: #fff;
	width: 25em;
}

img.border {
	background-color: #000;
	border: 1px solid #ccc;
	padding: 5px;
}
img.border-right {
	background-color: #000;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
img.border-left {
	background-color: #000;
	border: 1px solid #ccc;
	padding: 5px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
