/* Allgemeine Stile */

html {
	height:100%;
}

body {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:80%;
	height:100%;
	margin:0%;
	padding:0%;
	color:#001342;

	background-image:url('images/background_content.jpg');
	background-position:top left;
	background-repeat:repeat-y;
}

div, p, span, table, tr, th, td {
	font-size:1em;
}

a {
	color:#0C2C96;
	font-weight:bold;
}

#containerLeft a, #containerFoot a {
	color:#ff8813;
	font-weight:bold;
	text-decoration:none;
}

a img  {
	border:0px;
}

/* Seitenstruktur */
.classBody {
	background-image:url('images/background.jpg');
	background-position:top left;
	background-repeat:repeat-y;
}

#containerFrame {
	position:relative;

	min-height:100%; /* Moderne Browser */
	height:auto !important; /* Moderne Browser */
	height:100%; /* IE */

	padding-left:150px;
}

#containerHead {
	height:150px;
	
	padding-left:60px;
	padding-top:5px;

	background-color:#ff8813;
	background-image:url('images/background_header.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
}

#containerMenu {
	height:28px;

	padding-left:15px;

	line-height:28px;
	letter-spacing:0.1em;
	
	background-color:#ff8813;
	background-image:url('images/background_menu.jpg');
	background-repeat:repeat-x;
	
	border-top:1px solid #e39140;
	border-bottom:3px solid #001342;
}

#containerContentFrame {
	min-width:100%;
}

#containerContent {
	position:relative;
	min-height:100%; /* Moderne Browser */
	height:auto !important; /* Moderne Browser */
	height:100%; /* IE 6 */
	width:auto;

	padding:15px;
	float:right;
}

#containerLeft {
	float:left;

	min-height:100%; /* Moderne Browser */
	height:auto !important; /* Moderne Browser */
	height:100%; /* IE 6 */
	width:140px;

	padding:5px;
	padding-top:200px;
	
	margin-left:-150px !important; /* Moderne Browser */
	margin-left:-75px; /* IE 6 */

	margin-top:-190px;

	background-image:url('images/background_level.jpg');
	background-position:top left;
	background-repeat:no-repeat;

	color:#fff;	
}

#containerFoot {
	position:relative;
	height:20px;
	clear:both;
	
	margin-top:-20px;
	margin-left:150px;
	padding-left:15px;
	padding-right:15px;
	
	background:#001342;
	color:#fff;
	
	line-height:20px;
	letter-spacing:0.1em;
	font-size:0.85em;
	
	border-top:1px solid #fff;
}

.pad {
	height:25px;
}

/* Menü-Stile */

#containerMenu ul {
	list-style:none;
	margin:0px;
}

#containerMenu li {
	display:inline;
}

#containerMenu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	margin-right:1px;
	
	color:#001342;

	text-decoration:none;
}

#containerMenu a:hover {
	color:#fff;
	background-color:#5D74C3;

	background-image:url('images/background_menu_active.jpg');
	background-position:left;
	background-repeat:repeat-x;
}

#containerMenu a.activeMenu {
	color:#fff;
	background-color:#5D74C3;

	background-image:url('images/background_menu_active.jpg');
	background-position:left;
	background-repeat:repeat-x;
}

/* Template-Stile */

.tplTable {
	width:100%;
}

.tplTableHeadline, .tplTableArticleHeadline {
	font-size:1.3em;
	font-weight:bold;
	
	border-bottom:1px solid #001342;
}

.tplTableArticleSubHeadline {
	font-weight:bold;

	border-bottom:1px solid #001342;
}

.tplTableData {
	padding-top:10px;
}

.tplTableNav {
	text-align:right;
	font-size:0.85em;
}

/* Temine-Templates */

.tplTableEvents {
	width:100%;
	margin-bottom:20px;
}

.tplTableEventsHeadline, .tplTableEventsArticleHeadline {
	padding:3px;

	font-size:1.3em;
	font-weight:bold;
	
	border-bottom:1px solid #001342;
}

.tplTableEventsArticleSubHeadline {
	font-weight:bold;
	
	padding:3px;

	border-bottom:1px solid #001342;
}

.tplTableEventsData {
	padding:3px;

	padding-top:10px;

	border-bottom:1px solid #aaa;
}

.tplTableEventsNav {
	text-align:right;
	font-size:0.85em;
}

/* Termine Details */
.containerEvents {
	position:relative;
	min-width:100%;
	width:100%;
}

#containerEventsYears {
	list-style:none;
	margin:0;
	padding-bottom:10px;
}

#containerEventsYears li {
	display:inline;
	padding:5px;
}

.containerEventsHeadline {
	padding:3px;

	font-size:1.3em;
	font-weight:bold;
	
	border-bottom:1px solid #001342;
}

.containerEventsDetail {
	float:left;

	min-width:49%;
	width:49%;
	
	padding:3px;
	padding-top:10px;
}

.containerEventsDetailHeadline {
	font-weight:bold;
	
	border-bottom:1px solid #aaa;
	
	text-transform:uppercase;
}

.containerEventsDetailData {
	padding-top:5px;
	padding-bottom:20px;
}

.containerEventsDetailData img {
	display:block;
	padding-top:5px;
}

.containerEventsFormData input {
	border:1px solid #000;
	
	width:300px;
}

.containerEventsFormData textarea {
	border:1px solid #000;
	width:300px;
	height:50px;
}

.containerEventsForm {
	clear:both;
}

.containerEventsNav {
	clear:both;

	text-align:right;
	font-size:0.85em;
	
	border-top:1px dotted #001342;
}