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

/*
Theme Name: Wewaii / Startseite
Theme URI: http://www.wewaii.de/
Das aktuelle Wewaii-Theme.
Version: 1.1
Author: TG Nord GmbH
Author URI: http://www.tg-nord.com/
*/

/* IE PNG fix */
/* * html img, div, a, span { behavior: url('http://www.wewaii.de/iepngfix.htc'); } */

* html img, div, a, span { behavior: url('http://www.wewaii.de/iepngfix.htc'); }


/* #################### Layout #################### */
#page	{
	position: relative;
	margin-top: 50px;
}

#palme	{
	position: absolute;
	width: 230px;
	height: 520px;
	background-image: url(img/palmblaetter.png);
	background-repeat: no-repeat;
	/* left: 749px; */
	left: 750px;
	top: 0px;
	z-index: 0;
}

#logo	{
	position: absolute;
	width: 200px;
	height: 100px;
	background-image: url(img/wewaii-logo.png);
	background-repeat: no-repeat;
	left: 10px;
	top: -15px;
	z-index: 10;
}

#openBeta	{
	position: absolute;
	width: 115px;
	height: 60px;
	background-image: url(img/startseite/open-beta.png);
	background-repeat: no-repeat;
	left: 320px;
	top: -8px;
	z-index: 10;
}

#header-icons	{
	position: absolute;
	width: 520px;
	height: 55px;
	left: 210px;
	top: 18px;
	line-height: 55px;
	text-align: right;
	z-index: 80;
}


#photoFrame	{
	position: absolute;
	width: 115px;
	height: 425px;
	left: -105px;
	top: 50px;
	z-index: 0;
}

#header {
	background: url('img/kubrickheader.png') no-repeat bottom left;
	}
	
* html #header 	{
	margin-left: 0;
	}

#headerBG	{
	position: relative;
	background-image: url(img/top-rays.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	margin: 0;
	padding: 0;
	left: 1px;
	top: 10px;
	}

* html #headerBG	{
	left: 0px;
	top: 10px;
}

#headerFrameCanvas	{
	position: relative;
	width: 710px;
	background-image: url(img/header-frame.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 350px;
	top: 85px;
	padding: 0px 25px 0px 25px;
	}
	
* html #headerFrameCanvas	{
	width: 710px;
	}

	
#nav {
	position: relative;
	height: 30px;
	width: 100%;
	background-image: url(img/nav-bar.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 25;
	top: 235px;
		}

* html #nav {
	position: relative;
	height: 30px;
	width: 100%;
	z-index: 25;
	top: 0px;
	margin-top: 90px;		}

#naviLeft {
	position: relative;
	float: left;
	height: 25px;
	line-height: 25px;
	width: 300px;
	padding-left: 40px;
		}

#naviRight {
	position: relative;
	float: right;
	height: 25px;
	line-height: 25px;
	width: 300px;
	text-align: right;
	padding-right: 40px;
		}
		
.clear {
	clear: both;
	height: 1px;
	content: ".";
	font-size: 1px;
	color: #FFFFFF;
}

#contentWrapper	{
	position: relative;
	background-image: url(img/kubrickbgwide.png);
	background-repeat: repeat-y;
	min-height: 500px;
}

* html #contentWrapper	{
	position: relative;
	z-index: 10;
	background-image: none;
}

* html #contentWrapper-ie-BG	{
	background-image: url(img/kubrickbgwide.png);
	background-repeat: repeat-y;
	height: 500px;
	}

#footer {
	position: relative;
	top: 0px;
	background: url('img/kubrickfooter-03.png') no-repeat bottom;
	border: none;
	}
	
* html #footer-ie-positioner {
	position: relative;
	height: 100px;
	top: 0px;
	z-index: 10;
	}

* html #footer-ie-wrapper {
	background: url('img/kubrickfooter-03.png') no-repeat bottom;
	margin: 0px;
	padding: 0px;
	height: 100px;
	}
	
* html #footer {
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	border: none;
	background-image: none;
	}


#footer {
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 760px;
	height: 100px;
	clear: both;
	}

#footer p {
	position: relative;
	top: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	height: 40px;
	line-height: 40px;
	}
	
#footer p span.footerText {
	position: relative;
	top: -15px;
	}

* html #footer p {
	padding: 0px;
	}


#logo-footer{
	width: 40px;
	height: 40px;
	background-image: url(img/logo-tgnord.png);
	display: inline-block;
	margin-right: 5px;
	}
	
* html #logo-footer{
	background-image: url(img/logo-tgnord.gif);
	}

/* #################### Layout contentBody #################### */

#contentBody	{
	width: 680px;
	min-height: 100px;
	margin-top: 245px;
}

* html #contentBody	{
	height: 100px;
	margin-top: 20px;
}

.contentBox	{
	position: relative;
	float: left;
	width: 210px;
	margin-right: 23px;
	text-align: left;
}

.contentBoxRight	{
	position: relative;
	float: left;
	width: 210px;
	margin-right: 0px;
	text-align: center;
}

a.login	{
	width: 210px;
	height: 25px;
	display: block;
	line-height: 25px;
	text-align: center;
	color: #009ee0;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

a.login:hover	{
	width: 210px;
	height: 40px;
	display: block;
	text-decoration: underline;
	color: #3366FF;
}

a.anmelden	{
	margin-top: 10px;
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.jpg);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

a.anmelden:hover	{
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

a.anmeldenHeader	{
	position: absolute;
	left: 450px;
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.png);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	margin-top: 35px;
}

a.anmeldenHeader:hover	{
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

a.anmeldenTutorial	{
	position: relative;
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.png);
	background-position: top;
	background-repeat: no-repeat;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	margin: 20px 0 0 25px;
}

a.anmeldenTutorial:hover	{
	width: 210px;
	height: 50px;
	display: block;
	background-image: url(img/startseite/anmelden.png);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}

/* #################### contenBox-Typo #################### */

h3.cb	{
	background-image: none;
	font-size: 15px;
	font-weight: bold;
	color: #CC9900;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
}

p.activeServer	{
	margin-bottom: 0.5em;
	padding: 0;
	font-size: 12px;
	color: #333333;
	text-align: center;
}


/* #################### Links Navi #################### */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
		}

#nav ul li	{
	position: relative;
	float: left;
		}
		
#nav ul li a	{
	position: relative;
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	margin-top: 2px;
		}

#nav a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 26px;
	display: inline-block;
	margin: 0;
	padding: 0;
		}

		
#nav a:link {
	background-image: none;
		}

#nav a:visited {
	background-image: none;
		}

		
#nav a:hover {
	background-image: url(img/nav-bar-over.jpg);
	text-decoration: none;
		}

#nav a:active {
	background-image: none;
		}

		

#naviLeft ul li {
	background-image: url(img/nav-link-trenner.gif);
	background-position: right 1px;
	background-repeat: no-repeat;
	padding-right: 2px;
		}

#naviRight ul {
	position: relative;
	float: right;
		}
		
#naviRight ul li {
	background-image: url(img/nav-link-trenner.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding-left: 2px;
		}
		
li.linkTrenner	{
	position: relative;
	width: 2px;
	background-image: url(img/nav-link-trenner.gif);
	background-repeat: no-repeat;
	height: 26px;
	top: 0px;
}

/* #################### Pics Header Icons / Awards #################### */

#icon-01	{
	position: relative;
	display: block;
	width: 70px;
	height: 60px;
	background-image: url(img/award-galaxy-news.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#icon-02	{
	position: relative;
	display: block;
	width: 70px;
	height: 60px;
	background-image: url(img/award-galaxy-news-02.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#icon-03	{
	position: relative;
	display: block;
	width: 70px;
	height: 60px;
	background-image: url(img/award-galaxy-news-03.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* #################### Pics Photo Frame #################### */

#photo-01	{
	display: block;
	width: 115px;
	height: 85px;
	background-image: url(img/startseite/photoLeft_01.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#photo-02	{
	display: block;
	width: 115px;
	height: 85px;
	background-image: url(img/startseite/photoLeft_02.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

#photo-03	{
	display: block;
	width: 115px;
	height: 85px;
	background-image: url(img/startseite/photoLeft_03.png);
	background-repeat: no-repeat;
	cursor: pointer;
	}

#photo-04	{
	display: block;
	width: 115px;
	height: 85px;
	background-image: url(img/startseite/photoLeft_04.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


#photo-05	{
	display: block;
	width: 115px;
	height: 85px;
	background-image: url(img/startseite/photoLeft_05.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

/* #################### Wewaii-Link #################### */

a.wewaii-link	{
	display: block;
	width: 200px;
	height: 100px;
}

/* #################### contentDisplay #################### */

#contentDisplayWrapper	{
	position: relative;
	width: 710px;
	height: 350px;
}

* html #contentDisplayWrapper	{
	top: 0px;
}

#contentDisplay	{
	position: relative;
	width: 690px;
	height: 320px;
	top: 25px;
	left: 10px;
}

#contentDisplayLeft {
	position: absolute;
	left: 3px;
	width: 20px;
	margin: 120px 10px 0 0;
	padding: 0;
}

#contentDisplayCenter {
	position: absolute;
	left: 40px;
	width: 620px;
	height: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#contentDisplayRight {
	position: absolute;
	left: 653px;
	width: 20px;
	margin: 120px 0 0 10px;
	padding: 0;
}

/* #################### Nav-Pfeile #################### */

a.arrowLeft	{
	display: block;
	width: 25px;
	height:35px;
	background-image: url(img/startseite/arrows.jpg);
	background-position: top left;
}

a.arrowRight	{
	display: block;
	width: 25px;
	height:35px;
	background-image: url(img/startseite/arrows.jpg);
	background-position: top right;
}

/* #################### Tutorial-Typo #################### */

#contentDisplayCenter strong {
	display: block;
	font-size: 16px;
	color: #3399FF;
	font-weight: bold;
	margin-bottom: 0.5em;
}

* html #contentDisplayCenter strong {
	margin-bottom: -15px;
}


#contentDisplayCenter p {
	font-size: 12px;
	color: #666666;
}

* html #contentDisplayCenter p {
	margin-bottom: 0.5em;
}

p.tutLink{
	text-align: right;
}

* html p.tutLink{
	margin: 0;
	padding: 0;
}


a.tutLink	{
	position: relative;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(img/startseite/button-weiter.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	padding: 0 18px 0 0;
	text-decoration: none;
}

a.tutLink:hover	{
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

span.tutLinkLeft	{
	position: relative;
	display: inline-block;
	height: 30px;
	width: 20px;
	line-height: 30px;
	color: #FFFFFF;
	background-image: url(img/startseite/button-weiter.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* #################### Kurzinfo-Start #################### */

#contentDisplayWrapper span {
	display: none;
}

#contentDisplayWrapper span {
	display: none;
}

#contentDisplayWrapper.kurzstart-info {
	background-image: url(img/startseite/bg-kurzinfo-start-2.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#contentDisplayWrapper .kurzstart-info-text {
	position: relative;
	width: 500px;
	top: 70px;
	left: 30px;
	text-align: left;
}

#contentDisplayWrapper .kurzstart-info-text h1{
	color: #FFFFFF;
	font-size: 30px;
	padding: 0;
	margin: 0 0 0.5em 0;
	text-align: left;
}

#contentDisplayWrapper .kurzstart-info-text p	{
	color: #FFFFFF;
	font-size: 16px;
	padding: 0;
	margin: 0 0 0.5em 0;
	text-align: left;
}

a.tutorial-start	{
	color: #FFCC00;
	text-decoration: underline;
}

a.tutorial-start:hover	{
	color: #ffffff;
	text-decoration: underline;
}


/* #################### Tutorial-Seite #################### */
#contentDisplayCenter .ziffer{
	margin-right: 10px;
}

/* #################### Liste #################### */

ul.startList	{
	list-style: none;
	padding: 0;
	margin: 0;	
	background-color: transparent;
}

* html ul.startList	{
	list-style: url(img/list-style-start.gif);
	padding: 10px;
	margin: 0 0 0 10px;	
}


ul.startList li	{
	background-image: url(img/list-style-start.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 20px;	
	margin-bottom: 0.5em;
	color: #666666;
	font-size: 12px;
	line-height: 1.2em;
}

* html ul.startList li	{
	background-image: none;
}


* html ul.startList li	{
	padding-left: 5px;	
}

/* #################### Liste Header-Icons #################### */

ul#iconsHead	{
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul#iconsHead li	{
	position: relative;
	float: right;
	}


/* #################### Tooltip #################### */

* html a.tooltip:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/

a.tooltip span.tooltipText {
	display:none;
	padding:15px 10px;
	margin-left:8px;
	width:130px;}

a.tooltip:hover span.tooltipText	{
	display:block;
	position:absolute;
	top: 60px;
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	background-image: url(img/tooltip-arrow.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	z-index: 100;
	}

* html a.tooltip:hover span.tooltipText	{
	background-image: url(img/tooltip-arrow.gif);
	}





