/* ======================================= */
/* CCS-Style Definitionen für ProSail      */
/*                                         */
/* Autor: Heinz Schürch                    */
/* (c) 2009 HSC-Informatik                 */
/* ======================================= */


/* ==== Initialbausteine Seitenlayout =========================================================== */

body	{
	font-family: Arial,Vardena,Helvetic;
	font-size: 14px;
	color:#fff;
	padding: 0 0; 
	text-align: center;  /* Zentrierung im Internet Explorer */
	margin: 0px auto;
	filter:alpha (opacity=100);
}

body,html {
	background-color:#fff;
	background-image:url("../images/main_bg.jpg");
	background-position:center top;
	background-attachment:fixed;
	background-repeat:no-repeat;
}


#wrap	{
	witdh:auto !important; /* IE6 Hack */
	width:1245px; /* IE6 Hack */
	max-width:1245px;
	height:760px;
	margin:0 auto; /* center hack */
	text-align:left; /* center hack */
	overflow: visible;
}

#container {
	width:1245px;
	max-height:760px;
	height:760px;
	margin-top:5px;
	border:1px solid white;
	background-image:url("../images/t_bg_60.png");
	background-position:center top;
	background-attachment:fixed;
	background-repeat:repeat-y;
}

/* ---- Frames und Boxen der Seite -------------------------------------------------------------- */

#left {
	float:left;
	top:0px;
	left:0px;
	width:290px;
	height:760px;
	/* border:1px solid red; */
}

#space {
	float:left;
	top:0px;
	left:0px;
	width:18px;
	height:760px;
	/* border:1px solid green; */
}

#main {
	float:left;
	top:0px;
	left:0px;
	width:933px;
	height:760px;
	/* border:1px solid blue; */
}


/* ---> Left <------------------ */

#logo {
	top:0px;
	left:0px;
	width:290px;
	height:250px;
	/* border:1px solid red; */
	background-position:center top;
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
}

#news {
	top:0px;
	left:0px;
	width:290px;
	height:250px;
	/* border:1px solid blue; */
}

#menu {
	top:0px;
	left:0px;
	width:290px;
	height:260px;
	/* border:1px solid green; */
}


/* ---> Main <------------------ */

#banner {
	top:0px;
	left:0px;
	width:935px;
	height:100px;
	text-align: center;  /* Zentrierung im Internet Explorer */
	/* border:1px solid red; */
}

#content {
	width:935px;
	max-height:660px;
	overflow:hidden;
	/* border:1px solid red; */
}


#mapBox	{
	float:right; 
	width:600px;
	border:1px solid white;
}

#infoBox	{
	float:right; 
	width:600px;
	max-height:650px;
	/* border:1px solid white; */
}


/* ==== Menü ======================================================================================== */

.menu {
	padding-left: 30px;
	}

#minitabs {
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 10px 4px 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #749dd7;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-left: 4px solid #fff;
	padding-left: 5px;
	color: #fff;
	}



/* ==== Linkformatierungen ========================================================================= */

a	{
	text-decoration:none;
}

a:link	{
	color:#ff5;
}

a:visited {
	color:#fff;
}

a:hover {
	color:#f55;
}

a:active {
	color:#80f;
}


/* ==== Scrollbereich ============================================================================== */

.scrollbereich {
	scrollbar-arrow-color: #FFFFC8;
	scrollbar-face-color: #303030;
	scrollbar-highlight-color: #FFFFC8;
	scrollbar-3dlight-color: #202020;
	scrollbar-shadow-color: #FFFFC8;
	scrollbar-darkshadow-color: #303030;
	scrollbar-track-color: #303030;
	overflow:auto;
	height: 635px;
}


/* ==== Text und Überschriftenformatierungen ======================================================== */

.news_text {
	padding-left:20px;
}

.main_text {
	padding:0px 20px;
}


.content_titel {
	margin-top:25px;
}

h1,h2,h3	{
	color:#fff;
	font-size:18px;
}

th	{
	text-align:left;
}

td	{
	font-family: Arial,Vardena,Helvetic;
	font-size: 14px;
	line-height:1.6em;
}


td.info {
	border-bottom:1px solid white;
}

td.line {
	line-height:0.1em;
	border-bottom:1px solid white;
}

hr	{
	margin: 0 auto;
	margin-top:0px;
	border: none 0; 
	border-top: 1px solid #fff;
	width: 80%;
	height: 1px;
	text-align:center;
}

.dot_li, .list_li	{
	padding-top:10px;
	padding-bottom:5px;
}
.dot_li:first-line{font-weight:bold; line-height:2em;}

img.uc	{
	display:block;
	margin-top:180px;
	margin-left:329px;
}
	
	
.whois	{
	position:relative;
	top:50px;
	left:100px;
}

.teambox {
	float:none;
	width: auto;
	height: 140px;
	padding: 10px;
	padding-right: 4em;
	/* border:1px solid red; */
}	

.mapInfo {
	line-height:1.5em;
}
