/* CSS Document */

/* Global */
body {
	margin : 0;
	background-color : #FFC46A;
	font-family : Arial, Helvetica, sans-serif;
}

#container {
	position: absolute;
	left : 50%;
	width : 972px;
	height : auto;
	margin-top : 10px;
	margin-left : -486px;
	border : 0;
}

#header {
	position : relative;
	background : url(../img/header.jpg);
	background-repeat : no-repeat;
	width : 972px;
	height : 200px;
	margin : 0;
	padding : 0;
}

#content{
	position : relative;
	float : left;
	margin : 0;
	width : 523px;
	height : auto;
	padding : 10px 10px 4px 10px;
	color : #990000;
}



/* COLUMN BACKGROUNDS */
.bgMainTop {
	background-image : url(../img/bg_mainbox_top.gif);
	background-repeat : no-repeat;
	font-size : 0;
	width : 523px;
	height : 6px;
}

.bgMainMiddle {
	background-image : url(../img/bg_mainbox_middle.gif);
	background-repeat : repeat-y;
	width : 523px;
	min-height: 1000px;
	height:auto !important;
	height: 1300px;
}

/*
.bgMainBottom {
	background-image : url(../img/bg_mainbox_bottom.gif);
	background-repeat : no-repeat;
	width : 523px;
	height : 10px;
	margin-bottom : 0;
}
*/



/* FOOTER */
#footer{
	position : relative;
	background-image : url(../img/bg_footer.gif);
	background-repeat : no-repeat;
	width : 523px;
	height : 26px;
	padding-top : 7px;
	margin : 0;
	font-size : 10px;
	color : #990000;
	text-align : center;
}

#footer a:link, #footer a:visited	{
	text-decoration : none;
	}

#footer a:hover, #footer a:active 	{
	color : #000;
	text-decoration : none;
}




/* NAVIGATION */
#topnavi{
	position : relative;
	padding : 5px 0 10px 10px;
	margin : 0;
	font-size : 10px;
	color : #990000;
	text-align : left;
}

#topnavi img	{
	margin : 0;
}

#topnavi a:link, #topnavi a:visited	{
	text-decoration : underline;
	}

#topnavi a:hover, #topnavi a:active 	{
	color : #000;
	text-decoration : none;
}

#navigation {
	position : relative;
	float : left;
	padding-top : 10px;
}

#navigation ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#naviwelt a {
	position : relative;
	background : url(../img/navi_pfeil_gelb.gif);
	background-position : 10px 9px;
	background-repeat : no-repeat;
	height : 24px;
	width : 192px;
	display : block;
	padding-left : 19px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	line-height : 25px;
	vertical-align : middle;
	color : #990000;
	text-decoration : none;
	}

#naviwelt a:hover {
	background : url(../img//navi_pfeil_rot.gif);
	background-position : 10px 9px;
	background-repeat : no-repeat;
}

#naviwelt a.active {
	background : url(../img//navi_pfeil_rot.gif);
	background-position : 10px 9px;
	background-repeat : no-repeat;
	font-weight : bold;
}

#subnavi a {
	position: relative;
	background : url(../img/navi_pfeil_gelb.gif);
	background-position : 20px 6px;
	background-repeat : no-repeat;
	height : 18px;
	width : 187px;
	display : block;
	padding-left : 30px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	line-height : 19px;
	vertical-align : middle;
	color : #990000;
	text-decoration : none;
	}

#subnavi a:hover, #subnavi a.active {
	background : url(../img/navi_pfeil_rot.gif);
	background-position : 20px 6px;
	background-repeat : no-repeat;
}



/* LANGUAGE SWITCH */
#lang	{
	position : relative;
	float : right;
	top : 6px;
	margin : 0;
	padding : 0 10px 0 0;
	font-size : 16px;
	color : #990000;
	font-weight : bold;
}

#lang a:link	{
	text-decoration : none;
	}

#lang a:hover, #lang a:active 	{
	color : #000;
}



/* HEADLINES */
h1 {
	font-size : 22px;
	font-weight : normal;
	color : #990000;
	padding : 5px 10px 0 10px;
	line-height : 140%;
	margin : 0;
}

h2 {
	font-size : 18px;
	font-weight : normal;
	color : #990000;
	padding : 5px 10px 0 10px;
	line-height : 140%;
	margin : 0;
}

h3 {
	font-size : 16px;
	font-weight : normal;
	color : #990000;
	padding : 5px 10px 0 10px;
	line-height : 140%;
	margin : 0;
}

#info h3, #navigation h3 {
	line-height : 160%;
	background : url(../img/line_infobox-h3.gif) 10px 28px no-repeat;
}

#info #twitter h3 {
	line-height : 160%;
	background : url(../img/line_infobox-h3.gif) 6px 28px no-repeat;
}

h4 {
	font-size : 14px;
	font-weight : bold;
	color : #990000;
	padding : 5px 10px 5px 10px;
	line-height : 140%;
	margin : 0;
}



/* IMAGES */
img {
	margin : 10px;
	text-decoration : none;
	border : 0;
}
.imglink a:link, .imglink a:visited {
	text-decoration : none;
	border : 0;
}
.imglink a:hover {
}
.galerie_left img {
	float : left;
	padding : 2px;
	margin : 10px 10px 0px 10px;
	border : 1px solid #DCDCDC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.galerie_right img {
	float : right;
	padding : 2px;
	margin : 10px 10px 0px 10px;
	border : 1px solid #DCDCDC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.programm_right img {
	float : right;
	padding : 2px;
	margin : 10px 10px 0px 10px;
	border : 1px solid #DCDCDC;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



/* TABLES */
table	{
	text-align : left;
	font-size : 14px;
	line-height : 160%;
	color : #990000;
	margin : 5px 10px 5px 10px;
	border : 0;
}

tr	{
	height : 24px;
	border : 0;
}

th	{
	border : 1px solid #F2F2F2;
	font-weight : bold;
	padding : 5px;
}

td	{
	vertical-align : top;
	border : 1px solid #F2F2F2;
}

td h4	{
	padding : 5px 0  5px 5px;
}

td p	{
	padding : 0 5px 5px 5px;
}



/* MAIN CONTENT */
p {
	text-align : left;
	font-size : 14px;
	line-height : 160%;
	color : #990000;
	padding : 5px 10px 10px 10px;
	margin : 0;
}

a {
	color : #990000;
	text-decoration : none;
}

#content a:link, #content a:visited	{
	color : #990000;
	text-decoration : underline;
}

#content a:hover, #content a:active	{
	color : #000;
	text-decoration : none;
}

#content ul {
	list-style-type: none;
	margin: 0;
	padding-top : 0;
	padding-right : 0;
	padding-bottom : 10px;
	padding-left : 0;
}

#content li {
	background: url(../img/bulletin_red.gif);
	background-position : 0px 14px;
	background-repeat: no-repeat;
	padding : 5px 10px 0 10px;
	margin-left : 15px;
	list-style : none;
	line-height : 160%;
	font-weight : normal;
	font-size : 14px;
}

#content li img {
	padding : 0;
	margin-left : 0;
}

blockquote {
	font-size : 14px;
	line-height : 160%;
	margin: 20px 10px 20px 10px;
	padding : 4px;
	border-left: 4px solid #FFC46A;
}

.text_small, small	{
	font-size : 11px;
	line-height: 130%;
}



/* INFOBOX WITH NAVIGATION LIST */
#content .content_infobox {
	clear : both;
	margin : 20px 10px 25px;
    background : #FFF7E0;
	border : 1px solid #FFC46A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .content_infobox_fl {
	margin : 20px 10px 25px;
    background : #FFF7E0;
	border : 1px solid #FFC46A;
}
#content .content_infobox ul {
	padding-top : 0px;
}
#content .content_infobox ul li {
	font-size : 12px;
}
#content .content_infobox p {
	font-size : 12px;
	line-height : 140%;
	padding-bottom: 5px;
}

#content .content_infobox_weiss50 {
	float : left;
	width: 239px;
	margin : 20px 10px 0;
	background : #FFF;
	border : 1px solid #FFC46A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .content_infobox_weiss100 {
	clear : both;
	margin : 20px 10px 25px;
	background : #FFF;
	border : 1px solid #FFC46A;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#content .content_infobox_weiss50 p, #content .content_infobox_weiss100 p {
	padding-bottom: 5px;
}



/* TOPLINKS */
.toplink {
	clear: both;
	position : relative;
	margin : 0 10px;
	padding : 10px 0 11px 0;
	height : 20px;
	font-size : 1px;
	text-align: center;
}

.toplink-line {
	position : relative;
	clear : both;
	background : url(../img/line_red.gif) 0% 100% repeat-x;
	margin : 15px 10px 35px 10px;
	padding-bottom : 2px;
	height : 20px;
	font-size : 1px;
	text-align: center;
}

.only-line {
	position : relative;
	clear : both;
	background : url(../img/line_red.gif) 0% 100% repeat-x;
	margin : 20px 10px 30px 10px;
	padding-bottom : 2px;
	height : 20px;
	font-size : 1px;
	text-align: center;
}

.toplink-line img	{
	margin : 0;
	padding: 0;
	border : 0;
}



.spacer {
	position : relative;
	clear : both;
	margin : 0px 10px 0px;
	padding-bottom : 2px;
	height : 20px;
	font-size : 1px;
	text-align: center;
}



/* SIDE BOXES */
#info{
	position : relative;
	float : left;
	width : 214px;
}

.infobox{
	margin-top : 10px;
	margin-bottom : 4px;
}

.infobox a:link	{
	color : #990000;
	}

.infobox a:hover, .infobox a:active	{
	color : #000;
}



/* BACKGROUNDS OF THE SIDE BOXES */
.bgSideTop {
	background-image : url(../img/bg_sidebox_top.gif);
	background-repeat : no-repeat;
	font-size : 0;
	width : 214px;
	height : 6px;
}

.bgSideMiddle {
	background-image : url(../img/bg_sidebox_middle.gif);
	width : 214px;
}

.bgSideBottom {
	background-image : url(../img/bg_sidebox_bottom.gif);
	background-repeat : no-repeat;
	font-size : 0;
	width : 214px;
	height : 6px;
}



 /* MAILFORM */
.input_textfield {
	width : 320px;
	padding: 2px;
	background-color : #FFF;
	font-family : arial,helvetia,sans-serif;
	color : #000;
	font-size : 14px;
	border-left : 0;
	border-top : 0;
	border-right : 0;
	border-bottom : 1px solid #DCDCDC;
}
.input_textarea {
	width : 480px;
	height : 200px;
	padding: 2px;
	background-color : #FFF;
	font-family : arial,helvetia,sans-serif;
	color : #000;
	font-size : 14px;
	border : 1px solid #DCDCDC;
}
.red {
	width : 320px;
	color : #990000;
}
.error	{
	color : #990000;
	font-weight : bold;
}
.sent {
	margin : 0;
	padding-left : 0;
	color : #990000;
	font-weight : bold;
}



 /* SWITCH CONTENT */
.showstate	{
	margin : 0;
	cursor:hand;
	cursor:pointer;
	font-size : 11px;
	letter-spacing : 1px;
}

.switchcontent	{
	border: 0;
}



/* MISCELLANEOUS */
.designlink { display: none; visibility: hidden; position: absolute; top: -100px; text-indent: 9999px; margin-top: -5000px; }