﻿/* Allgemein */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images/bg.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #AAAAAA;
}

h4 {
	color: #FFFFFF;
	text-transform: uppercase;
}

h3 {
	color: #FFFFFF;
	text-transform: uppercase;
}

h2 {
	color: #FFFFFF;
	text-transform: uppercase;
}

h1 {
	color: #FFFFFF;
	text-transform: uppercase;
}

p {
	margin-bottom:10px;	
}

a {
	text-decoration: none;
	color: #CDCDE2;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

textarea {
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
}

select {
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
}

input {
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	padding: 2px 5px;
	border: none;
}

/* Logo */

#logo {
	background: #000000 url('images/banner_clouds.png') no-repeat center top;
	width: 750px;
	height: 130px;
	margin: 30px auto 0 auto;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
	background: #111111;
}

#intro {
	width: 750px;
	margin: 0 auto;
	background: #000000;
}

/* Content */

#content {
	padding: 20px;
	text-align: justify;
}

#content-sm {
	padding: 20px;
	font-size: 11px;
}
/* Footer */

#footer {
	width: 750px;
	height: 12px;
	margin: 0 auto;
	background: url(images/black.png) repeat;
}

#footer p {
	padding: 5px 20px;
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 750px;
	height: 25px;
	margin: 0 auto;
	line-height: 23px;
	background: #4E515B url(images/black.png) repeat;
}

#menu a {
	display: block;
	float: left;
	padding: 0 15px;
	height: 25px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/blue.png) repeat;
	color: #000000;
}