﻿/* ### ALLGEMEINES ### */

body{
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 80px;	
}

a:link {
	color: #fa7700;
	text-decoration: none;
}

a:visited {
	color: #fa7700;
	text-decoration: none;
}

a:hover {
	color: #fa7700;
	text-decoration: underline;
}

a:active {
	color: #fa7700;
	text-decoration: underline;
}

a:focus {
	color: #fa7700;
	text-decoration: underline;
}

th{
	font-weight:bold;
	background-color:#7b0000;
	/*border-collapse:collapse;*/
	color: #fff;
}

input[type=text],input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

li {
	list-style-image:url(../img/li.png);
}

.grid12, .typo_index {
	text-align: right;
}

.grid_3, .flags_index {
	text-align: center;	
	margin-top: 30px;
	margin-bottom: 90px;
}

/* ### Site Formatting ### */

#index_container {
	background-image:url(../img/introbg.png);
	background-position:bottom;
	background-repeat: no-repeat;
}

.header {
	margin-top: 20px;
}

.header_pic {
	margin-bottom: 20px;
}

#header_index {
	margin-top: 200px;	
}

#footer_index {
	margin-top: 100px;	
}

/* ### MENÜ ### */
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	margin: 0 10px 0 60px;
}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}	
	
#menu li a:link, #menu li a:visited {
	color: #5E7830;
	display: block;
	background: url(../img/menu5.gif);
	padding: 8px 0 0 10px;
}
	
#menu li a:hover {
	color: #26370A;
	background: url(../img/menu5.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#menu li a:active {
	color: #26370A;
	background: url(../img/menu5.gif) 0 -64px;
	padding: 8px 0 0 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
