html , body {
	padding: 0;
	margin: 0; }
html {
	background: #fffdf3; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000; }

img {
	border: 0;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#lang-de , 
#lang-de * {
	color: rgb(31,126,23);
}
#lang-sr ,
#lang-sr * {
	color: rgb(0,92,162);
}

#start body {
	background: #fff url(start-bg.jpg) 591px top;
	height: 694px;
	position: absolute;
	top: 50%;
	margin-top: -347px;
	width: 100%;
}
#start h1 {
	position: absolute;
	top: 50%;
	left: 22%;
	margin-left: 300px;
	width: 7.5em;
	font-size: 40px;
}
#start h1#lang-de {
	margin-top: -200px;
}
#start h1#lang-sr {
	margin-top: -50px;
}
#start h1 a {
	text-decoration: none;
}
#start h1 a:hover {
	text-decoration: underline;
}
#start #logo {
	position: absolute;
	left: 160px;
	bottom: 20px;
	opacity: .8;
}
#start #organisatoren {
	text-align: center;
	background: url(start-foto.jpg) no-repeat;
	height: 255px;
	padding-top: 439px;
	margin: 0;
}
#start #organisatoren li {
	float: right;
	clear: right;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 5px;
	list-style-type: none;
}
#start #organisatoren li img ,
#start #organisatoren a {
	opacity: .6;
}
#start #organisatoren a img ,
#start #organisatoren a:hover {
	opacity: 1;
}
#start #organisatoren li img {
	vertical-align: bottom;
	padding: 5px;
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#start #organisatoren a {
	display: block;
	background: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#sub ,
#sub body {
	height: 100%;
}
#sub h1 {
	position: absolute;
	z-index: 1;
	left: 80%;
	margin: 0 0 0 -75px;
}
#sub #lang-de ,
#sub #lang-sr {
	width: 50%;
	min-height: 100%;
	font-size: .9em;
}
#sub #lang-de {
	background-image: url(bg-gruen.jpg);
}
#sub #lang-sr {
	background-image: url(bg-gelb.jpg);
}
#sub .lang-enabled {
	float: left;
	background-position: top right;
	width: 80% !important;
	font-size: 1em !important;
}
#sub .lang-disabled {
	float: right;
	background-position: top left;
	width: 20% !important;
	font-size: .53em !important;
	opacity: .3;
	cursor: pointer;
	overflow: hidden;
}
#sub .lang-disabled:hover {
	opacity: .4;
}
#sub .lang-disabled > img {
	max-width: 40%;
}
#sub .menu {
	margin: 0 0 50px !important;
	padding: 25px 60px 0;
	height: 50px;
	font-size: 1.2em;
	text-align: center;
	-moz-border-radius: 0;
	line-height: 1em;
}
#sub .menu a {
	color: white;
	white-space: nowrap;
}
#sub #lang-de .menu {
	background: #0094de !important;
}
#sub #lang-sr .menu {
	background: #85c226 !important;
}
#sub .lang-enabled .menu {
	padding-left: 0;
}
#sub .lang-disabled .menu {
	padding-right: 0;
}
#sub .menu li {
	margin: 0 .7em;
	display: inline;
}
#sub .menu .aktiv a {
	text-decoration: none;
}
#sub p ,
#sub ul ,
#sub ol ,
#sub h3 {
	margin: .33em 1em;
	padding: .33em .5em .33em 1.4em;
}
#sub p ,
#sub ul ,
#sub ol {
	background: rgba(100%,100%,100%,.5) !important;
	background: url(fff-.5.png);
	-moz-border-radius: 1em;
	line-height: 1.2em;
}
/*#sub p {
	text-indent: 1em;
}*/
#sub ul {
	list-style-type: circle;
}
#sub .lang-enabled p ,
#sub .lang-enabled ul ,
#sub .lang-enabled ol {
	margin-left: 1.5em;
}
#sub .lang-disabled p ,
#sub .lang-disabled ul ,
#sub .lang-disabled ol {
	margin-right: 1.5em;
}
#sub h2 {
	clear: both;
	font-size: 1.5em;
	text-align: center;
}
#sub h3 {
	font-size: 1.1em;
}
img.r {
	float: right;
	margin: .5em 1.2em; }
img.l {
	float: left;
	margin: .5em 1.2em; }
img.z {
	display: block;
	margin: 1.2em auto; }
