/**********************************************
*                                             *
*               general setings               *
*                                             *
**********************************************/
 
body {
	margin: 0px;
	background-color: white;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 14px;
	text-align: center;
}

#global {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	text-align: left;
}

@media print {
	body {
		font-size: 10pt;		
	}
	
	#global {
		width: 160mm;			
	}
}

div {
	padding: 0;
}

/**********************************************
*                                             *
*               banner and menu               *
*                                             *
**********************************************/

#menu {
	width: 100%;
	margin-top: 30px;
	border: 1px solid black;
}

@media print {
	#menu {
		display: none;
		visibility: hidden;
	}
}

#menuLine {
	border-top: 1px solid black;
	margin-top: 150px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#flags {
	width: 100px;
	float: right;
	text-align: right;
	padding: 0px 5px 0px 0px;
	height: 15px;
}

.menuItem {
	margin-left: 10px;
	margin-right: 5px;
}

#selectedItem {
	font-weight: bold;
}

.disabled {
	margin-top: 0px;
}

/**********************************************
*                                             *
*                 content area                *
*                                             *
**********************************************/

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid black;
}

#header {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	height: 94px;
}
	
#headline {
	padding-top: 0px;
	line-height: normal;
}

#advertisement {
	width: 200px;
	height: 94px;
	float: right;
	text-align: right;
}

#content {
	margin-top: 1em;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

#container .floatLeft {
	float: left;
	margin-right: 1em;
}

#advertisementPrinter {
	display: none;
	visibility: hidden;
}

@media print {
	#container {
		margin-top: 0px;
		padding-top: 0px;
		border: none;
	}
	
	#advertisementPrinter {
		display: block;
		visibility: visible;
	}
	
	#advertisementScreen {
		display: none;
		visibility: hidden;
	}
	
	#headline {
		width: 100%;
	}
}

/**********************************************
*                                             *
*                    footer                   *
*                                             *
**********************************************/

#footer {
	width: 100%;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 5px;
}

#imprint {
	width: 16em;
	float: right;
	text-align: right;
	padding: 0px 5px 0px 0px;
}

#footer_text {
	padding-left: 15px;
}

@media print {
	#footer {
		border: none;
	}
	
	#imprint {
		visibility: hidden;
	}
}

/**********************************************
*                                             *
*  format definitions used by image gallery   *
*                                             *
**********************************************/

.gallery {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

.imageLeft, .imageRight, .image {
	width: 360px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}

.imageLeft {
	text-align: left;
}

.imageRight {
	text-align: right;
}

.image {
	height: 720px;
}

/**********************************************
*                                             *
*   global class definitions sorted by name   *
*                                             *
**********************************************/

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
	padding-right: 5px;
}

/**********************************************
*                                             *
*  format definitions sorted by entity names  *
*                                             *
**********************************************/

a {
	text-decoration: none;
}

#headline h1 {
	text-align: left;
	margin-bottom: 0px;
}

@media print {
	#headline h1 {
		font-size: 16pt;
	}
}

#headline h2 {
	text-align: left;
	margin-top: 0px;
}

@media print {
	#headline h2 {
		font-size: 12pt;
	}
}

img {
  border: none;
}

input {
	width: 300px;
}

#container p {
	text-align: justify;
	margin-top: 1em;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

td {
	vertical-align: top;
	padding: 3px 20px 3px 0px;
	text-align: left;
	font-size: 14px;
}

.imprint td {
	padding-right: 4em;
}

th {
	padding: 3px 20px 3px 0px;
	border-bottom: 1px solid black;
	vertical-align: bottom;
	text-align: left;
	font-size: 14px;
}

.imprint th {
	padding-right: 4em;
}

textarea, #cmuntry {
	width: 300px;
}

