/* CSS Document */


html {
	height:101%;
}

body {
	margin:auto;
	padding:0px;
	text-align:center;
	min-height:100%;
	background-image:url(images/bg2.png);  
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FCFCFC; 
	font-family:Arial, Helvetica, sans-serif;
}

#main {
	width:760px;
	margin:auto;
	background-color:white;
	color:black;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:0px;
}

div#dehead {
	width:740px;
	border:0px solid red;
	height:113px;
	background-repeat:no-repeat;
	text-align:right;
	color:#808080;
	margin:0px 10px;
	padding:0px 0px 0px 0px;
}

div#enhead {
	width:740px;
	border:0px solid red;
	height:113px;;
	background-repeat:no-repeat;
	text-align:right;
	color:#cccccc;	
	margin:0px 10px;	
	padding:0px 0px 0px 0px;	
}

div#content {
	width:740px;
	border:0px solid green;
	border-top:0px dotted #cccccc;
	padding:0px 0px;
	min-height:400px;
        height:auto !important;  /* für moderne Browser */
        height:400px;  /*für den IE */
	margin:0px 0px;		
}

div#foot {
	font-size:10px;
	width:720px;
	border-top:1px dotted #cccccc;	
	clear:both;
	text-align:center;
	color:#cccccc;
	padding:5px 0px 5px 0px;
	margin:10px 30px;
	vertical-align:bottom;
}

div#foot a {
	font-size:10px;
	color:#808080;
	text-decoration:none;
	vertical-align:bottom;	
}

div#foot a img, div#foot img {
	border:none;	
	vertical-align:bottom;
	margin:6px 2px;	
}

a#logobgcatcher, div#headlogo {
	display:block;
	position:relative;
	width:740px;
	height:103px;	
	text-align:center;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	line-height:175%;
	color:#68696C;
	background:transparent;
	margin:0px;
}

a#logobgcatcher h1, div#headlogo h1 {
	font-size:24px;
	color:#68696C;
}

a#logobgcatcher h1 .red, div#headlogo h1 .red {
	color:#D2222A;
}

a#logobgcatcher h2, div#headlogo h2 {
	font-size:16px;
	font-weight:bold;
	color:#68696C;
}

a#logobgcatcher p {
	font-size:12px;
	color:#68696C;
}

/*
	STARTBLOCK
*/

div#start {
	background-image:url(/images/start_en.png);  
	background-position:top center;
	background-repeat:no-repeat;
	height:400px; 
	margin:35px 0px 0px 0px;
	width:740px;
	padding:0px 10px;
}

a.startblock {
	width:180px;
	margin:0px 0px 0px 35px;
	padding:25px 10px 0px 10px;
	text-align:center;
	font-size:16px;
	float:left;
	font-weight:bold;
	color:#68696C;
	display:inline;
	text-decoration:none;
	height:359px;
}

a.startblock span {
	color:black;
	font-size:12px;
	font-weight:normal;
}

h1 {
	color:black;
	font-size:16px;
	margin:0px 0px 10px 0px;	
	font-weight:bold;
}

h2 {
	color:black;
	font-size:12px;
	margin:0px 0px 5px 0px;	
	font-weight:bold;	
}

/*
	MAINMENU
*/

div#mainmenu {
	display:block;
	width:700px;
	margin:0px 0px 20px 30px;
	clear:both;
	padding:2px 0px 2px 0px;
	border-top:1px solid #68696C;
	border-right:1px solid #68696C;
	text-align:left;
}

div#mainmenu a.mm {
	padding:2px 14px 2px 15px;
	font-size:12px;
	color:#68696C;
	text-decoration:none;
	border-left:1px solid #68696C;
	border-top:0px dotted #68696C;	
}

div#mainmenu a.mm_r {
	padding:2px 11px 2px 13px;
	font-size:12px;
	color:#68696C;
	text-decoration:none;
	border-left:1px solid #68696C;
	border-top:0px dotted #68696C;	
	border-right:0px dotted #68696C;		
}

div#mainmenu a.mm_h {
	padding:2px 11px 2px 14px;
	font-size:12px;
	color:black;
	text-decoration:none;
	border-left:1px solid #68696C;
	border-top:1px solid #68696C;	
}

div#mainmenu a.mm:hover, div#mainmenu a.mm_r:hover, div#mainmenu a.mm_h:hover {
	color:#D2222A;
	text-decoration:none;
}

a#languageswitch {
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:298px;
	float:right;
	padding:4px 8px; 
	font-size:12px;
	color:#68696C;
	text-decoration:none;
/*	border-bottom:1px dotted #68696C;	
	border-right:1px solid #68696C;
	border-left:1px dotted #68696C;	*/
	z-index:1000;
}

a#languageswitch img {
	border:none;
}

/*
	MAINTEXT
*/

div#maintext {
	width:700px;
	padding-right:10px;
	margin:10px 30px;
	clear:none;
	float:left;
}

div#maintext p {
	color:black;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	margin:0px;
	padding:0px;
}

div#maintext p small {
	color:#808080;
}

/*
	INLINE IMAGE BLOCK
*/
span.inlineimage_right {
	display:block;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:200px;
	float:right;
	padding:5px 0px 10px 10px;
	margin:0px 0px 15px 10px;
	text-align:center;
}

span.inlineimage_left {
	display:block;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:200px;
	float:left;
	padding:5px 10px 10px 0px;	
	margin:0px 10px 15px 0px;	
	text-align:center;
}

span.inlineimage_left_double {
	display:block;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:left;
	padding:5px 10px 10px 0px;	
	margin:0px 10px 15px 0px;	
	text-align:center;
}

span.inlineimage_right_double {
	display:block;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:right;
	padding:5px 0px 10px 10px;
	margin:0px 0px 5px 10px;
	text-align:center;
}

span.inlineimage_left_100 {
	display:block;
	width:99px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:left;
	padding:5px 10px 10px 0px;	
	margin:0px 8px 15px 0px;	
	text-align:center;
}

span.inlineimage_right_100 {
	display:block;
	width:99px;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	float:right;
	padding:5px 10px 10px 0px;	
	margin:0px 0px 15px 0px;	
	text-align:center;
}

span.inlineimage_center {
	display:block;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	width:200px;
	padding:5px 10px 10px 10px;	
	margin:auto;	
	text-align:center;
	clear:none;
}

span.inlineimage_left_152 {
	display:block;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:156px;
	float:left;
	padding:5px 10px 10px 0px;	
	margin:0px 10px 15px 0px;	
	text-align:center;
}

span.inlineimage_right_152 {
	display:block;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	width:157px;
	float:left;
	padding:5px 10px 10px 0px;	
	margin:0px 0px 15px 0px;	
	text-align:center;
}

span.uber {
	color:#D2222A;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

span.norm {
	color:black;
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

span.sub {
	color:#68696C;
	font-size:12px;
	font-weight:normal;
	margin:0px;
}

p a, a img  {
	border:none;
	text-decoration:underline;
	color:black;
}

img.lupe {
	float:right;
	margin:3px 0px;
}

p.center {
	margin:auto;
	text-align:center;
	padding:0px;
}

table.events {
	width:50%;
	float:right;
}

table.events td, table.events tr {
	margin:0px;
	padding:5px;
	vertical-align:top;
}

table.events td.time {
	white-space: nowrap;
}

table.events tr.odd{
	background-color:#eeeeee;
}

table.events tr.even{
	background-color:#ffffff;
}

table a {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

img.footlogo {
	border:none;
	padding:0px 2px 0px 2px;
}

hr {
	border-width:1px 0px 0px 0px;
	border-color:#dddddd;
	border-style:dotted;
	height:1px;
}

span a {
	text-decoration:none;
}
