@charset "utf-8";
/***************************/
/* TUI WorldWideActive     */
/* announcement            */
/* agindo 23.09.11. pd     */
/***************************/

/***************************/
/* tags                    */
/***************************/
* {
	padding:0;
	margin:0;
}
body{
	background:#E8E4D7;
	text-align:left;
	color:#000;
	font-weight:normal;
	font-size:11px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
img{
	border:none;
}
/***************************/
/* Haupt ID's              */
/***************************/
#wwaSite{
	width:938px;
	background:url(logo.png) no-repeat 20px 27px;
}
#wwaHead{
	padding:62px 0 0;
	height:40px;
}
#wwaFooter{
	padding:8px 0 0 8px;
	position:relative;
	clear:both;
}

/***************************/
/* Header Bereich           */
/***************************/
#wwaLogo{
	padding:27px 0 26px 20px;
	float:left;
}
.tui{
	text-align:right;
}

/***************************/
/* Start & Teaser & Boxen  */
/***************************/
#wwaTeaser img{
	display:block;
}
.claim{
	position:absolute;
	width:810px;
	left:80px;
	top:160px;
}
.col{
	float:left;
	width:380px;
	margin:0 20px 0 0;
}

/*************************/
/* allgemein Klassen     */
/*************************/
.clearfloat {
	clear:both;
    height:0;
    font-size:1px;
    line-height:0;
	margin:0;
	padding:0;
}

/***************************/
/* Typo                    */
/***************************/
#wwaSite h1, #wwaSite h2{
	font-weight:bold;
	color:#004793;
}
#wwaSite h1{
	font-size:22px;
	margin:0;
	padding:0 0 2px;
}
#wwaSite h2{
	font-size:14px;
	margin:0;
	padding:7px 0 10px;
}
#wwaSite h3{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:7px 0 10px;
}
#wwaSite h4{
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0.5em 0;
}
a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}
a:hover{
	color:#8C141A;
}
p{
	padding:0 0 1em;
	line-height:1.45em;
}
.claim p{
	font-weight:bold;
}
#wwaFooter a{
	text-decoration:none;
}
#wwaFooter a:hover{
	text-decoration:underline;
}
#wwaFooter p.mail{
	position:absolute;
	top:8px;
	right:0;
}
#wwaFooter p.phone{
	position:absolute;
	top:8px;
	left:400px;
}