html {
	height: 101%;
}
body {
	background-color: #222222;
	background-attachment: fixed;
	background-image: url('../graphics/background.png');
	background-repeat: repeat-x;
	background-position: 0% 0%;
	min-height: 101%;
	font-size: 100.01%;
	position: relative;
	top: 0;
	padding-top: 0px;
	margin-top: 0px;
}
#page {
	position: absolute;
	left: 50%;
	width: 730px;
	background-image: url('../graphics/drop_shadow.png');
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	padding-top: 0px;
	margin-left: -365px;
	max-width: none;
	min-width: 730px;
	max-height: none;
	min-height: none;
	}
#page_margins {
	position: relative;
	width: 710px;	
	clear:left;
	float: left;
	left: 50%;
	background:#222222 url('../graphics/header.png') no-repeat scroll center top;
	margin-left: -355px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	max-width: none;
	min-width: 710px;
	max-height: none;
	min-height: 130px;
	}
#page_margins_fr {
	position: relative;	
	width: 710px;
	clear:left;
	float: left;
	left: 50%;
	background:#222222 url('../graphics/header-fr.png') no-repeat scroll center top;	
	margin-left: -355px;		
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	max-width: none;
	min-width: 710px;
	max-height: none;
	min-height: 130px;
	}
#col1 {
	position: relative;
	float: right;
	background-color: #222222;
	width: 290px;
	margin: 30px 20px 30px 0;
	z-index: 2;
}
#col1_content {
	position: relative;
	float: right;
	margin: 37px 0 0 0;
}
#col2 {
	position: relative;
	float: left;
	background-color: #222222;
	width: 360px;
	margin: 30px 20px 30px 20px;
}
#col2_center {
	position: relative;
	float: left;
	background-color: #222222;
	width: 400px;
	margin: 30px 155px 30px 155px;
	padding: 0px;
}
#col2_wide {
	position: relative;
	float: left;
	width: 670px;
	margin: 30px 20px 30px 20px;
	}
#col2_gallery {
	position: relative;
	float: left;
	width: 670px;
	margin: 30px 20px 20px 20px;
	}
#col2_content {
	position: relative;
	margin: 0;
	}
#flags {
	position: relative;
	margin-top: 110px;
	height: 20px;
	}
#menu {
	position: relative;
	float: left;
	width: 710px;
	background-color: #222222;
	margin-top: 0px;
	height: 20px;
	}
#col3 {
	float:left;
	position: relative;
	width: 710px;
	height: 30px;
	margin-left: 10px;
	background-color: #222222;
	background-image:url('../graphics/bottom_border.jpg');
	background-repeat:no-repeat;
	z-index: 100;
	}
#col3fr {
	float:left;
	position: relative;
	width: 710px;
	height: 30px;
	margin-left: 0px;
	background-color: #222222;
	background-image:url('../graphics/bottom_border.jpg');
	background-repeat:no-repeat;
	z-index: 100;
	}
#col3fr-gal {
	float:left;
	position: relative;
	width: 710px;
	height: 30px;
	margin-left: 10px;
	background-color: #222222;
	background-image:url('../graphics/bottom_border.jpg');
	background-repeat:no-repeat;
	z-index: 100;
	}
img {
	border:none;
}
img.flag {
	border: 1px solid #666666;
	margin-left: 10px;
	}
	
img.Border {
	border: 1px solid #111111;
	padding: 7px;
	background-color:#333333;	
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #e35511;
	margin: 0 0 18px 0;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F39161;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
	border-bottom: 1px solid #f39161;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	margin-top: 12px;
	margin-bottom: 6px;
	margin-left: 0;
	text-align: left;
	border-bottom: 1px solid #999999;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 0px;
	color: #999999;
	text-align: left;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin: 18px 0 0 0;
	margin-bottom: 0pt;
	text-align: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #DDDDDD;
	margin: 6px 0 0 0;
	text-align: left;
}
p.noTop {
	margin-top: 0pt;
}
p.quote {
	margin: 10px 0 0 10px;
	}
p.zeitung {
	margin-top: 2px;
	margin-left: 30px;
	font-style: italic;
}
p.repList{
	line-height: 140%;
	margin: 0 0 0 0;
	}
p.noBottom {
	margin-bottom: 0;
	}
p.noBottomBold {
	font-size: 8pt;
	margin-bottom: 0;
	font-weight: bold;
	}
p.small {
	font-size: 8pt;
	margin-top: 3pt;
	}	
p.small2 {
	font-size: 10px;
	margin: 10px 0 5px 0;
	text-align:center;
	}
.hangingIndent {
	margin-left: 30px;
	text-indent: -30px;
}
.extraTop {
	margin-top: 18px;
	}
.extraBottom {
	margin-bottom: 12px;
	}
.heavier {
	font-weight: bold;
	margin: 20px 0 0 0;
	}
.bold {
	font-weight: bold;
	color:#B4B4B4;
	}
.menu {
	border-bottom: solid thin #ff3300;
	margin-top: 12px;
	margin-bottom: 0pt;
	line-height: 120%;
	text-align: right;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #888888;
	}
.clear {
	clear: both;
	margin: 0;
	}
.floatleft {
	float:left;
	margin: 0;
	padding-right: 15px;
	padding-bottom: 3px;
}
.floatright {
	float: right;
	margin: 0 0 0 20px;
	padding: 0px;
}
.breadcrumb {
	font-size: 12px;
	margin: 0 0 2px 16px;
	}
.indent {
	margin-left: 20px;
}
b {
	font-weight: bold;
}
p.agenda {
	font-size: 80%;
	font-weight: normal;
	color: #DDDDDD;
	margin: 3px 0 0 10px;
    line-height: 1.4; 
}
p.list1 {
	margin-bottom: 0pt;
}
p.list2 {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

p.list_end {
	margin-top: 0pt;
	margin-bottom: 0pt;
}

.oben {
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	text-align: right;
}
a.oben {
	font-weight: bold;
	color: #660000;
	text-decoration:underline;
}
a.oben:link {
	font-weight: bold;
	color: #990000;
}
a.oben:visited {
	font-weight: bold;
	color: #990000;
}
a.oben:hover {
	font-weight: bold;
	color: #333333;
}
a.oben:active {
	font-weight: bold;
	color: #660000;
}
a {
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}
a:link {
	font-weight: bold;
	color: #999999;
}
a:visited {
	font-weight: bold;
	color: #999999;
}
a:hover {
	font-weight: bold;
	color: #e35511;
}
a:active {
	font-weight: bold;
	color: #e35511;
}
