/* MENU */


* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:990px;
}
body { 
	background:url(../img/body-bg-black.gif) 50% 0 fixed #f7f7f7;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.5625em;
	text-align: justify;
	/*overflow: hidden;*/	
	/*color:#000000;
	Normale Textfarbe*/
	color:#7b7b7b;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 { 
	float:left;
}

.col-11 { 
	float:left;
	background-color: #222222;
	text-align: justify;
	width: 600px;
	margin: 0px 0px 20px 0px;
}

.col-12 { 
	float:left;
	text-align: justify;
	background-color: #333333;
	width: 600px;
	margin: 0px 0px 20px 0px;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}



/*==== GLOBAL =====*/
#main {
	width:990px; 
	margin:0 auto;
	font-size:.875em;
	padding:30px 0 100px 0;
	/*Test
	background-color: blue;*/
}

#header {
	width:310px;
	float:left;
	height:746px;
	/*Test
	background-color: yellow;*/
}
#content {
	float:left;
	width:680px;
	/*Test
	background-color: #ffcc00;*/
}
#footer {
	padding:80px 0 0 28px;
	/* Test
	background-color: cyan;*/
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/* Text Grösse Formular */
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
	/*Test
	background-color: red;*/
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
		/*Test
		background-color: green;*/
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:10px;
}
.p2 { 
	margin-bottom:20px;
}
.p3 { 
	margin-bottom:30px;
}

/*----- txt, links, lines, titles -----*/
a {
	/*color:#0fcce2; 
	Normale Links*/
	color:#ffffff; 
	outline:none;
	text-decoration:none;
}

a:hover{
	/*text-decoration:underline;*/
	text-decoration:underline;
}

h1 {
	/* Text Grösse Header 1 (Main Titel)*/
	font-size:50px;
	line-height:50px;
	/*color:#000;
	Farbe für Header Normal*/
	color:#ffffff;
	padding:35px 0 0 24px;
}
	h1 a {
		/*color:#000;
		Farbe für Header Link*/
		color:#ffffff;
		text-decoration:none;
	}

	h1 a:hover {
		text-decoration:none;
	}
h2 {
	/* Text Grösse Header 2 (Titel Content)*/
	font-size:40px;
	line-height:1em;
	font-weight:normal;
	margin-bottom:25px;
}

h3 {
	/* Text Grösse Header 3 (Titel Content)*/
	font-size:30px;
	line-height:1em;
	font-weight:normal;
	margin-bottom:25px;
}


/*==================boxes====================*/
.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:82px;
			/*Test
			background-color: magenta;*/
		}
		.address dd a {
			font-weight:bold;
		}


/*===== header =====*/
.nav {
	position:absolute;
	left:0;
	top:326px;
	width:50%;
}
	.nav li {
		/* Text Grösse Navigation (links)*/
		font-size:40px;
		/* Zeilen Abstand Navigation */
		line-height:2.2em;
		width:100%;
		overflow:hidden;
		height:79px;
		vertical-align:top;
	}
	.nav li.alt {
		padding-bottom:30px;
	}
		.nav li a {
			/*color:#7b7b7b;*/
			color:#7b7b7b;
			text-decoration:none;
			display:block;
			height:79px;
			line-height:79px;
			margin-right:193px;
			overflow:hidden;
			line-height:79px;
		}
		.nav li a:hover, .nav li a.current {
			/*color:#000000;
			Farbe Navigation*/
			color:#000000;
			text-decoration:none;
			/* Farbe Navigation Balken */
			background:url(../img/nav-bg-black.gif) no-repeat 100% 0 #ffffff;
		}
			.nav li a span {
				width:270px;
				float:right;
				cursor:pointer;
			}

/*===== content =====*/
#content .indent {
	/* Padding Content*/
	padding:85px 30px 0 30px;
}
	
	/* gallery */
	.roundabout-holder {
		list-style: none;
		width: 101%;
		/* Abstand von oben*/
		height: 18em;
		/*margin: 1em #ffcc00;*/
	}
	.roundabout-moveable-item {
		height: 180px;
		width: 240px;
		cursor: pointer;
		/*background-color: red;
		border: 0px solid #ffcc00;*/
		font-size: 2em;
	}
	.roundabout-moveable-item img {
		width:100%;
		height:100%;
	}
	.roundabout-in-focus { cursor: auto; }
	
	
	.lemmi_gallery .item1 {
		background:url(../img/lemmi.jpg) no-repeat 0 0;
	}
	.lemmi_gallery .item2 {
		background:url(../img/lemmi_1.jpg) no-repeat 0 0;
	}
	.lemmi_gallery .item3 {
		background:url(../img/lemmi_2.jpg) no-repeat 0 0;
	}
	.lemmi_gallery .item4 {
		background:url(../img/lemmi_3.jpg) no-repeat 0 0;
	}
	.lemmi_gallery .item5 {
		background:url(../img/lemmi_4.jpg) no-repeat 0 0;
	}
	

	.social-services {
		width:100%;
		overflow:hidden;
		padding:80px 0 0 30px;
	}
		.social-services li {
			float:left;
			padding-right:54px;
		}

/*===== footer =====*/
#footer {
	/*color:#838383;
	Farbe Footer Normaler Text*/
	color:#838383;
	margin-top:-60px;
}
	#footer a {
		/*color:#000;
		Farbe Footer Link*/
		color:#ffffff;
		text-decoration:none;
	}
	#footer a:hover{
		text-decoration:underline;
	}


/*----- forms -----*/
#contacts-form fieldset {
	border:none;
	padding-top:20px;
}
	#contacts-form label {
		display:block;
		height:38px;
		overflow:hidden;
	}
		#contacts-form input {
			width:610px;
			padding:1px 5px 1px 5px;
			/*color:#000;
			Farbe Input Feld Contact*/
			color:#7b7b7b;
		}
		#contacts-form textarea {
			width:610px;
			padding:1px 5px 1px 5px;
			/*color:#000;
			Farbe Textarea Contact*/
			color:#7b7b7b;
			height:93px;
			margin-bottom:15px;
			overflow:auto;
		}
		#contacts-form a {
			text-decoration:none;
		}
		#contacts-form a:hover {
			text-decoration:underline;
		}

/* ====== flowplayer   */
a.player {	
	margin-top:40px;
	display:block;
	background:url(../img/splash.png) no-repeat;
	width:600px;
	height:450px;
	/*padding:0 126px 75px 127px;*/	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}




/*==========================================*/


