body {
	margin: 0px;
	background: url('images/design/background.png');
	background-attachment: fixed;
	font-size: 11px;
	font-family: Verdana;
	color: #cdcdcd;
}

p, td {
	line-height: 12px;
}

b {
	color: #7293CC;
}

u {
	color: #DD679B;
	text-decoration: none;
	border-bottom: 1px dashed #EFCA54;
}

i {
	color: #99C87B;
}

s {
	color: #9C9762;
}

/* -----> SCHRIFTEN <----- */

h1 {
	margin: -8px 0px -5px 0px;
	padding: 0px;
	width: 100%;
	color: #AD8541;
	padding-right: 10px;
	text-align: center;
	font-size: 34px;
	font-family: 'Bigelow Rules', cursive;
	letter-spacing: 5px;
	font-weight: 900;
}

a:link, a:active, a:visited {
	color: #DDBA7B;
	text-decoration: none;
	border-bottom: 1px dashed #B3CB3F;
}

a.link:link, a.link:active, a.link:visited {
	display: block;
	width: 116px;
	background: #494956;
	color: #DDBA7B;
	text-decoration: none;
	border-bottom: 1px dashed #B3CB3F;
	font-variant: small-caps;
	font-size: 11px;
	padding: 3px;
}

a:hover, a.link:hover {
	color: #b79083;
	text-decoration: none;
	border-top: 1px solid #9B845D;
	border-bottom: none;
}

a.link:hover {
	background: #ffffff;
	text-transform: uppercase;
	border-bottom: none;
}

/* -----> CLASSES & ANDERES <----- */

.boxing {
	margin: -9px 0px 10px 0px;
	width: 100%;
	padding: 5px;
	background: #2C2C38;
	border-top: 3px solid #494956;
	line-height: 15px;
}

.tab-one {
	padding: 3px;
	background: #494956;
	border-top: 2px solid #5A5A72;
}

#navi .boxing {
	text-align: center;
}

/* -----> FORMULAR <----- */

#navi input[type=text], #navi input[type=password] {
	width: 242px;
	padding: 3px;
	color: #cdcdcd;
	background: #494956;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #B3CB3F;
	font-variant: small-caps;
	font-size: 11px;
	font-family: Verdana;
	margin: 0px 0px 4px 0px;
	text-align: center;
}

#navi input[type=submit] {
	width: 248px;
	padding: 3px;
	background: #494956;
	color: #DDBA7B;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px dashed #B3CB3F;
	font-variant: small-caps;
	font-size: 11px;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}

#navi input[type=submit]:hover, #navi input[type=text]:hover, #navi input[type=password]:hover {
	color: #b79083;
	border-top: 1px solid #9B845D;
	background: #ffffff;
	text-transform: uppercase;
	border-bottom: none;
}

/* -----> DESIGN <----- */

#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1230px;
	min-height: 100px;
	padding: 10px;
	background: #ffffff;
}

#header {
	position: relative;
	width: 1230px;
	height: 225px;
	background: url('images/design/header.png');
}

#content {
	display: block;
	float: left;
	width: 945px;
	min-height: 25px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#navi {
	display: block;
	float: right;
	width: 255px;
	min-height: 25px;
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#footer {
	clear: both;
	position: relative;
	width: 1220px;
	min-height: 75px;
	background: #2C2C38;
	border-top: 3px solid #494956;
	line-height: 15px;
	padding: 5px;
}