/* GutscheinPony CSS by nordgestalten.com */

/* 
NEEDED COLORS
blau	     	=  	#0d3769
hellgrau    	=   #F2F2F2
grau		 	= 	#E5E5E5
dunkelgrau		=	#868686
*/


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

BODY {
	font-size:62.5%;
	font-family: Verdana, Arial,  Helvetica, sans-serif, "Trebuchet MS", Verdana;
	color: #000;
	text-decoration: none;
	word-spacing: normal;
	text-align: center;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	background: #FFF;
	padding: 0;

}

* html BODY { /* FÜR DEN FUCKING IE */
	font-size:10px;
	letter-spacing: 0em;
}

H1 {
	font-size:2.4em;
	line-height: 1.4em;	
}
H2 {
	font-size:2em;
	line-height: 1em;
}
H3 {
	font-size:1.6em;
	line-height: 0.6em;
}
H4 {
	font-size:1.2em;
	line-height: 0.2em;
}

.clear {
	clear: both;
}

img {
	border: none !important;
}


a, 
a:link, 
a:visited {
	color: #000; 
	text-decoration: underline;
}

a:hover {
	color: #666;
}

/* CONTENT */

#container {
	width: 730px;
	background: transparent;
	padding: 0;
	margin: 10px auto 0 auto;
	text-align: left;
}

.head_logo {
	height: 56px;
	text-align: left;
	background: #2e499a;
	float: left;
	width: 180px;
}

.flash_movie {
	width: 777px; height: 123px;
	float: right;
}

#footer {
	height:120px;
	width: 920px;
	margin: 0 auto;
	/* background: url(../images/footer_bg.jpg) center top no-repeat; */
}

#head_menu {
	margin: 0 0 0 0;
	float: left;
	width: 550px;
	background: transparent;
	text-align: right;
	position: relative;
}

#menu_lang {
	position: absolute;
	right: 0; top: 0;
	text-align: right;
}

#main {
	
	text-align: left;
	background: transparent;
	padding: 20px 0 0 0;

}


/* MENU LAYOUT  */
.menu_bottom {
	height: 10px;
	background: url(../images/bg_centre2.jpg) top left no-repeat;
	margin: 1px 0 0 0;
}

.menu {
	margin: 26px 0 0 0;
	list-style: none;
	float: left;
	width: 550px;
}

.menu li {
	margin: 0;
	float: left;
	text-align: left;
	font-weight: normal;
	border-left: solid 1px #FFF; 
	font-weight: normal;
}

#current a span {
	color: #FFF;

}

.menu li#current {
	color: #FFF;
	
}

.menu li.item109, 
.menu li.active .item109 {
}

.menu li a, 
.menu li a:link, 
.menu li a:visited {
	font-size: 10px;
	text-align: center;
	color: #FFF;	
	text-decoration: none;
	text-transform: uppercase;
	background: #ccc;
	padding: 9px 0;
	display: block;
	width: 136.5px;
}

.menu li a:hover {
	color: #FFF;
	background: #666;
}



/* NEWS LAYOUT */

.contact, 
.blog, 
#page {
	padding: 20px 0;
	background: #fff;
}

.blog

.leading_separator {
	clear: both;
	margin: 15px 0;
	border-bottom: 0px dotted #333;
}

.weiter, 
.weiter a {
	margin: 15px 0 0 0;
	color: #999;
}

.componentheading {
	color: #000;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #6a2203;
}

.contentheading {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
}

.createdate {
	font-size: 10px;
}

.contentheading a:hover {

}

a.contentpagetitle, 
a.contentpagetitle:visited {
	text-decoration: none;
	color: #999;
}

a.contentpagetitle:hover {
	color: #333;
}

.iteminfo, 
.articleinfo {
	margin: 0 0 10px 0;
	color: #666;
}

.leading .attachmentsList {
	display: none;
}

.blog p, 
#page p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 17px;
}

.leading p {
	font-size: 12px;
	line-height: 17px;
}

.leading p img, 
#page p img {
	margin: 0 15px 0 0;
	border: 1px solid #666;
	
}

th.at_filename, 
th.at_description, 
th.at_file_size {
	background: #E9E9E9;
}

#page div.attachmentsList {
	display: block;
	clear: both;
}

div.attachmentsList tr.even {
   background: #0083c3;
}

.attachmentsList {
	margin: 15px 0 0 0;
}

.attachmentsList table {
	width: 100%;
}

/* FORM LAYOUT */

LABEL {
	display: block;
}

INPUT, TEXTAREA {
	border: 1px solid #E0E0E0;
	width: 280px;
	margin: 0 0 15px 0;
	padding: 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #666;
}

TEXTAREA {
	height: 150px;
	width: 420px;
}

INPUT#contact_email_copy {
	margin: 0 0 0 0;
}

LABEL.copy {
	margin: 0 0 20px 0;
}

.marker {
	color: #000;
	margin: 0 0 0 0;
}

.contact {
	font-size: 12px;
	line-height: 17px;
}

div.contact_address address {
	padding: 10px 0;
	margin: 10px 0;
}

.contact_address address {
	font-style: normal;
	margin: 0 0 10px 0;
}

.misc {
	margin: 10px 0 25px 0;
}

.misc .marker {
	display: none;
}

.contact_name {
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.contact_position {
	font-size: 12px;
	line-height: 16px;
	color: #CCC;
	margin: 0 0 20px 0;
}

.contact_webpage {
	margin: 10px 0 20px 0;
}

.contact_email_checkbox {
	text-align: left;
}

.pagination {
	text-align: center;
	width: 100%;
	list-style: none;
}

.pagination li {
	display: inline;
	margin: 0 5px;
	border: 1px solid #CCC;
	padding: 1px 5px;
	background: #FFF;
}

p.counter {
	display: none;
}

.table_folder a {
	text-decoration: none !important;
	font-size: 10px;
	color: #666;
}

.table_folder a:hover {
	text-decoration: none !important;
	font-size: 10px;
	color: #999;
}

.table_folder img {
	margin: 0 !important;
	padding: 0 !important;
}

.table_folder td {
	width: 180px;
	height: 103px;
	padding: 8px 0 0 0;
	background: url(../images/td_bg.jpg) center center no-repeat;
}

/* CONTACT IMPORTANT */

.marker {
	margin: 0 0 0 0;
	font-style: normal;
	display: block;
}

.contact_address {

	margin: 20px 0;
}

.contact_address address p {

	font-style: normal;
}

.misc {
	margin: 20px 0;
}

#contact_email_copy {
	width: auto;
}

/* CONTACT IMPORTANT */