@charset "UTF-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

 Title : dsstyles.css
 Author : doris schneider, grafik nach mass
 URL : http: //www.grafik-nach-mass.de

 Last Updated : october 27, 2009
 
- - - - - - - - - - - - - - - - - - - - - */



/* Globals */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	}
	
option {padding-left: 0.4em;}

html{height: 100%;}

body {
	min-height: 101%;
	height: 100%;
	position: relative;
	background: #fff;
	font-family: "Trebuchet MS";
	font-size: 75%;
	}


alt {color: #000}

a {outline:none}
a:link {display: inline;width: 100%;color: #333;}
a:visited {display: inline;width: 100%;color: #333;}
a:hover {display: inline;width: 100%;color: #ccc;}
a:active {display: inline;width: 100%;color: #ccc;}

p {margin: 1em 0;color: #333;}
span {}
strong {font-weight: normal;}
blockquote {}
em {}
cite {}
	

h1 {font-size: 1.2em;font-weight: normal;color: #666;line-height: 1.2em;padding-bottom: 0.25em;border-bottom: 1px solid #e4e2e2;}
h2 {font-size: 1em;font-weight: normal;color: #666;line-height: 1.2em;}
h3 {font-size: 1em;font-weight: normal;color: #666;line-height: 1.2em;}
h4 {font-size: 1em;font-weight: normal;line-height: 1.2em;}
h5 {font-size: 1em;font-weight: normal;line-height: 1.2em;}

h1 strong {font-weight: normal;}
h2 strong {font-weight: normal;}
h3 strong {font-weight: normal;}

ul {list-style-type: none;}
	
li {}
dl {}
dt {}
dd {}
	
img {border: 0}
	
form {font-family: "Trebuchet MS";margin:20px 0;}
legend {}
fieldset {}
label {float:left;display:block;width:20%;color: #333;padding-top:3px;}

label span {color:#c03;}

form p {}
form p span {color:#c03;}

input[type=hidden] {display:none;}
input[type=submit],
input[type=reset] {background: #c03;width:20%;color:#fff;margin: 20px 10px 0 0;cursor:pointer;}
input[type=submit]:hover,
input[type=reset]:hover {background-color:#75b727;}
input[type=submit] {margin-left: 20%;}
input[type=file] {border: none;}


button {
	background: #c03;
	width:40%;
	color:#fff;
	padding:3px;
	margin: 20px 0 10px 0;
	border: 1px solid #c03;
	cursor:pointer;
	}


input {
	float:left;
	display:block;
	width:75%;
	padding:3px;
	margin-bottom: 10px;
	border: 1px solid #c03;
	}
	
input:hover,
button:hover,
textarea:hover {
	background: #eee;
	}
	
	
textarea {
	float:left;
	display:block;
	width:75%;
	height: 6em;
	font-family: "Trebuchet MS";
	font-size: 1em;
	padding:3px;
	margin-bottom: 10px;
	border: 1px solid #c03;
	}
 
select {}
radio {}
	
table {}
caption {}
thead {}
tfoot {}
th {}
tr {}
td {}

hr {height:10px; margin-bottom: -5px; border-bottom: 1px solid #ddd;}


/* Layout */


#wrapper {width: 100%;}
	
#page {	
	position: absolute;
	top: 5%;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	border: 1px solid #ccc;
	}

#main {clear: both;width: auto;}

#header {width: 960px;position: relative;}

#col01 {
	float: left;
	width: 280px;
	z-index: 3;
	margin-top: -100px;
	overflow:hidden;
	}
	
#col01_content {
	position: relative;
	z-index: 4;
	}
	
#col02 {
	position:absolute;
	top:35px;
	right:0;
	width: 250px;
	z-index: 5;
	margin-top: 60px;
	overflow:hidden;
	}
	
#col02_content {
	position: relative;
	top: 10px;
	z-index: 6;
	}	

#col03 {
	position: relative;
	margin: 0 250px;
	z-index: 1;
		}
	
#col03_content {
	position: relative;
	z-index: 2;
	}
	

#navi {}
#news {}
#facts {}
#info {}
	
#footer {clear: both;height:3em}
	



/*Clear Floats*/
.clearfix: after {
	  content: ".";
	  display: block;
	  height: 0;
	  clear: both;
	  visibility: hidden;
	  }
	
* html .clearfix {height: 1%;}
.clearfix {display: block;}
	

	

/* Styling */

#header {background: #a01;}
#header:hover {background: #e4e2e2;}

#main {background: #fff;}
	
#header img {
	margin: 15px 0 5px 280px;
	}
	

#col01 {}
#col01 p {line-height: 1.4em}

#col02 {}
#col02 p {line-height: 1.4em}

#col03 {padding: 30px;}
#col03 h1 {margin-bottom: 30px;}
#col03 h3 {padding-top: 30px;}
#col03 p {line-height: 1.7em}

#col03 p a {
	padding: 0.1em 0.5em;
	text-decoration: none;
}

#col03 p a:link {
	display: inline;
	width: 100%;
	color: #333;
	background-color:#eee;
}

#col03 p a:visited {display: inline;width: 100%;color: #333;background-color:#eee;}
#col03 p a:hover {display: inline;width: 100%;color: #fff;background-color:#75b727;}
#col03 p a:active {display: inline;width: 100%;color: #fff;background-color:#75b727;}

#col03 ul {margin: 20px 0;color: #333;}
#col03 li {line-height: 1.7em}

#col03 .labels li {float:left;display:inline;line-height: 1.7em}

#col03 .labels li a {
	display: inline;
	width: 100%;
	color: #333;
	line-height: 1.9em;
	background-color:#eee;
	padding: 0.15em 0.5em;
	text-decoration: none;
	margin-right: 0.25em;
}

#col03 .labels li a:visited {display: inline;width: 100%;color: #333;background-color:#eee;text-decoration:none;}
#col03 .labels li a:hover {display: inline;width: 100%;color: #fff;background-color:#75b727;text-decoration:none;}
#col03 .labels li a:active {display: inline;width: 100%;color: #fff;background-color:#75b727;text-decoration:none;}




#navi {
	background-image: url(images/hg_col01.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin: -10px -20px 0 -10px;
	padding: 75px 35px 0 35px;
	}
	
#navi:hover {
	background: url(images/hg_col01_active.png) top left no-repeat;}
	
#news, #facts, #info {padding: 0 25px;margin: -20px -20px 0 -10px;}		

#navi div, #news div, #facts div, #info div {
	background: url(images/hg_nav_bottom.png) bottom center no-repeat;
	padding-bottom: 40px;
	}
		 
#navi div div {
	background: url(images/hg_nav_top.png) top center no-repeat;
	padding: 40px 0 10px 0;
	}
		
#facts div div {
	background: url(images/hg_nav_top.png) top center no-repeat;
	padding: 40px 25px 10px 25px;
	}
	

#news div div, #info div div {
	background: url(images/hg_nav_top.png) top center no-repeat;
	padding: 40px 40px 10px 40px;
	}
	
#navi h3 {}
#navi p {}
#navi span {}

#navi ul {}
#navi li {clear: both;padding: 0 30px;line-height: 2em;}
#navi li a {display: block;width: 100%;text-decoration: none;margin: 0 -10px;padding: 0 10px;border-bottom: 1px solid #ccc;}
#navi li a:link {display: block;width: 100%;color: #222;}
#navi li a:visited {display: block;width: 100%;color: #222;}
#navi li a:hover {display: block;width: 100%;color: #fff;background-color: #ccc;}
#navi li a:active {display: block;width: 100%;color: #fff;background-color: #c03;}

#navi li ul {list-style-type: none;background: none;padding-top: 0}
#navi li ul li {clear: both;padding: 0;line-height: 2em;margin: 0;}
#navi li ul li a {display: block;width: 100%;text-decoration: none;font-style: italic;margin: 0 -10px;padding: 0 10px;	border-bottom: 1px dotted #ccc;}
#navi li ul li a:link {display: block;width: 100%;color: #222;background-color: #f3f3f3;}
#navi li ul li a:visited {display: block;width: 100%;color: #222;background-color: #f3f3f3;}
#navi li ul li a:hover {display: block;width: 100%;color: #fff;background-color: #ccc;}
#navi li ul li a:active {display: block;width: 100%;color: #fff;font-style: italic;background-color: #c03;}

#navi li a.active {font-weight: bold;color: #fff !important;background-color: #666;}
#navi li ul li a.active {font-style: italic;color: #fff !important;background-color: #999;}


#news p.headline, #facts p.headline, #info p.headline {
	font-size: 1em;
	color: #666;
	margin: 0 -10px;
	margin-bottom: 1em;
	padding: 5px 10px;
	font-weight: normal;
	font-style:italic;
	background-color:#eee;
	border-top: 1px solid #e4e2e2;
	border-bottom: 1px solid #e4e2e2;
	}

#news p.headline strong, #facts p.headline strong, #info p.headline strong {font-weight: normal;}	
	
#news p {margin: 1.5em 0 0 0;font-size: 0.95em;color:#222;line-height: 1.7em}
	
#news p a {display: inline;width: 100%;padding: 0.15em 0.5em;text-decoration:none;}
#news p a:link {display: inline;width: 100%;background-color:#eee;}
#news p a:visited {display: inline;width: 100%;background-color:#eee;}
#news p a:hover {display: inline;width: 100%;background-color:#eee;}
#news p a:active {display: inline;width: 100%;background-color:#eee;}
	
#news span {}
#news ul {list-style-type: none;}
#news li {clear: both;}
#news li span {}
#news li a {	display: inline;width: 100%;padding: 0.25em 0.5em;text-decoration:none;}
#news li a:link {display: inline;width: 100%;background-color:#eee;}
#news li a:visited {display: inline;width: 100%;background-color:#eee;}
#news li a:hover {	display: inline;width: 100%;background-color:#eee;}
#news li a:active {display: inline;width: 100%;background-color:#eee;}

#news img {margin-top:20px;}
	

#facts h3 {
	  font-size: 1.2em;
	  color: #c03;
	  margin-bottom: 1em;
	  font-weight: bold;
	  }
	  
#facts p {margin: 1.5em 0 0 0;font-size: 0.95em;color:#222;}
#facts em.author {color:#c03;}
	
#facts p a {display: inline;width: 100%;padding: 0.25em 0.5em;text-decoration:none;}
#facts p a:link {display: inline;width: 100%;background-color:#eee;}
#facts p a:visited {display: inline;width: 100%;background-color:#eee;}
#facts p a:hover {display: inline;width: 100%;background-color:#eee;}
#facts p a:active {display: inline;width: 100%;background-color:#eee;}

#facts ul {list-style-type:none;}
#facts li {
	clear: both;
	padding-bottom: 10px;
	line-height: 1.4em;
	font-size: 0.9em;
	margin:0;
	color: #222;
	}
		
#facts li span {}
#facts li a { display: inline;width: 100%;padding: 0.25em 0.5em;text-decoration:none;}
#facts li a:link {display: inline;width: 100%;background-color:#eee;}
#facts li a:visited {display: inline;width: 100%;background-color:#eee}
#facts li a:hover {	display: inline;width: 100%;background-color:#eee}
#facts li a:active {display: inline;width: 100%;background-color:#eee}



#facts table {margin-bottom: -10px;}
#facts table td {font-size: 0.95em;color: #222;}
#facts table td {vertical-align: top;padding-bottom: 0.5em;}
#facts table td.col01 {width: 30%;}

.vcard {margin: 0 !important;padding:0 !important;}
.vcard span {margin: 0;padding:0}
.vcard div {margin: 0 !important;padding:0 !important;}
.vcard ul {list-style-type:none;}
.vcard li {
	clear: both;
	padding-bottom: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
	margin:0;
	color: #222;}
	
p.line {float:left;width:100%;}
	
#info h3 {
	  font-size: 1.2em;
	  color: #c03;
	  margin-bottom: 1em;
	  font-weight: bold;
	  }
	  
#info p {margin: 1.5em 0 0 0;font-size: 0.95em;color:#222;}
#info em.author {color:#c03;}
	
#info p a {display: inline;width: 100%;}
#info p a:link {display: inline;width: 100%;}
#info p a:visited {display: inline;width: 100%;}
#info p a:hover {display: inline;width: 100%;}
#info p a:active {display: inline;width: 100%;}

#info ul {list-style-type:none;}
#info li {
	clear: both;
	padding-bottom: 5px;
	line-height: 1.4em;
	font-size: 0.9em;
	margin:0;
	color: #222;
	}
		
#info li span {}
#info li a {	display: inline;width: 100%;}
#info li a:link {display: inline;width: 100%;}
#info li a:visited {display: inline;width: 100%;}
#info li a:hover {	display: inline;width: 100%;}
#info li a:active {display: inline;width: 100%;}

#social {margin: 20px 0 0 0 !important;padding:0 !important;}
#social img {margin: auto 5px 10px 0;vertical-align:middle;}

#twitter_div {margin: 10px 0 0 0 !important;padding:0 !important;}


#gallery img {border: 1px solid #e4e2e2;}

#gallery_small {overflow:hidden;margin-bottom: 20px;}
#gallery_small ul {clear:both;}
#gallery_small li {
	float:left;
	display:inline;
	}	
	
#gallery_small img {
	width: 101px;
	height: 80px;
	padding:3px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 5px 5px 0 0;
	border: 1px solid #ccc;
	}
	
#gallery_small img:hover{
	filter: alpha( opacity = 50 );
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	
.thumb {
	width: 101px;
	height: auto;
	padding:3px;
	background-color: #eee;
	border: 1px solid #ccc;
}

.thumb:hover{
	filter: alpha( opacity = 50 );
	-moz-opacity: 0.5;
	opacity: 0.5;
	}
	
	
.float_list {
	clear:both;
	}
	
.float_list li {display:inline;}	

	
#upload input[type=submit],
#upload input[type=reset] {background: #c03;width:20%;color:#fff;margin: 20px 10px 0 0;cursor:pointer;}
#upload input[type=submit] {margin-left: 0;}

.agd a {background:url(images/link_ext.gif) right center no-repeat;}
.agd a:active {background:url(images/link_ext_active.gif) right center no-repeat;}

a.ext {background:url(images/link_ext.gif) right center no-repeat; padding-right: 32px;}

#news p a.ext {display: inline;width: 100%;background-color: transparent; text-decoration:underline;padding: 0; padding-right: 32px;}

#footer {position:relative;background: #fff;text-align: left;padding-top:0.5em;}
#footer p {color: #333;font-size: 0.9em;line-height:1.7em;margin-left: 280px;overflow:hidden;}

#footer p a {padding: 0.25em 0.5em;text-decoration: none;}

#footer p a:link {display: inline;width: 100%;color: #333;background-color:#eee;}
#footer p a:visited {display: inline;width: 100%;color: #333;background-color:#eee;}
#footer p a:hover {display: inline;width: 100%;color: #ccc;background-color:#eee;}
#footer p a:active {display: inline;width: 100%;color: #ccc;background-color:#eee;}


#fun {
	position:absolute;
	display:block;
	background: url(images/hg_fun.png) center no-repeat;
	width:7em;
	height:7em;
	text-align: center; 
	right:-2.5em; 
	bottom:-1.5em;
	z-index: 100;
	}
	
#fun:hover {background: url(images/hg_fun_active.png) center no-repeat;color:#fff;}

#fun p {font-size: 1em;font-weight: bold;width:7em;height:7em;padding: 3em 0;margin: 0;}
#fun p a:link {font-weight: bold;display: block;width:7em;height:7em;text-decoration: none;color: #333;}
#fun p a:visited {font-weight: bold;display: block;width:7em;height:7em;text-decoration: none;color: #333;}
#fun p a:hover {font-weight: bold;display: block;width:7em;height:7em;text-decoration: none;color: #fff;}
#fun p a:active {font-weight: bold;display: block;width:7em;height:7em;text-decoration: none;color: #fff;}


/* jquery specials */

.jqGSContainer{position:relative;width:360px;}
.jqGSContainer .jqGSImgContainer{}
.jqGSContainer .jqGSImgContainer ul{padding:0;margin:0 !important;position:relative;list-style:none;}
.jqGSContainer .jqGSImgContainer ul li{padding:0;margin:0 ;position:relative;margin-top:0;margin-bottom:0px;float:left;}
.jqGSContainer .jqGSImgContainer ul li .jqGSLoader{width:100%;height:100%;position:absolute;}
.jqGSContainer .jqGSImgContainer ul li img{width:358px;height:278px;cursor:pointer;}
.jqGSContainer .jqGSImgContainer ul li .jqGSTitle{background:#e4e2e2;position:absolute;right:0px;bottom:0px; padding:3px 0;color:#333;width:360px; text-align:center;}


.jqGSContainer .jqGSPagination{position:relative;width:100%;height:20px;top:5px;padding: 5px 0;}
.jqGSContainer .jqGSPagination ul{float:left;padding:0;margin:0;list-style:none;}
.jqGSContainer .jqGSPagination ul li{padding:0;margin-right:5px;float:left;padding-right:1px;text-align:center;padding-bottom:1px;}
.jqGSContainer .jqGSPagination ul li a{padding:2px 0px;background:#fff;border:1px solid #ccc; color: #333;text-decoration:none;display:block;width:20px;}
.jqGSContainer .jqGSPagination ul li a.selected{background:#eee;color:#c03;border: 1px solid #ccc;}
.jqGSContainer .jqGSPagination ul li a:hover{background:#e4e2e2;color:#333;border:1px solid #ccc;}

#xmasoverlay {
	background-color:#fff;
	width: 100%;
	height: 200%;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 7000;
	text-align: center;
	filter: alpha( opacity = 95 );
	-moz-opacity: 0.95;
	opacity: 0.95;
}

#xmasoverlay h2 {
	font-weight: bold;
	color: #903;
}

#xmasoverlay img {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 2em;
}
	
