@charset "ISO-8859-1";

html, body {
	height:100%;
	padding:0px;
	margin:0px;
	
	font-size:12px;
	font-family:Verdana;
}

body {
	/*
	background-image:url('../img/gradientbg.png');
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	*/
}

a {
	color:gray;
	font-family:Verdana;
	font-weight:bold;
	text-decoration:none;
}


#header {
	position:relative;
	left:50%;
	margin-left:-500px;
	
	width:1000px;
	height:120px;
	
	background-image:url('../img/header.png');
	background-repeat:no-repeat;
	background-position:bottom center;
}
#wrapper_content {
	position:relative;
	margin:0px auto;
	width:760px;

	padding-left:10px;
	padding-bottom:10px;
	
	background-image:url('../img/alphawhite.png');
	-moz-border-radius:10px;
}

#wrapper_impressum {
	color:#333;
	font-size:11px;
	position:relative;
	margin:20px auto;
	width:760px;
	padding:10px 20px 20px 20px;
	-moz-border-radius:10px;
	line-height:16px;
	background-image:url('../img/alphawhite.png');
}

#wrapper_impressum h1 {
	font-size:1.75em;
	color:#666;
	font-weight:normal;
}
#wrapper_impressum h2 {
	font-size:1.33em;
	color:#111;
	font-weight:normal;
	padding-top:20px;
}
#wrapper_impressum h3 {
	font-size:1em;
}

#seperator_wrapper {
	width:10px;
	float:left;
	margin:10px;
}

#seperator {
	background-image:url('../img/tf_seperator.png');
	background-repeat:no-repeat;
	background-position:center;
	width:10px;
	height:350px;
}

.wrapper_column {
	float:left;
	width:360px;
}

.textblock {
	margin:20px 10px 0px 10px;
	margin-top:20px;
	line-height:1.3em;
	/*text-align:justify;*/
}

#logo_tabu, #logo_trauart, .btn_next {
	margin-top:10px;
	display:block;
}

#logo_trauart {
	width:177px;
	height:27px;

	margin-left:90px;

	background-image:url('../img/logo_trauart.png');
	background-repeat:no-repeat;
	background-position:center;
}

#logo_tabu {
	width:92px;
	height:27px;

	margin-left:140px;
	
	background-image:url('../img/logo_tabu.png');
	background-repeat:no-repeat;
	background-position:center;
}

#wrapper_buttons {
	height:40px;
}


#wrapper_footer {
	clear:both;
	color:gray;
	text-align:center;
	width:100%;
	margin-top:10px;
}

.w_btn {
	float:left;
	width:379px;
}


.btn_next {
	margin:auto;
	
	width:96px;
	height:36px;
	
	background-image:url('../img/btn_next.png');
	background-repeat:no-repeat;
	background-position:center;
}

#background {
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

.stretch {
    width:100%;
    height:100%;
}
