@charset "utf-8";
/* CSS for Twister Interactive*/

/* Global Settings */

a{
 text-decoration: none;
}


a:hover{
 text-decoration: underline;
}


body
{
	margin:0px 0px 0px 0px;
}

/* THIS SHIT CLEARS FLOAT */
.cls
{
	clear:both;
}

/* HEAD - LOGO */
.head
{
	background:url(../img/twister_logo.gif) no-repeat;
	height:75px;
	width:224px;
	margin-top:30px;
	margin-left:10px;
	
}

/* MENU */
.menu_global
{
background: url(../img/LeisteTIA.jpg) no-repeat top left;
	margin-left:10px;
	height: 114px;
	width: 1239px;
	
}

.menu_global .level1{
	float: left;
	width: 116px;
	height: 114px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
}


.menu_global .level1 a{
 padding-top: 94px;
 padding-left: 10px;
 display: block;
 color: white;
}

.menu
{
	float:left;
}

/*.menu_shadow
{
	background:url(../img/) no-repeat;
	margin-left:10px;
	height:5px;
	width:1235px;
} */

.menu_right
{
	float:left;
	background:url(../img/spacer_nav.gif) repeat-x;
	height:114px;
	width:659px;
	margin-left:2px;
}

.submenu_global
{
	margin-left:10px;
	background:url(../img/menubarTIA.jpg) no-repeat;
	height:29px;
	width:1239px;
	color:#FFF;
}



.submenu_global .level2{
	float: left;
	padding-top:7px;
	
	padding-left:16px;
	height: 16px;
}


.submenu_global .none
{
	display: none;
}

.submenu_global a
{
	margin-left:2px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.submenu_global a:hover
{
	text-decoration:underline;
}

.submenu
{
	float:left;
	margin-left:5px;
	margin-top:6px;
	border-right:#FFF 1px solid;
	padding-right:7px;
}


/* BIRD Middle */
.bird
{
	background:url(../img/bird_middle.gif) no-repeat;
	height:54px;
	width:672px;
	margin-left:10px;
}


/* Container */
.container
{
	width:1235px;

}

.left
{
	background:url(../img/aktuell_background.jpg) no-repeat;
	float:left;
	width:238px;
	margin-left:10px;
}

.left_shadow
{
	background:url(../img/shadow_spacer.gif) repeat-y right;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-left:5px;
	height:700px;
	padding-right:5px;
	padding-bottom:20px;
}

.left h3, p, h1, h2
{
	margin-top:0px;
}

.left a{
text-decoration: underline;
 color: #ffffff;}



.middle
{
	float:left;
	width:450px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-left:5px;
}


.middle a{
text-decoration: underline;
 color: #EC171D;
}

.middle a:link{
text-decoration: underline;
 color: #EC171D;
}
.middle a:hover {
 text-decoration: none;
 color: #5F5F5F;
}

.middle a:visited {
 text-decoration: underline;
 color: #000000;
}

.middle h3
{
	font-size:14px;
	color: #EC171D;
	margin-top:0px;
	
}

.middle p
{
	margin-bottom:20px;
	font-size:12px;
}


.right
{
	/*float:right;*/
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-left:0px;
}


#copyright
{
        position:absolute; bottom:15px;	
	top:950px;
	left:250px;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

#copyright a{
 text-decoration: underline;
 color: #EC171D;

}


