/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

	
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {
	background: #505050;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Sans-serif;
	font-size: 13px;
}

h1 {
	color: #96BF55;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

	h1 span {
		color: #ffffff;
		font-size: 20px;
		font-weight: normal;
		text-align: left;
	}
img {
	border: 0;
	}	
img.col1 {
	float: left;
	margin: 20px 20px 20px 49px;
	border: 0;
	}	
img.kontakt {
	float: left;
	margin: 0px 0px 0px 49px;
	border: 0;
	}
img.gallery {
	margin: 10px 12px 0px 0;
	display: inline-block;
	width: 120px;
	background: #ccc;
	border: 0;
	padding: 2px;
	}
img.gallery:hover {
	background: #f00;
	}
.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 5px 0 15px 0;
}

#container {
	margin: 20px auto 0 auto;
	width: 800px;
}

	#top_container {
		width: 860px;
		height: 130px;
		margin: 20px auto 20px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 800px;
	}
	
.page-top {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ef0000;
	border-bottom: 5px solid #444444;
}

.page-sidebar { 
	position: fixed; 
	top: 30px; 
	left: 20px;	
	width: 250px; 
}

* html .page-sidebar { 
	top: 30px; 
	left: 20px;	
	width: 250px; 
	position:absolute; 
}

.page-title {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

	.page-title h1 {
		margin: 0 0 5px 0;
	}
	
	
	.page-title h2 {
		clear: both;
		font-size: 100%;
		color: #FF9;
		font-weight: normal;
		margin: 0;
	}

.page-body {
	margin: 0 10% 0 315px;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		color: #000;
		margin:-5px 30px 0px 0px;	
		text-align: right;
		font-size: 10px;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 20px 0 30px 25px; 
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		margin: 0 20px 5px 50px; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}

	.page-footer p {
		margin: 0;
	}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
		margin: 5px 0 15px 0;
	}
	



a,
a:link,
a:visited {
	color: #ef0000;
}


h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #ef0000;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}
	

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #ef0000;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}

.navigation { 
	list-style: none; 
	margin: 20px 0 30px 0; 
	width: 200px;
}

	.navigation li { 
		padding: 0; 
		margin: 0; 
	}

	.navigation a, 
	.navigation a:visited {
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 20px 0 20px;
		border-bottom: 3px solid #171B20;
		color: #ffffff;
		background-color: #333333;
		text-decoration: none;
	}

	.navigation a:hover {
		color: #000000;
		background-color: #a9d06a;
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #ef0000;
}		
	p small, 
	li small {
		color: #ef0000;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}


pre {
  	font-size: 11px;
  	padding: 10px;
  	background: #000000;
  	overflow: auto;
	margin: 20px 0 20px 0;
}

code {
  	color: #ffffff;
  	background: #000000;
  	font-family: Monaco, Courier, monotype;
}


/** RUBY / JAVASCRIPT **/
code span.comment {
	color: #BD48B3;
}

code span.string {
	color: #99FF00;
}

code span.brackets {
	
}

code span.symbol {
	color: #6BCFF7;
}

code span.keywords {
	color: #FF8400;
}

code span.erb {
	background: #333;
}

code span.symbol {
      color: #07DFFC;
}

/** HTML **/
code.html span.tag {
	color: #fff;
}

code.html span.attribute {
	color: #FFD500;
}

code.html span.string {
	color: #99FF00;
}

code.html span.comment {
	color: #999;
}

code.html span.doctype {
	color: #D7FF80;
}


		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 31px;
			width: 700px;
			background: url(images/accordion_toggle.gif) no-repeat top left;
			padding: 0 50px 0 50px;
			line-height: 31px;
			font-size: 13px;
			font-weight: normal;
			text-decoration: none;
			letter-spacing: 0.05em;			
			outline: none;
			color: #333;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle.active {
			font-size: 13px;
			background: url(images/accordion_toggle_active_on.gif) no-repeat top left;
			color: #fff;
		}
		
		.accordion_toggle:hover {
			background: url(images/accordion_toggle_active_on.gif) no-repeat top left;
			color: #000;
			font-size: 13px;

		}

			.accordion_content,
			div.stretcher {
			background: url(images/accordion_content.gif) repeat top left #ccc;
			color: #444444;
			overflow: hidden;
			border-top: 20 px solid #000;
		}
			
			.accordion_content h2,
			div.stretcher h2 {
				color: #cc0000;
				padding: 20px 50px 0px 50px;
				margin-top: 0;
				margin-bottom: 0;
		}
			
			.accordion_content p,
			div.stretcher p {
				padding-left: 50px;
				padding-right: 50px;
				padding-bottom: 5px;
				line-height: 150%;
			}

			.accordion_content ul { 
				margin: 0 50px 20px 240px;
	}
			.accordion_content ul li, 
			.accordion_content ol li { 
				margin-left: 10px; 
				line-height: 120%;
	}
			
		.vertical_accordion_toggle {
			display: block;
			height: 31px;
			width: 660px;
			background: #ccc;
			padding: 0 20px 0 20px;
			line-height: 31px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border-bottom: 1px solid #e3e3e3;
			cursor: pointer;
			margin: 0 0 0 10px;
		}

		.vertical_accordion_toggle:hover {
			background: #bbb;
		}
		.vertical_accordion_toggle_active {
			background: #ef0000;
			color: #ffffff;
		}

		.vertical_accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
			margin: 0 10px 0 10px;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 20px 15px 20px;
			}
    			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 110px;
			width: 30px;
			background: #ccc;
			font-size: 20px;
			text-align: center;
			font-weight: normal;
			color: #fff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #eee;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: #ef0000;
			border-right: 1px solid #fff;
		}
		
		.horizontal_accordion_toggle:hover {
			background: #bbb;
		}

		.horizontal_accordion_content {
			/* REQUIRED */
			height: 110px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			color: #444444;
		}
			.horizontal_accordion_content h3 {
				color: #000;
				font-weight: bold;
				text-align: left;
				padding: 0px 0px 5px 20px;

}	
			.horizontal_accordion_content p {
				width: 480px;
				line-height: 150%;
				padding: 0px 0px 15px 20px;
			}


					
    /* Container styling*/
    #horizontal_container {
      margin: 5px 0px 20px 0px;
	  float: left;
      width: 400px;   
      height: 110px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 720px;
    }


/* form elements */
form {
	margin: 15px 40px 40px 40px; 
	padding: 5px 0px 0px 0px;
	border: 1px solid #ccc; 
	background: #f0f0f0; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 12px 0 0px -15px;
	color: #777;
}
input, textarea, select {
	width: 200px;	
	padding: 4px;
	color: #333;		
	background: #fff;
	margin: 0px 0 0px -15px;
	
  	border-width: 1px;
  	border-style: solid;
  	border-color: #aaa #ccc #ccc #aaa; 
	
	font: normal 12px Arial, sans-serif;
}
textarea {
	width: 500px;	
	height: 100px;
	display: block;	
}
input.button { 
	width: auto;	
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0 0 20px 0;
	padding: 2px 3px; 
	color: #fff;
	background: #ef0000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #fff #600 #600 #fff;
}


/* start - table */
table {
	border-collapse: collapse;
	float: left;
	margin: 0px 10px 20px 50px;		
}
th {
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	color: #333;
	text-align: left;
	background: #e3e3e3;
	border-width: 1px;
  	border-style: solid;
  	border-color: #fff;	
}
tr {
	height: 24px;
	background: #e3e3e3;
}
td {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 6px;
	border: 1px solid #fff;	
}	
/* end - table */


