@charset "UTF-8";
/* CSS Document */


body {
	background-color: #232323;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color:#ffffff;
	padding:0px;
	margin:0px;
	background-attachment: scroll;
	background-image: url(images/bkgd.png);
	background-repeat: no-repeat;
	background-position: left top;
        width: 940px;
}
#wrap {
	height:100%;
	width:100%;
	text-align: left;
	padding: 20px;
}
p {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a {
color: #ff35ba;
text-decoration: none;
}

a:hover {
color: #ffffff;
text-decoration: none;
}

/*  positioning-layers statisch und absolut */
#header {
	padding:0px;
	margin:0px;
	height: 50px;
	display: block;
	clear: both;
}

#header h1 {
	font-size: 36px;
	line-height: 28px;
	padding: 5px 0px;
	color: #11cecc;
}

#header h1 a { 
	font-size: 60px;
	color:#ffffff;
}

#header h1 a:hover { 
	font-size: 60px;
	color:#009DE8;
}

#menu {
	width: 300px;
	padding:0px;
	margin:0px;
	float: left;
}

#menu h2 {
	font-size: 36px;
	padding: 0px;
	margin-bottom: -28px;
	color: #FFFFFF;
}

#menu h2 a { color:#ff35ba;}

#menu h2.active a { color:#ffffff;}

#menu h2 a:hover { color:#FFFFFF;}

#content {
	margin-left: 300px;
	overflow: hidden;
	width: 640px;
}

#content h3 {
	font-size: 20px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content img {
	padding: 4px;
}

#content a img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #232323;
	border-right-color: #232323;
	border-bottom-color: #232323;
	border-left-color: #232323;
}

#content a:hover img {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #ff35ba;
	border-right-color: #ff35ba;
	border-bottom-color: #ff35ba;
	border-left-color: #ff35ba;
}

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }

