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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sponsorBox p {
	margin:0px;
	padding:0px;
}

.sponsorlink {
	display:block;
	width:499px;

	margin:0px;
	text-align:center;

	color: #000000;
	text-decoration: none;
}

.sponsorlink:hover {
	display:block;
	width:499px;

	margin:0px;
	text-align:center;

	color: #000000;
	text-decoration: none;
	background-color:#FBEDCA;
}

.redKursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FF0000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

img {
	border: thin none #333333;
}

.buttonLink {
	display:block;
	width:165px;

	margin:0px 0px 12px 0px;

	color: #000000;
	text-decoration: none;
}

.buttonLink:hover {
	display:block;
	width:165px;

	margin:0px 0px 12px 0px;

	color: #000000;
	text-decoration: none;
	background-color:#FBEDCA;
}

.buttonLinkActivated {
	display:block;
	width:165px;

	margin:0px 0px 12px 0px;

	color: #000000;
	text-decoration: none;
	background-color:#FBEDCA;
}

.buttonLinkNoSize {
	display:block;
	width:499px;

	margin:0px;

	color: #000000;
	text-decoration: none;
}

.buttonLinkNoSize:hover {
	display:block;
	width:499px;

	margin:0px;

	color: #000000;
	text-decoration: none;
	background-color:#FBEDCA;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;

	padding:0px;
	margin:20px;

	background-color:#dddddd;

	scrollbar-face-color: #ff0000;
	scrollbar-highlight-color: #fbc740;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #666666;
	scrollbar-arrow-color: #fbc740;
	scrollbar-track-color: #fbc740;
}

#main {
	position:absolute;
	width:900px;
	height:510px;

	left:50%;
	margin-left:-450px;

	top:10%;

	background-color:#fbc740;
}

#sidebar {
	width:208px;
	height:464px;
	float:left;

	margin:0px;
	background-color:#FFFFFF;
}

#images {
	width:208px;
	height:202px;

	margin:0px;
	padding:0px;
}

.invisibleImages {
	width:208px;
	height:202px;

	margin:0px;
	padding:0px;

	display:none;
}

.contentBild {
	width:208px;
	height:202px;

	display:none;
}

#logo {
	width:208px;
	height:225px;
	background-color:#FF0000;
	background-image: url(../../images/roma_rad.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#sideFooter {
	width:208px;
	height:37px;
}

#choosColumn {
	width:168px;
	height:382px;
	float:left;

	margin:0px;
	padding:30px 0px 15px 5px;

	overflow:auto;
}

#content {
	width:499px;
	height:382px;
	float:left;
	vertical-align:middle;

	margin:0px;
	padding:30px 15px 15px 5px;

	overflow: auto;
}

#largeContent {
	width:682px;
	height:422px;
	float:left;

	margin:0px 5px 5px 5px;
	padding:0px 0px 0px 0px;

	overflow: auto;
}

#contentFooter {
	width:662px;
	height:37px;
	float:left;

	margin:0px;
	padding:0px;
}


#footer {
	width:900px;
	padding-top:5px;
	clear:both;
	background-color:#dddddd;
}

.invisibleContentBox {
	width:499px;
	margin:0px;

	display:none;
}


.hline {
	width:662px;
	height:8px;
	clear:both;
}

.mceExternalToolbar {
	left:-40px;
}