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


html, body {
	height:100%;
	min-height:100%;
}

body {
	background-image:url(../pics/topback.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#83a51e;
	
	padding:0;
	margin:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#dff673;
}

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

a:hover {
	color:#ffd800;
}

a.more, a.arrow {
	text-decoration:underline;
	background-image:url(../pics/arrow_yellow.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	padding-left:10px;
}

a.arrow {
	display:block;
	margin-bottom:5px;
}

h1 {
	margin:0;
	margin-bottom:15px;
	padding-left:45px;
	background-repeat:no-repeat;
	background-position:left 0px;
	
	height:40px;	
	font-size:22px;
	font-weight:normal;
	
	line-height:24px;
	padding-top:10px;
	
	color:#FFFFFF;	
}

h1.no_image {
	padding:0;
	height:auto;	
}

.sHeadline {
	margin:0 0 10px 0;
	font-weight:bold;
	color:#FFFFFF;
	font-size:15px;
}

hr {
	background-color:#ffffff;
	border:medium none;
	color:#ffffff;
	height:1px;
	margin:15px 0;
}

h2 {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:0;
}

#outer {
	width:100%;
	min-height:100%;

	background-repeat:no-repeat;
	background-position:top;
}

#out {
	width:960px;
	margin:0 auto;
	min-height:100%;
	position:relative;
}

#header {
	height:232px;
	width:100%;
	background-image:url(../pics/coolkidz-header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#hanger {
	position: relative;
	left: 650px;
	width:300px;
	height:150px;
	background-image:url(../pics/coolkidz-wurm-neue-seite.png);
	background-repeat:no-repeat;
}

#hanger2 {
	position: relative;
	left: 640px;
	width:300px;
	height:150px;
}

#navigation {
	height:28px;
	margin-bottom:18px;
	padding-left:16px;
}

#main.detail {
	margin-bottom:20px;
}

#content_top {
	height:17px;
	background-repeat:no-repeat;
	background-position:left;
}

#content_main {
	min-height:460px;
	background-repeat:repeat-y;
	background-position:left;
}

#content_footer {
	height:17px;
	background-repeat:no-repeat;
	background-position:left;
}

#content_left {
	width:240px;
	float:left;
	padding:0 30px;
}

#content_right {
	width:600px;
	float:right;
	padding:0 30px;
}


#footer {
	width:605px;
	height:50px;
	padding-left:355px;
	padding-top:40px;
	background-image:url(../pics/footer.png);
	background-repeat:no-repeat;
}


.white, .white a {
	color:#FFFFFF;
}

.yellow, .yellow a {
	color:#ffd800;
}


#adHolder {
	position:absolute;
	right:-143px;
	top:277px;
	width:125px;
	height:765px;
	
}

#longAd {
	margin-bottom:15px;
	width:122px;
	height:605px;	
}

#smallAd {
	width:122px;
	min-height:90px;
}

.clear {
	clear:both;
}

#fckeditor {
	padding:10px;
	background-image:none;
}