/* src-style.css */
/* Version: 1.1.1.6 */

/**
 *
 *	§1	DEFAULTS
 *	§1.1	reset
 *	§1.2	tools
 *	§1.3	typography
 *	§2	GLOBAL
 *	§3	MODULES
 *	... CHAOS - put new stuff here
 */

/* COLOR REFERENCE
 *	#009dea primary color   - blue
 *	#666    secondary color - grey
 */

/* @group §1 DEFAULTS 
 *********************************************************/

/* @group §1.1	reset
 *
 *	basierend auf dem CSS reset von Eric Meyer
 *	@see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 			0;
	padding: 			0;
	border: 			0;
	outline: 			0;
	font-weight: 		normal;
	font-style: 		normal;
	font-size: 			100%;
	font-family: 		inherit;
	vertical-align: 	baseline;
}
:focus {
	outline: 			0;
}
ol, ul {
	list-style: 		none;
}
table {
	border-collapse: 	collapse;
	border-spacing: 	0;
}
caption, th, td {
	text-align: 		left;
	font-weight: 		normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
strong {
	font-weight: bold;
}
img {
	vertical-align: middle;
}
a img {
  border: 0;
}
/* @end reset **/

/* @group §1.2	Tools
 */
.hide {
	position: 			absolute !important; 
	left:				-9999px !important; 
}
.hide-text {
	text-indent: 		-9999px;
}
/* Clear Floated Elements */

.clear {
	clear: both;
}

/* clearfix */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* Clearen per Overflow */
.floatbox { overflow:hidden; }

/* .floatbox-Anpassung fuer IE6 */
* html .floatbox {width:100%;}
/* @end Tools **/


/* @group §1.3 typography
 */
body {
	font-family: "Verdana";
	
	font-size: 12px;
	font-weight: 20px;
  	margin:         0 0 0;
}
a { 
  color:            #084878;
}
a:visited {
  color:            #414141;
}
a:focus,
a:hover {
  color:            #fabb00;
}
/* @end typography */


/* @end DEFAULTS ****************************************/


/* @group §2 STRUCTURE 
 *********************************************************/
body {
  background:       #CDDBE6 url(../img/bg.png) repeat-x;
  
}

#page {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

#header {
  height:           115px;
  background:       #CDDBE6 url(../img/header_bg.png) repeat-x;
}
#header h1,
#header h1 a {
  width:            159px;
  height:           77px;
}
#header h1 {
  position:         absolute;
  top:              11px;
  left:             20px;
  
}
#header h1 a {
  display:          block;
  text-indent:      -9999px;
  /* background is declared dynamic in HTML-Element-Style */
  /*background:       url(../img/logo.png) no-repeat;*/ 
}
#header .nav {
  position:         absolute;
  top:              90px;
  left:             21px;
  font-size:        10px;
  line-height:      23px;
}
#header .nav li {
  display:          inline;
}
#header .nav a {
  color:            #FFF;
  text-decoration:  none;
  text-transform:   uppercase;
  font-weight:      bold;
  
  padding:          0 17px 0 0;
  
}
#header .nav a:focus,
#header .nav a:hover {
  color:            #DDD;
}
#header .nav .active a {
  color:            #fabb00;
  cursor:           default;
}

#header .meta {
  position:         absolute;
  top:              8px;
  right:            13px;
}

#header .meta li {
  display:          inline;
}

#header .meta p,
#header .meta a {
  font-size:        10px;
  color:            #FFF;
  white-space:      nowrap;
  color:            #FFF;  
  text-decoration:  none;
}

#search {
  position:         absolute;
  top:              26px;
  right:            13px;
  vertical-align:   top;
}

#search label {
  position:         absolute;
  left:             -9999px;
}
#search input {
  border:           0;
  background:       #FFF;
  width:            220px;
  height:           16px;
  font-size:        12px;
  
  
  padding:          4px 3px;
  vertical-align:   top;
}

#search input.labeled {
  color:            #ccdbe5;
  
}
#search button {
  text-indent:      -9999px;
  background:       #FFF url(../img/search_go.png) 50% 50% no-repeat;
  padding:          0;
  width:            20px;
  height:           24px;
  border:           0;
  margin:           0;
  vertical-align:   top;
}
* html #search input {
  position:         relative;
  top:              -1px;
  left:             -4px;
}

#main {
  background:       #FFF;
  border-bottom:    8px solid #6280a3;
}
#main #submenu {
  float:            left;
  width:            165px;
  padding:          34px 20px;
}
#main #submenu h2 {
  color:            #084878;
  font-size:        18px;
}

#main #submenu ul {
  font-size:        10px;
  color:            #fbbb00;
  margin:           12px;
  
  list-style:       square;
}
#main #submenu li {
  padding:          0 0 2px;  
}
#main #submenu a {
  color:            #000;
  text-decoration:  none;
}
#main #submenu a:focus,
#main #submenu a:hover {
  text-decoration:  underline;
}
#main #submenu .active a {
  font-weight:      bold;
  text-decoration:  none;
  cursor:           default;
}
#main #content {
  float:            left;
  width:            520px;
  padding:          34px 0 10px;
  position:         relative;
}

.defaultSkin .mceMenu .mce_h3 span.mceText,
h3,
#main #content h3 {
  color:            #084878;
  font-size:        18px;
  font-weight:      bold;
  padding:          0 0 10px;
}

.defaultSkin .mceMenu .mce_h4 span.mceText,
h4,
#main #content h4,
#main #content p {
  padding:          0 0 10px;
  line-height:      18px;
  
}

.defaultSkin .mceMenu .mce_h4 span.mceText,
h4,
#main #content h4,
h4 a {
  font-weight:      bold;
  font-size: 		12px;
}

.defaultSkin .mceMenu  .mce_h5 span.mceText,
h5,
#main #content h5 {
  color:            #084878;
  font-size:        18px;
  line-height: 		18px;
  font-weight:      normal;
  padding:          0 0 15px;
}

#main #content .breadcrumbs {
  position:         absolute;
  top:              10px;
  left:             0;
  width:            100%;
  white-space:      nowrap;
  color:            #414141;
  font-size:        10px;
  
}
#sidebar {
  margin:           0 17px 0 0;
  float:            right;
  display:          inline;
  width:            210px;
  
  
  padding:          70px 0 0;
  overflow:         hidden;
}

#sidebar .box {
  padding:          6px 12px 30px;
  margin:           0 0 3px;
  
  background:       #d5ecf2;
  font-size:        10px;
}
#sidebar .box h4,
#sidebar .box img {
  font-size:        12px;
  padding:          0 0 5px;
}
#sidebar .box p {
  line-height:      13px;
}

#sidebar .box dl {
  line-height:      15px;
  
}


#footer {
  position:         relative;
  top:              -8px;
  
  height:           25px;
  background:       #6280A4;
  color:            #FFF;
  font-size:        10px;
  line-height:      24px;
  padding:          0 20px;
}

#footer p {
  white-space:      nowrap;
  overflow:         hidden;
}
#footer .ticker {
  float:            left;
  width:            550px;
}
#footer .long {
	width: 			900px;
}
#footer .info {
  margin-left:      550px;
}
/* @end STRUCTURE ****************************************/



/* @group §3 MODULES 
 *********************************************************/

/* @group canvas
 */
#canvas {
  position:         relative;
  
  width:            970px;
  height:           510px;
  /*background:       url(../img/canvas_homepage.jpg) no-repeat;*/ 
}
#canvas h2 {
  position:         absolute;
  left:             19px;
  bottom:           17px;
  color:            #FFF;
  font-size:        36px;
  line-height:      36px;
  
  width:            460px;
  
}

#canvas h2 strong {
  display:          block;
}
#canvas #teasers {
  position:         absolute;
  right:            3px;
  bottom:           3px;
  width:            400px;
}
#canvas #teasers div {
  padding:          6px 6px 6px 12px;
  margin:           0 0 3px;
  
  background:       url(../img/teaser_bg.png);
  font-size:        10px;
}

#canvas #teasers div.with-image-sep {
  background:       url(../img/teaser_bg_sep.png) repeat-y;
}
#canvas #teasers div.image {
  margin-left:      263px;
  padding:          6px;
}

#canvas #teasers .dates dt {
  float:            left;
  width:            125px;
  white-space:      nowrap;
  overflow:         hidden;
}
#canvas #teasers .dates dd {
  margin-left:      130px; 
  line-height:      14px;
}
#canvas #teasers h3 {
  font-size:        12px;
  padding:          3px 0 5px;
}
#canvas #teasers h3 a {
  color:            #084878;
  font-weight:      bold;
  font-size:        12px;
  padding:          3px 0 5px;
}

#canvas #teasers p {
  line-height:      14px;
  
}
#canvas #teasers .image {
float:            right;
margin:           0 0 6px 6px;
}
/* @end canvas */

dl.image dt{
  padding:          0 0 5px;
}

.gallery {
  margin:           10px 0;
  position:         relative;
  font-size:        10px;
}
.gallery dt {
  width:            100%;
  overflow:         hidden;
}
.gallery dt img {
  width:            100%;
  height:           auto;
}
.gallery dd {
  padding:          5px 100px 5px 5px;
  background:       #eee;
}
.gallery .nav {
  position:         relative;
  float:            right;
  padding:          5px;
  top:              -23px;
}
.gallery .nav a {
  color:            #084878;
  
}
/* @end MODULES ****************************************/



/* Add new stuff here
 *********************************************************/

/* Newsmodul */
#main #content .date {
	font-size: 10px;
	float: right;
}
 
/* Forms */
.formModul {
	margin: 0 0 10px 0;
}

.formModul p.danke {
	font-weight: bold;
	color: #084878;
}

ul.form li, .formModul li {
	margin-bottom: 10px;	
}

ul.form label, .formModul label {
	display: block;
	float: left;
	width: 110px;
	
	color: #6280A4;
	font-weight: bold;
	font-size: 11px;
}

#main #content ul.form input.date, #main #content .formModul input.date { /* hack because of form specifications */
  float: none;
  font-size: 12px;
}

ul.form input.text, .formModul input.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 395px;
}

.formModul textarea.text {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-family: Verdana, Arial, Sans-Serif;
	height: 20px;
	padding: 4px 5px 0;
	color: #666;
	width: 395px;
	height: 100px;
}

.formModul label.alert {
	color: red;
	float: none;
	font-size: 10px;
	font-weight: bold;
	margin-left: 110px;
	width: 300px;
}

.formModul h2.alert-main {
	color: red;
	margin-bottom: 5px;
}

.formModul ul.radio, .formModul ul.radio li {
	width: 410px;
	float: right;
}

.formModul ul.radio input.radio, .formModul ul.radio li input.radio {
	margin: 0 7px 0 0;
}

.formModul ul.radio input.checkbox, .formModul ul.radio li input.checkbox {
	margin: 0 7px 0 0;
}

.button, .button:visited {
	border: 0;
	background: #084878 url(/img/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.button:hover					{ background-color: #012542; color: #fff; }
.button:active					{ top: 1px; }
.button, .button:visited 		{ font-size: 10px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }

.button.small {
	font-size: 9px;
}

.button.margin {
	margin: 15px 0;
}


/* downloads */
.downloads {
	margin: 0 0 10px 0;
}

.downloads img {
	margin: 0 5px 8px 0;
}



/* dhonishow */

.dhonishow {
	overflow: hidden;
	width: 520px;
	font-family: Verdana, sans-serif;
}           

.dhonishow * {
	padding:  0;
	margin: 0;
	border:  none;
	list-style: none;
}                  

#content ul.dhonishow-image {
	overflow: hidden;
	height: 250px;
	width: 520px;
  text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#content ul.dhonishow-image img {
	width: 520px;
}  

.dhonishow-image li {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
}


.dhonishow-navi {
	text-align: left;  
	margin-bottom: 2px;
	color: #272727;
	overflow: hidden;
	width: 520px;
	padding: 0 0 5px 0;
}
                  
.dhonishow-navi p.dhonishow-picture-alt {
	text-align: left;
	font-size: 11px;
	line-height: 20px;
	display: block;
	margin-bottom: 5px;
	background: #eee;
	padding: 2px 6px;
	width: 520px;
}          


.dhonishow-navi p {
	display: inline;
}

.dhonishow-navi a img{
	vertical-align: middle;
}

.dhonishow-navi a:hover {
	cursor: pointer;
}


.dhonishow-navi .paging {
	font-size: 11px;
	line-height:  20px;
	margin: 0 5px;
}


/* PeopleModule */

#main #content .peopleModule p.position {
	padding: 0;
	font-size: 10px;
}

#content .peopleModule img {
	float: left;
	margin: 0 20px 10px 0;
}

#content .peopleModule .quote blockquote{
	text-indent: -8px;
	float: left;
	font-size: 14px;
	color: #3d3d3d;
}

#content .peopleModule .quote p {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #3d3d3d;
}

#main #content .peopleModule p.kontakt {
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	color: #3d3d3d;	
}


/* Events */
#main #content table.events {
	width: 520px;
	margin-bottom: 40px;
}

#main #content table.events tr th {
	font-size: 14px;
	padding: 0 0 10px;
}

#main #content table.events tr td {
	padding: 4px 0 4px;
	border-top: 1px solid #eee;
}

#main #content table.events tr th.date {
	width: 90px;
	float: none;
}
#main #content table.events tr th.time {
	width: 80px;
}

/* Twitter */

#main #content ul.tweets li {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

#main #content ul.tweets li.last {
	border: none;
}

#main #content ul.tweets li span.date {
	float: none;
}

#main #content ul.tweets li blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 14px;
	line-height: 20px;
}

#teasers ul.tweets li,
.box ul.tweets li {
	margin-bottom: 5px;
}

#teasers ul.tweets li span.date,
.box ul.tweets li span.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 11px;
	font-style: italic;
}

#teasers ul.tweets li blockquote,
.box ul.tweets li blockquote {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -5px;
	font-size: 10px;
	line-height: 12px;
}



/* News */

#main #content div.news {
	margin-bottom: 30px;
}


/* Suche */
#main #content ul.search {
	
}

#main #content ul.search li {
	margin-bottom: 20px;
}

#main #content ul.search li p {
	padding: 0;
}

#main #content ul.search li small {
	font-size: 10px;
	color: #aaa;
}

#main #content ul.search li h2 {
  color:            #084878;
  font-size:        18px;
}

/* END Suche */

/** facebook_likeTeaer **/
div.facebook_likeTeaser {
  margin-top: -30px;
}

div.facebook_likeTeaser_index {
  float: right;
  margin-top: -55px;
  width: 260px;
}
/** END facebook_likeTeaser **/
