@charset "UTF-8";

html {
	background: url('../img/background.png') top left repeat;
	}
	
body {
	background: url('../img/background_yellow_transition.png') top left repeat-x;
	min-height: 327px;
	
	font-family: "Arial", sans-serif;
	font-size: 13px;
		
	margin: 0px;
	padding: 0px;
	}

h1, h2, h3, h4 {
	font-family: "Georgia", serif;
	
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	
	border-bottom: 2px solid #d2d213;
	margin-bottom: 0.5em;
	}
	
h2 {
	font-size: 1.3em;
	font-weight: bold;
	
	margin: 1em 0em 0.5em;
	}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 1em;
	}
	
a img {
	border: none;
	}
	
.clear {
	clear: both;
	}
	
/****************************** main ****************************/

#main {
	width: 901px;
	margin: 0px auto;
	padding-top: 1em;
	}
	
#IE6warn {
	padding: 0em 1em 1em 1em;
	margin-bottom: 1em;
	font-weight: bold;
	color: red;
	background-color: #fcc;
	border: 2px solid #f88;
	position: relative;
	}

	#IE6warn p {
		margin-left: 40px;
		}
		
	#IE6warn .warn {
		display: block;
		width: 32px;
		height: 32px;
	
		position: absolute;
		top: 40px;
		left: 0px;
		background: url('../img/ie6warn.gif') top left no-repeat;
		}
	
/************************** top Stripe **************************/

#topStripe {
	position: relative;
	height: 211px;
	background: url('../img/top_stripe_background.jpg') left 12px no-repeat;
	}
	
	#topStripe .top {
		height: 12px;
		background: url('../img/top_stripe_top.png') left top no-repeat;
		}
	
	#topStripe .logo {
		width: 200px;
		height: 184px;
		
		background: url('../img/top_logo.png');
		
		position: absolute;
		top: 0px;
		left: 350px;
		
		text-decoration: none;
		}
		
	#topStripe .elite {
		width: 302px;
		height: 80px;
		
		background: url('../img/top_elite.png');
		
		position: absolute;
		top: 65px;
		left: 10px;
		
		text-decoration: none;
		}
		
	#topStripe .picture {
		height: 211px;
		
		position: absolute;
		top: 1px;
		right: 5px;
		
		text-decoration: none;
		}
		
		#topStripe .picture .clip {
			width: 37px;
			height: 61px;
		
			background: url('../img/top_clip.png');
		
			position: absolute;
			top: -8px;
			left: 150px;
			}
			
/****************************** main menu ****************************/

#mainMenu {
	position: absolute;
	bottom: 0px;

	margin: 0px;
	padding: 0px;
			
	width: 100%;
	text-align: center;
			
	list-style-type: none;
	border-bottom: 4px solid #d2d213;
			
	white-space: nowrap;
	}
	
	#mainMenu li {
		display: inline;
		padding: 0px;
	
		white-space: nowrap;
		overflow: hidden;
		}
	
	#mainMenu li a {
		display: inline-block;
		width: 128px;
		height: 28px;
		line-height: 24px;
				
		position: relative;
		top: 4px;
		
		background: url('../img/menu_background.png') top left no-repeat;
		
		text-decoration: none;
		text-align: center;
		
		font-family: "Arial", sans-serif;
		font-weight: bold;
		font-size: 14px;
		color: white;
		}
		
		#mainMenu li a.active {
			color: black;
			background: url('../img/menu_active_background.png');
			}
		
		#mainMenu li a:hover {
			text-decoration: underline;
			}
			
/****************************** content ****************************/

#contentWrapperWrapper {
	color: #303030;
	}

	#contentWrapperWrapper .footer {
		clear: both;
		}
		
		#contentWrapperWrapper .footer .left {
			float: left;
			width: 200px;
			height: 10px;
			background: url('../img/content_footer_left.png') left top no-repeat;
			}

			#contentWrapperWrapper.sub .footer .left {
				background: url('../img/content_footer_left_sub.png') left top no-repeat;
				}
		
		#contentWrapperWrapper .footer .right {
			float: right;
			width: 200px;
			height: 10px;
			background: url('../img/content_footer_right.png') left top no-repeat;
			}

		#contentWrapperWrapper .footer .middle {
			margin: 0px 200px;
			height: 10px;
			background-color: white;
			}
			
#contentWrapper {
	overflow: hidden;
	background-color: white;
	position: relative;
	}
	
	#contentBackground {
		background: url('../img/bglogo.png') repeat-y center top;
		opacity: 0.05;
	
		width: 100%;
		height: 100%;
	
		position: absolute;
		left: 0px;
		z-index: 0;
		}

#content {
	min-height: 150px;
	background: url('../img/content_transition.png') top left repeat-x;
	margin-right: 200px;
	padding: 1em 0em 1em 10px;
	position: relative;
	}
			
	#contentWrapperWrapper.sub #content {
		margin-left: 200px;
		}

/************************** submenu style *************************/

#subMenu {
	float: left;
	width: 180px;
		
	margin-bottom: -32767px;
	padding: 1em 7px 32767px 10px;

	border-right: 3px solid #f3f3c4;
		
	background-color: #fcffcc;
		
	font-size: 0.9em;
	position: relative;
	}
		
	#subMenu img {
		border: 1px solid #666;
		}

	#subMenu p.heading {
		padding: 9px 0px 0px;
		font-family: "Arial", sans-serif;
		
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		color: #303030;
		}

	#subMenu a {
		text-decoration: none;
		color: #303030;
		}
		
	#subMenu ul {
		margin: 0px;
		padding: 1em 0px;
		list-style-type: none;
		
		border-top: 1px solid #d2d213;
		border-bottom: 1px solid #d2d213;
		
		line-height: 1.8em;
		text-transform: uppercase;
		font-weight: bold;
		}
		
		#subMenu ul ul {
			border: none;
			padding: 0px 0px 1em 2em;
		
			text-transform: none;
			font-weight: normal;
			}
		
	#subMenu a:hover {
		text-decoration: underline;
		}
	
	#subMenu .target a {
		color: #002e6b;
		font-weight: bold;
		text-decoration: underline;
		}
		
			#subMenu .target li a {
				color: #303030;
				font-weight: normal;
				text-decoration: none;
				}
				
/************************** right column **************************/

#rightColumn {
	min-height: 150px;
	background: url('../img/content_transition.png') top left repeat-x;
		
	float: right;
	width: 180px;
	padding: 1em 10px;
		
	font-size: 0.9em;
	position: relative;
	}

	#rightColumn .window {
		margin-bottom: 1em;
		}
		
		#rightColumn .window p.heading {
			padding: 0px;
		
			font-family: "Arial", sans-serif;
			font-size: 13px;
			font-weight: bold;
		
			text-align: center;
		
			height: 24px;
			line-height: 24px;
		
			background: url('../img/right_window_header.png') top left no-repeat;
			}
	
			#rightColumn .window p.heading a {
				color: #303030;
				}
				
				#rightColumn .window p.heading a:hover {
					text-decoration: none;
					}
					
		#rightColumn .window .content {
			background-color: #fcffcc;
			border: 2px solid #f3f3c4;
			padding: 0.5em 8px;
			}
		
	#rightColumn .partners .content p {
		text-align: center;
		padding: 0px;
			
		color: #606060;
		}

	#rightColumn .program .content ul {
		list-style-type: square;
		margin: 0px;
		padding: 0px 2em;
		color: #888;
		}
		
	#rightColumn .program .content p {
		padding: 0px;
		color: #333;
		}
	
		#rightColumn .program .content p.header {
			font-weight: bold;
			padding-bottom: 1em;
			}
			
			#rightColumn .program .content p.vs {
				padding-left: 1em;
				padding-bottom: 1em;
				}
				
/****************************** footer ****************************/

#footer p {
	font-size: 0.8em;
	font-weight: bold;
		
	padding: 0.5em 0em;
	
	text-align: center;
	}

#footer, #footer a {
	color: #909090;
	}

/************************* aktuality ************************/

#contentStyle .annotation {
	font-style: italic;
	}

	#contentStyle p {
		padding-top: 1em;
		padding-bottom: 0em;
				
		text-align: justify;
		}
		
	#contentStyle img {
		border: 1px solid #666;
		}
		
	#contentStyle a {
		color: #002e6b;
		}
	
		#contentStyle a:hover {
			text-decoration: none;
			}
	
	#contentStyle table {
		margin: 1em auto;
		border-collapse: collapse;
		border: 1px solid #ccc;
		}

		#contentStyle table td, #contentStyle table th {
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #ccc;
			padding: 0.5em;
			}
			
		#contentStyle table th {
			text-align: left;
			white-space: nowrap;
			padding-right: 1em;
			
			background-color: #faffcc;
			}			

