@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/OpenSans-Light.ttf") format('truetype');
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans-Regular"), url("fonts/OpenSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("fonts/OpenSans-MediumItalic.ttf") format('truetype');
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 500;
    src: local("Open Sans Medium"), local("OpenSans-Medium"), url("fonts/OpenSans-Medium.ttf") format('truetype');
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/OpenSans-Bold.ttf") format('truetype');
}

/* Small Screens */

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

body {
	font-family: Helvetica, sans-serif;
	color: #555;
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.9em;
	line-height: 1.2em;
}

p	{
	padding-bottom: 10px;
}
h1 { 
	color: #006a4d;
	font-size: 1.4em;
	line-height: 1.2em;
	padding-bottom: 5px;
}

h2 { 
	color: #006a4d;
	font-size: 1.2em;
	line-height: auto;
	padding-bottom: 5px;	
}
h3 { 
	color: #006a4d;
	font-size: 1.1em;
	line-height: auto;
	padding-bottom: 5px;	
}

a	{
	color: #333;
}
ul	{
	list-style-type: square;
	list-style-position: inside;	
	}
ol	{
	list-style-type: decimal;
	list-style-position: inside;	
	}
ol li	{
	padding-bottom: 10px;
	}	
#head {
    height: auto;
    width: 100%;
	}
#head-logo {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	}
#head-image{
	display: none;
	}	
#menu{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;	
	}	
	
#menu li
	{ 
	width: 100%;
	list-style: none;
	padding-bottom: 5px;
	font-size: 110%;
	}

ul#menu li a
	{ 
	float: left; 
    color: #555;	
	text-decoration: none;
	padding-right: 5px;	
	} 

ul#menu li a:hover
	{ 
    color: #333;	
	text-decoration: none;
	}

#menu a.selected	
	{ 
    color: #333;
	text-decoration: none;
	}	

label  {
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 5px;
}

#footer {
	width: 100%;
	background: #efefef;
	margin: 0px auto 30px auto;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #252525;		
	}
#footer p {
	text-align: center;
	font-size: 90%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	paddint-bottom: 5px;
	margin: 0px;	
	}

input.text, textarea {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #f7f7f7;	
	border-color: #f7f7f7 #ccc #ccc #ccc;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	width: 100%;
}

input.button {
	color: #333;
	background-color: #f7f7f7;	
	margin-top: 5px;
	padding: 5px;
	width: 100%;
	border: 1px solid #ccc;
}

input.button:hover  {
	background-color: #ccc;	
	color: #333;
	border: 1px solid #ccc;
}


img.right, img.left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid;
	border-color: #C0C0C0;
	margin-right: 10px;
	width: 50%;
	}
	
/* Regular Screens */

@media only screen and (min-width: 641px) {

html 	*{
	padding: 0;
	margin: 0;
	}
a img, :link img, :visited img {
  	border: 0;
	}
table	{
  	border-collapse: collapse;
  	border-spacing: 0;
	}
ul	{
	list-style-type: square;
	list-style-position: outside;	
	}
ol	{
	list-style-type: decimal;
	list-style-position: outside;	
	}
ol li	{
	padding-bottom: 10px;
	}	
p  {
	line-height: 18px;
	}
b	{
	color: #777;
    letter-spacing: 0px;
	}
body 	{
	background: #EFEFEF;
  	color: #777;
  	margin: 0;
  	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
  	text-align: center; 
	}
a 	{
 	text-decoration: none;
 	color: #006a4d;
	}
.headline_heavy {
	color: #fff;
 	background-color: #006a4d;
	padding-left: 7px;
	padding-right: 7px;
	}
.block_heavy {
 	background-color: #EFEFEF;
	padding-top: 4px;	
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: -7px;
	}
a:link, a:visited {
 	color: #006a4d;
	}     
a:hover, a:active {
	color: #006a4d;
	text-decoration: underline;
	}  
#topline{
	width: 100%;
	height: 7px;
}
#wrapper{
	width: 920px;
	margin: 0px auto;
	text-align: left;
	background: #fff url(images/main_background.gif) repeat-y top left;
}
#head   {
	width: 850px;
	margin-left: 10px;
    margin-right: 10px;	
	padding: 25px 25px 25px 25px;
	height: 150px;
	background: #fff;
	position: relative;
	}
#head-logo {
	float: left;
	width: 280px;
	}
#head-image{
	display: block;
	float: left;
	width: 565px;
	height: 166px;
	}
h1	{
	font-size: 20px;
	margin-bottom: 20px;
	color: #006a4d;
	font-weight: normal;	
	}
h2	{
	padding: 15px 0 10px 0;
	font-size: 16px;
	color: #006a4d;
	font-weight: normal;	
	}
h3	{
	padding: 10px 0 10px 0;
	font-size: 14px;
	color: #777;
	font-weight: normal;	
	}
h4	{
	padding: 10px 0 10px 0;
	color: #777;
	font-size: 10px;	
	font-weight: normal;
	}
td	{
	vertical-align: top;
	}
.trenner {
	border-top: 1px solid #006a4d;
	}	
img.left {
	float: left; 
	margin-right: 25px;
	margin-bottom: 20px;
	border: 1px solid;
	border-color: #C0C0C0;
	width: auto;
	}	
	
img.right {
    float: right;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid;
	border-color: #C0C0C0;
	width: auto;	
	}		
#header-image {
	position: absolute;
	top:140px;
	}	
#container {
	float: left;
	width: 900px;
	margin-left: 10px;
    margin-right: 10px;
	border-color: #fff;	
	}
#col_left {
	float: left;
	width: 224px;
	padding: 30px 25px;
	}
#col_right p {
	color: #777;
	padding-bottom: 20px;
	line-height: 20px;	
	}	
#col_right {
	float: right;
	background: #fff;
	width: 565px;
	padding: 30px 30px 20px 30px;
	}
#menu{
	padding-bottom: 20px;
	}
#menu ul{
	margin-bottom: 10px;
	list-style: none;
	}
#menu li{
	margin-bottom: 10px;
	}
#menu span {
	}		
#menu a {
	font-size: 14px;
	display: block;
	background-color: #eee;
	color: #006a4d;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
#menu a:hover {
	background-color: #ddd;
	}
#menu a.selected {
	background-color: #006a4d;
	color: #fff;	
	}
#footer {
	width: 920px;
	background: url(images/footer_background.gif) repeat-y top left;
	margin: 0px auto 30px auto;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #252525;		
	}
#footer p {
	text-align: center;
	font-size: 90%;
	padding: 0px;
	margin: 0px;	
	}
.vcard {
 	color: #006a4d;
	}
label  {
	display:block;
	font-size: 90%;
	margin: 0;
	padding-top: 5px;
	padding-left: 3px;
	}
input.text, textarea {
	font-size: 110%;
	color: #101278;
	background-color: #f7f7f7;	
	border-color: #f7f7f7 #ccc #ccc #ccc;
	border-style:solid;
	border-width: 1px;
	padding: 2px;
	width: 100%;
	}
input.button {
	margin-top: 5px;
	padding: 2px;
	width: 100%;
	}
.alert {
	margin: auto;
	color: #222;
	background: #F4EBAC center no-repeat;
	background-position: 15px 50%;
	text-align: center;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #E4D04A;
	border-bottom: 2px solid #E4D04A;
	}
}