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

@font-face {
    font-family: 'Ubuntu';
    src: url('../font/Ubuntu-Regular-webfont.eot');
    src: url('../font/Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-Regular-webfont.woff') format('woff'),
         url('../font/Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('../font/Ubuntu-Italic-webfont.eot');
    src: url('../font/Ubuntu-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-Italic-webfont.woff') format('woff'),
         url('../font/Ubuntu-Italic-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-Italic-webfont.svg#UbuntuItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('../font/Ubuntu-Bold-webfont.eot');
    src: url('../font/Ubuntu-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Ubuntu-Bold-webfont.woff') format('woff'),
         url('../font/Ubuntu-Bold-webfont.ttf') format('truetype'),
         url('../font/Ubuntu-Bold-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

body{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:19px;
	color:#606060;
	font-family:'Ubuntu';
}

/*------------------------------------------------------------------------------------------------------------ALLGEMEIN BEREICH-------------------------------------------------------------------------*/

a{
	text-decoration:none;
	color:#85ab00;
}

h1{
	font-size:18px;
	color:#003f1f;
	font-weight:normal;
	padding-bottom:8px;
	margin-bottom:25px;
	border-bottom:1px solid #d8d8d8;
}

h2,h3,h4,h5,h6{
	font-size:16px;
	color:#003f1f;
	font-weight:normal;
}

h1.highlight,
h2.highlight,
h3.highlight,
h4.highlight,
h5.highlight,
h6.highlight,
div.highlight,
a.highlight{
	color:#97bf0d;
}

.redText {
	color:#C00;
}

#outer {
	width:100%;
	min-height:100%;
	position:relative;
	background-image:url(../pics/bodyX.jpg);
	background-repeat:repeat-x;
}

#outer.content {
	background-image:url(../pics/bodyX_content.jpg);
}

#out {
	position:relative;
}

#out, #inFooter {
	width:960px;
	margin:0 auto;
}

#header {
	height:166px;
	position:relative;
}

#betaPhase,#stoerer {
	position:absolute;
	left:275px;
	top:0;
	background-image:url(../pics/beta_phase.png);
	background-position:top;
	background-repeat:no-repeat;
	width:211px;
	height:56px;
}

#stoerer {
	background-image:url(../pics/stoerer.png);
}

#logo {
	width:344px;
	height:58px;
	background-image:url(../pics/logo.jpg);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
	margin-top:25px;
	margin-left:-25px;	
}

#userNavigation {
	float:right;
	width:460px;	
	padding-top:25px;
}

	#flags {
		text-align:right;
		margin-bottom:10px;
	}
	
	#quickNavi {
		margin-right:-10px;
		height:64px;
	}

	#loginForm {
		width:345px;	
		float:right;
		margin-right:4px;
		margin-top:3px;
	}

#navigationHolder {
	height:47px;
	line-height:47px;
	position:relative;
}


#greenRow {
	height:243px;
	margin-bottom:25px;
	position:relative;
}

#greenRow.start {
	height:305px;
}

#greenRow.content {
	height:60px;
	padding-top:4px;
}

#welcomeScreen{
	margin-top:39px;
	width:449px;
	height:254px;
	padding:14px 0 0 15px;
	background-image:url(../pics/video-maske.jpg);
	float:left;
}

#basicScreenSlider {
	background-image:none;
	margin-top:39px;
	width:464px;
	float:left;
}

	.welcomeScreenContent {
		width:430px;
		height:201px;
		overflow:hidden;
		padding-left:1px;
		padding-top:1px;
		colo0r:#fff;
	}
	
	.welcomeBG {	
		width:374px;
		height:171px;
		background-repeat:no-repeat;
		padding:15px 28px;
	}

	#basicScreenTop {
		height:26px;
		background-image:url(../pics/screenTop.png);
		background-repeat:no-repeat;
		background-position:top;
	}
	#basicScreenContent {
		min-height:180px;
		background-image:url(../pics/screenContent.png);
		background-repeat:repeat-y;
		background-position:top;
		padding:1px 35px;
	}
	#basicScreenFooter {
		height:67px;
		background-image:url(../pics/screenFooter.png);
		background-repeat:no-repeat;
		background-position:top;
	}

#beschreibungSteps {
	width:460px;
	float:right;
	margin-top:35px;
}

	.step {
		float:left;
		width:140px;
		margin-right:20px;
	}
	
	.step.last {
		margin-right:0px;
	}
	
	.number {
		display:block;
		width:31px;
		padding-left:5px;
		height:36px;
		line-height:36px;
		color:#fff;
		font-family:UbuntuItalic;
		font-size:35px;
		background-color:#aed034;
		margin-bottom:10px;		
	}
	
	.number span{
		display:block;
		width:75px;
		background-image:url(../pics/big-green-pfeil.png);
		background-position:right;
		background-repeat:no-repeat;
	}
	
	.last .number span{
		background-image:url(../pics/big-green-pfeil-bottom.png);
	}
	

.sprechblase {
	position:absolute;
	background-repeat:no-repeat;
	cursor:pointer;
}

.sprechblase.jetztAnmelden {
	width:92px;
	height:101px;
	background-image:url(../pics/button-anmelden.png);
	right:0;
	bottom:0;	
}

#main{
	padding-bottom:50px;
}

#mainLeft {
	width:460px;
	float:left;	
}

#mainRight {
	width:460px;
	float:right;	
}

.kooListHolder {
	width:460px;
	float:left;
	margin-right:40px;
}

.kooListHolder.last {
	margin-right:0;
}

.kooBox{
	float:left;
	width:140px;
	height:165px;
	margin:0 20px 15px 0;
	position:relative;
}

.kooBox.middle{ margin-right:40px;}
.kooBox.last{ margin-right:0;}

.kooTitle{
	font-size:12px;
	color:#606060px;
	line-height: 14px;
    margin-bottom: 5px;
    min-height: 28px;
}

.kooImage{
	overflow:hidden;
	position:relative;
	width:140px;
	height:143px;
	cursor:pointer;
	background-color: #FFFFFF;
}

.kooCounter {
	text-align:center;
	background-image:url(../pics/sourceBG.png);
	background-repeat:repeat;
	position:absolute;
	width:136px;
	padding:3px 0;
	bottom:20px;
	left:2px;
}

.kooImageMaske{
	background-image:url(../pics/bilder-maske.png);
	background-repeat:no-repeat;
	width:140px;
	height:143px;
	position:absolute;
	top:0;
	left:0;
}

.kooImageIcons {
	width:25px;
	height:50px;
	position:absolute;
	top:10px;
	right:10px;
}

.kooImageIcons .icon{
	width:25px;
	height:25px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

.kooImageIcons .icon.add{ background-image:url(../pics/iconAdd.png);}
.kooImageIcons .icon.preview{ background-image:url(../pics/iconPreview.png);}
.kooImageIcons .icon.play{ background-image:url(../pics/iconPlay.png);}


#footer{
	background-color:#afd84e;
	background-image:url(../pics/footer-x.jpg);
	background-repeat:repeat-x;
	
	
	position:absolute;
	bottom:0;
	width:100%;
	z-index:1000;
}

#inFooter{
	width:960px;
	margin:0 auto;
	color:#21543a;
	font-size:11px;
	padding-top:15px;
}
#inFooter a{
	color:#21543a;
}

#inFooter a:hover{
	color:#307b55;
}
