@charset "utf-8";
/* CSS Document, media: screen */

/* #### ALLGEMEINE ANGABEN #### */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #000000;
}
h1 {
	width: 358px;
	height: 80px;
	font-size: 16px;
	text-indent: -9000px;
	background: transparent url(logo_cc-creative.gif);
	background-repeat: no-repeat;
	color: #a1001e;
	text-decoration: none;
}
h2 {
	font-size: 12px;
	color: #a1001e;
	font-weight: normal;
	background: transparent;
}
a:link {
color: #333333;
font-style: normal;
text-decoration: none;
}
a:hover {
color: #a1001e;
font-style: normal;
text-decoration: underline;
}
a:visited {
color: #333333;
font-style: normal;
text-decoration: none;
}
#seite {
width: 780px;
height: 520px;
position: absolute;
top: 50%;
margin-top: -260px;
padding-left: 20px;
background: #FFFFFF;
padding-right: 20px;
}
#left {
width: 700px;
float: left;
}
#right {
width: 250px;
float: right;
margin-right: 10px;
margin-top: 24px;
padding: 10px;
background: #88002a url(bg_right_02.jpg) repeat-x;
color: #FFFFFF;
font-size: 10px;
}
.smallfont {
font-size: 10px;
font-weight: bold;
}
.bigfont {
font-size: 20px;
font-weight: bold;
}

#right a:link {
color: #FFFFFF;
font-style: normal;
text-decoration: underline;
}
#right a:hover {
color: #FFFFFF;
font-style: normal;
text-decoration: none;
}
#right a:visited {
color: #FFFFFF;
font-style: normal;
text-decoration: underline;
}
