﻿/* CSS von Severin Fischer, 2010 */

body {
	font: 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7BDD63;
	margin: 30;
	padding: 0;
	background-color: #333301;
}

img {
	border: none;
}

#col1 {
	width: 370px;
	height: 450px;
	position: fixed;
	background-color: #333301;
	margin: 0;
	padding: 80px 0 0 40px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#logo {
	margin-top: 0;
	margin-left: 40px;
}

#navi {
	margin-top: 80px;
	margin-left: 40px;
	letter-spacing: 1px;
	width: 150px;
}

#spacer {
	width: 1px;
	height: 150px;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 35px 0 0 370px;
	padding: 0;
	color: #333301;
}

#col2 {
	width: 770px;
	padding: 0;
	margin: 0 0 0 340px;
}

#content {
	margin-left: 74px;
	margin-top: 30px;
	float: left;
	padding: 0;
	background-color: #333301;
}

#bildN {
  position: relative;
  display: block;
  /* border: solid 1px #FF0000; */
  height: 45px;
}

#gps {
  position: relative;
  float: top;
  top: -13px;
  left: 33px;
  /* border: solid 1px #0000FF; */
}

/* Oh, no! Fuer den IE7 noch dies... */

*+html #content {
	margin-left: 74px;
	margin-top: 40px;
	float: left;
	padding: 0;
}

a {
	text-decoration: none;
	color: #AAAAAA;
}

a:hover {
	text-decoration: none;
	color: yellow;
}

a:active {
	text-decoration: none;
	color: yellow;
}

a.klein {
	text-decoration: none;
	color: #000000;
	font-size:10px;
}

a.klein:hover {
	text-decoration: none;
	color: yellow;
	font-size:10px;
}

a.klein:active {
	text-decoration: none;
	color: yellow;
	font-size:10px;
}




h1 {
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 16px;
	color: #7BDD63;
}

h2{
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 16px;
	margin-top: 30px;
	line-height: 18px;
}

h3 {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 14px;
	margin-top: 30px;
	color: #7BDD63;
	padding-left: 20px;
}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 14px;
	margin-top: 30px;
	padding-top: 20px;
	padding-left: 22px;
	line-height: 20px;
	border-top: 1px dashed #d8d8d8;
}

p {
	line-height: 18px;
}

Table{
	background-color: #333301;
}

select.rubrik  {
	background-color: #212101;
	color: #21D601;
}

.error {
	color: yellow;
}


/*  Ligthning-Box  */

#fade 		{
			display: none;
			background: #000; 
			position: fixed; left: 0; top: 0; 
			z-index: 1000;
			width: 100%; height: 100%;
			opacity: .50;
			z-index: 9999;
			}
			
.popup_block {
			display: none;
			background: #5E6644;
			padding: 40px 20px 20px 30px; 	
			border: 1px solid #9EDD63;
			float: left;
			font-size: 1.2em;
			position: fixed;
			top: 50%; left: 50%;
			z-index: 99999;
			-webkit-box-shadow: 0px 0px 20px #000;
			-moz-box-shadow: 0px 0px 20px #000;
			box-shadow: 0px 0px 20px #000;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			}
			

*html #fade 	{
			position: absolute;
			}
			
*html .popup_block {
			position: absolute;
			}
			
			
img.btn_close {
			float: right; 
			margin: -35px -15px 0 0;
			}
			
.popup p 	{
			padding: 5px 10px;
			margin: 5px 0;
			}


A.poplight		{
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #9EDD63;  
			font-size: 9pt;
			text-decoration: none;
			font-style: bold;
			font-weight: normal;
			} 


A.poplight:visited, A.poplight:link, A.poplight:active {
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #9EDD63;  
			font-size: 9pt;			
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			}	
			
A.poplight:hover {
			font-family: Arial, Verdana, Helvetica, Swiss, Geneva, Tahoma, Sans-serif;
			color: #D3CF2C;  
			font-size: 9pt;			
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			}	


