/*********************************************************************************

	Projekt		:	WSF-Flensburg
	Copyright	:	°° zweikreis.de

**********************************************************************************/


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }
legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

/* ### HTML ###################################################################### */
html {
	height: 100%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	background:#FFFFFF url(../pics/body_hint.jpg) no-repeat left bottom fixed;
	min-height: 100%;
	margin:3px 0 1px 0;
	}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {clear:both;}
.floatLeft { float:left; }
.floatRight { float:right; }
.warning { color:#f00; background: inherit; }

/*############################### Links ################################# */

#content a, 
#content a:link {
	color:#2A2C7C;
	text-decoration:underline;
}

#content a:hover {
	text-decoration: none;
	color:#B5BECE;
}

/* ### Hauptstruktur ############################################################ */
#website {
	display:block;
	width:990px;
	text-align:left;
	margin:0px auto;
}

#content {
	display:block;
	float:left;
	width:890px;
	padding:0px 50px 20px 50px;
	min-height:270px;
}

#head {
	display:block;
	float:left;
	width:990px;
	height:170px;
	background:url(../pics/head.jpg) no-repeat center top;
}

#logo{
	display:block;
	float:right;
	width:250px;
	height:90px;
	margin:20px 20px 30px 0;
}

#footer{
	display:block;
	float:left;
	width:980px;
	height:70px;
	margin-left:4px;
	border-top:1px solid #cccccc;
}

#zweikreis{
	display:block;
	float:right;
	width:230px;
	height:45px;
}

#impressum {
	display:block;
	float:left;
	padding:10px;
	color:#aaaaaa;
}

#impressum a,
#impressum a:link {
	color:#aaaaaa;
	text-decoration:underline;
}

#impressum a:hover {
	text-decoration:none;
}


/* ### nav1st - first level navigation ######################################## */

#nav {
	display:block;
	float:left;
	width:990px;
}

ul.nav1st { 
	display:block;
	float:left;
	margin-left:20px;
	font-size:1.1em;
	padding:0;
	border-right:1px solid #cccccc; 
}

ul.nav1st li {
	display: inline;
	float:left;
	border-left:1px solid #cccccc;
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	float:left;
	font-weight:bold;
	text-align:center;
	color:#161862;
	padding: 2px 12px 2px 12px;
}

ul.nav1st a:hover {
	color:#B5BECE;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link,
ul.nav1st li a.current:hover {
	color:#B5BECE;
}

/* ### nav2nd - second level navigation ######################################## */

.nav2 {
	display:block;
	float:left;
	width:990px;

}
ul.nav2nd { 
	display:block;
	float:left;
	margin:10px 20px;
	font-size:1.1em;
	padding:0;
	border-right:1px solid #cccccc; 
}

ul.nav2nd li {
	display: block;
	float:left;
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display: block;
	float:left;
	font-weight:normal;
	color:#0B3D58;
	padding: 2px 15px 2px 15px;
	border-left:1px solid #cccccc; 
}

ul.nav2nd a:hover {
	color:#AAC7D7;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link,
ul.nav2nd li.active a:hover {
	color:#AAC7D7;
}

/* ####### CONTENT  ############################################################# */


#content p {
	font-family: arial, verdana, sans;
	font-size:1.2em;
	margin-bottom: 1em;
	color:#545454;
	line-height:1.2em;
	letter-spacing:1px;
}

#content td {
	font-family: arial, verdana, sans;
	font-size:12px;
	color:#5C5C5C;
	line-height:1.2em;
	letter-spacing:1px;
}

#content td li,
#content td p  {
	font-size:12px;
}

#content ul {
	display:block;
	font-family: arial, verdana, sans;
	font-size:1.2em;
	margin-bottom: 10px;
	padding-left:10px;
	padding-right:20px;
	color:#000000;
	letter-spacing:1px;
}

#content ol {
	display:block;
	font-family: arial, verdana, sans;
	font-size:1.2em;
	margin-bottom: 10px;
	color:#000000;
	letter-spacing:1px;
}


#content ul li{
	display:block;
	padding-left:20px;
	margin-left:10px;
	padding-bottom:5px;
	background:url(../pics/listenpunkt.gif) no-repeat left top;
	line-height:1.1em;
}

#content ol li{
	padding-bottom:5px;
	list-style:decimal;
	line-height:1.1em;
}
	

#content h1 {
	font-family: arial, verdana, sans;
	font-size: 1.8em;
	font-weight:bold;
	display:block;
	margin-bottom:15px;	
	padding-top:15px;
	color:#313261;
}

#content h2 {
	font-family: verdana, arial, sans;
	font-size: 1.4em;
	color:#313261;
	font-weight:bold;
	display:block;
	margin-bottom:18px;	
	margin-top:28px;
}

#content h3 {
	font-family: verdana, arial, sans;
	font-size: 1.2em;
	color:#313261;
	font-weight:bold;
	display:block;
	margin-bottom:15px;	
	margin-top:25px;
}


/* ### Images ############################################################ */

#content .flLeft {
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
	padding:0px;
	background:#EAEAEA;
}

#content .flRight {
	display:block;
	float:right;
	margin:0px 0px 10px 20px;
	padding:0px 0 0 0 ;
	background:#EAEAEA;
}


#content .full {
	display:block;
	margin:0 0 10px 0;
	padding:0;
	background:#EAEAEA;
}

#content .flLeft p,
#content .flRight p,
#content .full p {
	margin:0 0 0 0;
	padding:4px 5px 3px 5px;
	font-size:1em;
	line-height:1.2em;
	text-align:left;
}



#content .flLeft p a,
#content .flRight p a,
#content .full p a,
#content .flLeft p a:link,
#content .flRight p a:link,
#content .full p a:link,
#content .flLeft p a:hover,
#content .flRight p a:hover,
#content .full p a:hover {
	text-decoration:none;
	color:#676748;
}

#ext-link {
	display:block;
	float:left;
	width:100%;
	padding:4px 0 6px 0;
	border-top:1px solid #C8C8C8;
	letter-spacing:1px;
}

#ext-link a,
#ext-link a:link{
	display:block;
	float:right;
	text-decoration:none;
	font-weight:bold;
	padding:5px 40px 5px 20px;	
	background:url(../pics/mehr.gif) no-repeat right top;
}

#ext-link a:hover{
	background:url(../pics/mehr.gif) no-repeat right -81px;
}


#download {
	display:block;
	float:left;
	width:100%;
	padding:4px 0 6px 0;
	border-top:1px solid #C8C8C8;
	letter-spacing:1px;
}

#download .links{
	display:block;
	float:right;
	text-align:right;
	padding:3px 10px;
	color:#999999;
	line-height:14px;
	
}

#download .links a,
#download .links a:link{
	text-decoration:none;
	font-weight:bold;
	padding-bottom:2px;
}

#download a:hover {
	color:#B5BECE;
}

#download .rechts{
	display:block;
	float:right;
	text-align:center;
}

/* ######  Newsliste  ################################################# */

#newsliste_startseite {
	display:block;
	float:right;
	width:400px;
	margin:10px 0 20px 20px;
	border:5px solid #D0CD94;
	padding:45px 15px 5px 15px;
	background:#FAFAFA url(../pics/newsbox_hint.gif) no-repeat right 10px;
}

#newsliste_startseite #newslist h1{
	display:block;
	float:left;
	width:360px;
}

#newsliste_startseite #newslist p{
	color:#000000;
}

/* Startseite */
.textblock_halb{ 
	display:block;
	float:left;
	width:420px;
}

#newslist {
	display:block;
	float:left;
	width:100%;
}

#newslist a,
#newslist a:link{
	text-decoration:none;
}

#newslist a:hover{
	color:#B5BECE;
}

#newslist .eintrag{
	display:block;
	float:left;
	width:100%;
	padding:7px 0;
}

#newslist .head{
	display:block;
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #cccccc;
}

#headline{
	display:block;
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:15px;
	margin-top:20px;
	border-bottom:1px solid #cccccc;
}

#headline h1{
	display:block;
	float:left;
	width:600px;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:1.5em;
}

#headline .datum{
	display:block;
	float:right;
	text-align:right;
	width:250px;
	color:#86845F;
	font-size:1.1em;
	margin:5px 0 5px 0;
}

.artikeltext{
	display:block;
	float:left;
	width:100%;
}

.datum{
	display:block;
	font-weight:bold;
	color:#86845F;
	font-size:1.1em;
	margin-bottom:2px;
}

#newslist h1{
	display:block;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:1.3em;
}

#newslist p{
	font-family:verdana,arial,sans;
	letter-spacing:0px;
	font-size:1.1em;
	margin:0 20px 5px 0;
}

#newslist a.mehr,
#newslist a.mehr:link{
	display:block;
	float:right;
	width:25px;
	height:13px;
	background:url(../pics/mehr.gif) no-repeat left -5px;
}

#newslist a.mehr:hover{
	background:url(../pics/mehr.gif) no-repeat left -86px;
}

/* Aktuelles-Kasten */

#aktuelles {
	display:block;
	float:right;
	width:410px;
	margin:10px 0 0 20px;
	border:5px solid #D0CD94;
	padding:0px 10px 0px 10px;
	background:#F0EECA;
}

#aktuelles h1{
	color:#000;
	font-size:1.6em;
	padding:10px 0 0 0;
	margin-bottom:10px;
}

#aktuelles p{
	color:#000;
}



/* pagination */

#pagination{
	display:block;
	float:right;
	margin:10px 0;
	text-align:right;
}


#pagination a,
#pagination a:link{
	display:block;
	float:left;
	margin:1px;
	padding:1px 3px;
	text-decoration:none;
	font-size:1.1em;
}


#pagination .current{
	display:block;
	float:left;
	margin:1px;
	padding:1px 3px;
}


/*disclaimer */

#disclaimer {
	display:block;
	float:right;
	width:400px;
}

#disclaimer p  {
	color:#999999;
	font-size:1.1em;
	letter-spacing:0px;
	margin:10px 0 0 0;
	line-height:1.2em;
}

#disclaimer a,
#disclaimer a:link {
	color:#666666;
}

/* form-module
*******************************************************************************/

.warnung_best {
    display:block;
	float:right;
	margin:0;
    padding:2px;
	width:193px;
    color:#FFFFFF;
    background:#cc0000;
    font-weight:bold;
    text-align:center;
}


.danke_best {
    display:block;
    padding:30px 0;
    color:#3E433B;
	width:300px;
    font-weight:normal;
    text-align:center;
    font-size:11px;
}

.form_head{
	font-family: arial, verdana, sans;
	font-size: 1.2em;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	color:#108DD1;
	border-bottom:1px solid #cccccc;
}

#form-module {
	color:#3E433B;
    display:block;
    float:right;
	font-size:11px;
	width:320px;
	margin:0px 20px 0 0;
	border:1px solid #EAEAEA;
	background:#FAFAFA;
	padding:5px 0 5px 5px;
}

#form-module td {
	font-size:10px;
}


#form-module .text_2 {
	font-weight:bold;
	text-align:right;
	padding:0px 5px;
	width:100px;
}


#form-module input,
#form-module select,
#form-module textarea,
#form-module file {
    font-family:verdana, arial, helvetica, sans-serif;
	font-size:1em;
	float:left;
	margin:0px;
	padding:2px;
	width:190px;
	border:1px solid #DCDCDC;
	background:#FFFFFF;
}


#form-module .submit {
    float:right;
	padding:3px 0;
	background:#EEEEEE;
    width:120px;
	font-weight:bold;
	color:#3E433B;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	cursor:pointer;
	letter-spacing:1px;
	border:1px solid #DCDCDC;
}


#form-module textarea.textarea {
	height:100px;
}

/* ####### Kontakteintrag ######### */

#teambox{
	display:block;
	float:left;
	width:285px;
	height:110px;
	margin:0 10px 10px 0px;
	background:#F2F2F2;
}

#teambox .image{
	display:block;
	float:left;
	text-align:center;
	width:75px;
	margin:5px;
}

#teambox .content{
	display:block;
	float:left;
	width:180px;
	padding:15px 0 0 5px;
}

#teambox .funktion{
	display:block;
	height:15px;
	color:#8E8130;
	font-size:11px;
	font-weight:bold;
}

#teambox .name{
	display:block;
	height:15px;
	color:#444444;
	font-size:11px;
	font-weight:bold;
	margin-bottom:25px;
}

#teambox .durchwahl{
	display:block;
	font-size:10px;
	height:15px;
	color:#444444;
}

#teambox .mail{
	display:block;
	height:15px;
	font-size:10px;
}


/* Blättern */

.blaettern{
	text-align:right;
}

/* Liveticker */
.lt{
	position:relative;
	left:-40px;
	width:960px;
	font-family:verdana,sans;
	font-size:1.2em;
	font-weight:bold;
	color:#1A79A3;
}

#liveticker{
	color:#725F00;
	font-size:1.2em;
}
	


/* JAOS Gallery
*******************************************************************************/

.galerie{
	display:block;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.jaosg_galerie{
	display:block;
	float: left;
	width:100%;
	padding-bottom:2px;
	border-bottom:1px solid #EAEAEA;
}

.jaosg_thumbnail {
	display:block;
	float: left;
	border:5px solid #EAEAEA;
	margin:0px 3px 3px 0px;
}

.jaosg_bildbeschreibung {
	text-align: center;
}


/* Galerievorschau  */

#vorschau_gal{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	width:200px;
	background:#efefef;
	padding:5px;
}

#vorschau_gal .bild{
	display:block;
	float:left;
	margin:0;
	width:200px;
	height:150px;
	padding:0px;
	text-align:center;
}

#vorschau_gal .bezeichnung{
	display:block;
	float:left;
	width:190px;
	padding:10px 5px;
	height:50px;
	text-align:center;
}

#vorschau_gal .bezeichnung a,
#vorschau_gal a:link{
	padding:5px;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
}

#vorschau_gal .datum{
	display:block;
	float:left;
	text-align:right;
	width:200px;
	padding:5px 0;
	font-size:1em;
	font-weight:bold;
	height:10px;
}


/* Lightbox 2.02
*******************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lb_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(../lb_images/prev.gif) left 100% no-repeat; }
#nextLink, #nextLink:visited { background: url(../lb_images/next.gif) right 100% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}









