/* Schriften */
/* gudea-regular - latin */
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('../fonts/gudea-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/gudea-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* gudea-italic - latin */
@font-face {
  font-family: 'Gudea';
  font-style: italic;
  font-weight: 400;
  src: local(''),
	   url('../fonts/gudea-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/gudea-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* gudea-700 - latin */
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 700;
  src: local(''),
	   url('../fonts/gudea-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('../fonts/gudea-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Basics */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
html,body
	{
	height:100%;
	font-size:14px;
	color:#666;
	-webkit-font-smoothing:antialiased;
    -moz-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    font-smooth:always;
	font-family: 'Gudea', sans-serif; 
	font-weight: normal;
	background-color: #f4f4f8;
	}
a, a:link, a:visited
	{
	color:#666;
	text-decoration:none;
	-webkit-transition-property: all; /* WebKit */
	   -moz-transition-property: all; /* Firefox */
		 -o-transition-property: all; /* Opera */
			transition-property: all; /* Standard */
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
		 -o-transition-duration: 0.5s;
			transition-duration: 0.5s;	
		}
a, a:active, a:hover
	{
	color:#333;
	text-decoration:none;
	}
strong, b, .bold
	{
	font-family: 'Gudea', sans-serif; font-weight:700;
	}
i, .italic
	{
	font-family: 'Gudea', sans-serif;
	font-style:italic;
	}
h1
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:30px;
	margin:20px 20px 10px 20px;
	border-bottom:2px solid #dde;
	}
h2
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:26px;
	margin:20px 20px 6px 20px;
	}
h3
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:20px;
	margin:20px 20px 10px 20px;
	}
h4
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:16px;
	margin:20px 20px 10px 20px;
	}
h5
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:14px;
	margin:20px 20px 10px 20px;
	}
p
	{
	margin:0 20px 10px 20px;
	}

ul
	{
	list-style-type: none;
	padding:0 20px;	
	}
li
	{
	border-left:15px solid #ddf;
	padding:0 5px;
	margin:8px 0;
	}

ul li ul 
	{
	padding: 0 10px;
	}
ul li ul li
	{
	border: 0;
	padding: 0;
	margin:1px 0;
	}
pre 
	{
	padding: 20px;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	}
input[type=submit],input[type=reset], .button
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:16px;
	color:#666;
	letter-spacing: 1px;
	outline:0;
	border:2px solid #fff;
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.5);
	padding:5px 15px;
	margin:5px 5px 5px 0;
	cursor: pointer;
	min-width:148px;
	background-color:#fafafa;
  	}
input[type=submit]:hover ,input[type=reset]:hover, .button:hover
	{
	position: relative;
	top:1px; left:1px;
	color:#333;
	-webkit-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
	   -moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
			box-shadow: 0px 0px 8px -2px rgba(0,0,0,0.5);
	}
input[type=submit]:active ,input[type=reset]:active, .button:focus
	{
	position:relative;
	top:1px;
	left:1px;
	}
input[type=text],input[type=password], textarea
	{
	font-family: 'Gudea', sans-serif; font-weight:400;
	font-size:16px;
	color:#666;
	letter-spacing: 1px;
	outline:0;
	border:0;
	padding:3px;
	cursor: pointer;
	width:300px;
	background-color:#eef;
	border-bottom:2px solid #fff;
	}
textarea
	{
	min-height:150px;
    overflow: auto;
	}
input[type=text]:hover,input[type=password]:hover, textarea:hover
	{
	border-bottom:2px solid #ddf;
	}
input[type=text]:focus,input[type=password]:focus, textarea:focus
	{
	border-bottom:2px solid #ddf;
	cursor: inherit;
	}
input[type=text]:focus:hover,input[type=password]:focus, textarea:focus:hover
	{
	border-bottom:2px solid #ddf;
	cursor: inherit;
	}
label
	{
	vertical-align: baseline;
	display: inline-block;
	width:100px;
	}
	
	
	
	

#wrapper
	{
	position: relative;
	background-color: white;
	width:980px;
	min-height:550px;
	margin: 0 auto;
	padding:0 0 110px 0;
	-webkit-box-shadow: 0px -20px 160px -30px rgba(0,0,0,0.35);
	   -moz-box-shadow: 0px -20px 160px -30px rgba(0,0,0,0.35);
			box-shadow: 0px -20px 160px -30px rgba(0,0,0,0.35);
	-webkit-background-clip: padding-box;
	   -moz-background-clip: padding;
			background-clip: padding-box;
	-webkit-border-top-left-radius: 	0;
	-webkit-border-top-right-radius: 	0;
	-webkit-border-bottom-right-radius: 12px 12px;
	-webkit-border-bottom-left-radius: 	12px 12px;
	   -moz-border-radius-topleft: 		0;
	   -moz-border-radius-topright: 	0;
	   -moz-border-radius-bottomright: 	12px 12px;
	   -moz-border-radius-bottomleft: 	12px 12px;
			border-top-left-radius: 	0;
			border-top-right-radius: 	0;
			border-bottom-right-radius: 12px 12px;
			border-bottom-left-radius: 	12px 12px;
	}
#header
	{
	position: relative;
	width:980px;
	height:280px;
	background-image: url('../img/header_green.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	}
#logo
	{
	position: absolute;
	top:40px; left:10px;
	}

#header_menu
	{
	width:100%;
	position: absolute;
	left: 0; bottom: 0;
	background: white;
	background: rgba(255,255,255,0.9);
	padding: 0;
	}
#header_menu li
	{
	display: inline-block;
	height:30px;
	color:#333;
	text-align: center;
	margin: 0;
	border:0;
	padding: 0 40px 0 20px;
	font-size: 18px;
	line-height: 30px;
	}
#header_menu li a,
#header_menu li a:link,
#header_menu li a:visited
	{
	color:#333;
	text-decoration: none;
	-webkit-transition-property: all; /* WebKit */
	   -moz-transition-property: all; /* Firefox */
		 -o-transition-property: all; /* Opera */
			transition-property: all; /* Standard */
	-webkit-transition-duration: 0.5s;
	   -moz-transition-duration: 0.5s;
		 -o-transition-duration: 0.5s;
			transition-duration: 0.5s;	
		}
#header_menu li a:hover,
#header_menu li a:active
	{
	color:#3a3;
	text-decoration: none;
	}
	
#footer
	{
	position: absolute;
	bottom: 0; left:0;
	height:65px;
	width:980px;
	background-color: #f4f4f8;
	color:#666;
	font-size:13px;
	line-height:20px;
	-webkit-border-top-left-radius: 	0;
	-webkit-border-top-right-radius: 	0;
	-webkit-border-bottom-right-radius: 12px 12px;
	-webkit-border-bottom-left-radius: 	12px 12px;
	   -moz-border-radius-topleft: 		0;
	   -moz-border-radius-topright: 	0;
	   -moz-border-radius-bottomright: 	12px 12px;
	   -moz-border-radius-bottomleft: 	12px 12px;
			border-top-left-radius: 	0;
			border-top-right-radius: 	0;
			border-bottom-right-radius: 12px 12px;
			border-bottom-left-radius: 	12px 12px;	
	text-align: center;
	}	
#footer p
	{
	margin:0 0 2px 0;
	}
	
	
.column_2
	{
    -webkit-column-count: 2;
	   -moz-column-count: 2;
			column-count: 2;
    -webkit-column-width: 440px;
	   -moz-column-width: 440px;
			column-width: 440px;
	-webkit-column-gap:30px;
	   -moz-column-gap:30px;
			column-gap:30px;
	}
.column_3
	{
    -webkit-column-count: 3;
	   -moz-column-count: 3;
			column-count: 3;
    -webkit-column-width: 313px;
	   -moz-column-width: 313px;
			column-width: 313px;
	-webkit-column-gap:1px;
	   -moz-column-gap:1px;
			column-gap:1px;
	}
.justify
	{
	text-align: justify;
	}
.hide, .hidden
	{
	display: none;
	}
.red
	{
	color: #b02;
	}
.small
	{
	font-size:11px;
	}
.inline30
	{
	vertical-align: top;
	width:30%;
	display: inline-block;
	}
.inline40
	{
	vertical-align: top;
	width:40%;
	display: inline-block;
	}
.inline50
	{
	vertical-align: top;
	width:50%;
	display: inline-block;
	}