/*########################### Menüs ###############################*/
@import url("menue.css");

/* Default "New Flavour" CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	text-align: center;
}
body, td, textarea, input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #838588;
}
td {
	vertical-align: top;
}

#Container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 600px;
	border: 1px solid #012140;
	text-align: left;
	background-image: url(../images/container_head_backgr.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFF;
}

#Head {
	position: relative;
	float: left;
	width: 800px;
	height: 27px;
}

#ThirdNavi {
	position: relative;
  float: right;
	height: 27px;
	width: 380px;
}

#Contentholder {
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	height: 487px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

#ContentLeft {
	position: relative;
	float: left;
	width: 760px;
	height: 448px;
	padding: 0px 0px 0px 40px;
	margin: 36px 0 0 0px;
	overflow: hidden;
}

#ContentLeftScroll {
	position: relative;
	top: 0px;
	width: 720px;
	margin: 0px 0 0 0px;
	padding: 40px 0 0px 0px;
	overflow: hidden;
	visibility: visible;
	text-align: justify;
}

#ContentLeftScroll .imageHolder img {
	padding:2px;
	border: 1px solid #03274B;
	background-color: #FFFFFF;
}
#ContentLeftScroll .imageHolder {
	margin: 2px;
	width: 140px;
	float: left;
	text-align: center;
}
#ContentLeftScroll .mgGalMgrBut {
	
}
#ContentRight {
	position: relative;
	float: right;
	width: 380px;
	height: 487px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 0px;
	text-align: left;
	/* background-image wird über Template Variable vergeben */
	background-position: top right;
	background-repeat: no-repeat;
}

#ContentRightContent {
	position: relative;
	float: right;
	width: 330px;
	height: 345px;
	margin: 106px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
	overflow: hidden;
	text-align: left;
}

#ContentRightScroll {
	position: relative;
	top: 0px;
	width: 325px;
	margin: 0px 0 0 0px;
	padding: 20px 0 40px 0px;
	overflow: hidden;
	visibility: visible;
	text-align: justify;
}

#FirstNavi { /* weitere Angaben in externer Datei "menue.css" */
	position: relative;
	clear: both;
	float: left;
	width: 800px;
	height: 86px;
	background-image: url(../images/menue_backgr.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
#divUpControl {
	position:absolute;
	width: 20px;
	left: 765px;
	top: 45px;
	z-index:2;
	text-align: right;
	cursor:pointer;
}
#divUpControl img{
	margin-bottom: 5px;
}
#divDownControl {
	position: absolute;
	width: 20px;
	left: 765px;
	top: 440px;
	z-index: 2;
	text-align: right;
	cursor:pointer;
}
#divDownControl img{
	margin-top: 5px;
}
#divUpControl2 {
	position:absolute;
	width: 20px;
	left: 765px;
	top: 95px;
	z-index:2;
	text-align: right;
	cursor:pointer;
}
#divUpControl2 img{
	margin-bottom: 5px;
}
#divDownControl2 {
	position: absolute;
	width: 20px;
	left: 765px;
	top: 420px;
	z-index: 2;
	text-align: right;
	cursor:pointer;
}
#divDownControl2 img{
	margin-top: 5px;
}

b, strong, h1, h2, h3, h4, h5 {
	color: #2A4377;
}

h1, h2, h3, h4, h5 {
	margin: 10px 0px;
	padding: 0px;
}

a, a:hover, a:visited {
	color: #2A4377;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
}

h1, h2 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.3em;	
}
h3 {
	font-size: 1em;
	margin-bottom: 0px;
}
h4 {
	font-size: 0.9em;	
}

.unterstrich { border-bottom: 2px solid #2A4377; 
	margin: 14px 0px;}

.bl {background: url(../images/bl.gif) 0 100% no-repeat #000000; width: 20em}
.br {background: url(../images/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px; clear:both;}

input.short, select.short {
	width: 80px;
}
input.med, select.med {
	width: 120px;
}
input.long, select.long {
	width: 200px;
}

input.required, textarea.required {
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #C23720;
	color : #C23720;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #50A23E;
}

.validation-advice {
	margin: 1px 0 2px 0;
	padding: 4px;
	color : #C23720;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}

.custom-advice {
	margin: 1px 0 2px 0;
	padding: 4px;
	color : #C23720;
	font-weight: bold;
	font-size: 10px;
	background-color: #FFFFFF;
}

fieldset, label {
	margin: 0px;
	padding: 0px;
}
