/*
----------------------------------------------
- www.claudia-jung.de - GEHEIME ZEICHEN
---------------------------------------------- 
- author:  Tom Krobb (www.krobb.org)
- created with CSSEdit v.2.6 macrabbit   
- date:  10/10/2009
- time: stopped counting :->
- tested Mozilla Firefox 3.1.12 / Safari 4.03 
---------------------------------------------- */



/* STYLESHEET ALLGEMEIN */

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #990033;
}

a.navigation
{
	color: #999999;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.navigation:hover
{
	color: #FFFFFF;
}

a.none
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

a.popup
{
	color: #666666;
}

a.reset
{
	color: #990033;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

a.footer
{
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
}

a.footer:hover
{
	color: #333333;
	text-decoration: underline;
}

body
{
	background-color: #E6E6E6;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	background-attachment: fixed;
	background: url("../images/site/bg_body.jpg") top center no-repeat;
}

h1, .txt_heading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

h2, .txt_subheading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
}

h3, .txt_heading_red
{
	color: #900; 
	font-family: georgia,times new roman,serif;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}

div.review_subheading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

img
{
	border: 0;
}

form
{
	line-height: 25px;
}

input, textarea, select, option
{
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	border: 0;
	background-color: #F0F0F0;
	color: #666666;
	margin: 0;
}

input.newsletter
{
	width: 130px;
	height: 18px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

input.button
{
	border: 1px #333333 solid;
	background: #666666;
	font-family: arial,helvetica,sans-serif;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	height: 20px;
	vertical-align: bottom;
}

input.contact
{
	width: 180px;
	height: 18px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

input.button:hover
{
	color: #FFFFFF;
}

textarea.contact
{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

select.search
{
	width: 190px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

ul.arrow
{
	padding-left: 15px;
	margin-left: 0px;
	list-style-image: url('../images/site/arrow.gif');
}

ul.none
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

ul.none li
{
	padding-top: 20px;
}

li
{
	padding-bottom: 0px;
}


/* VARIABLE STYLEKLASSEN */

.border_top
{
	border-top-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
}

.border_right
{
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
}

.box_middle 
{
	background: url('../images/site/middle.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

.txt_captionblack
{
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	float: right;
}

.txt_small
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

.txt_white
{
	color: #FFFFFF;
}

/* POP-UP DEFINITIONEN */

#popup
{
	position: absolute;
	left: 600px;
	top: 150px;
	width: 418px;
	height: 238px;
	visibility: visible;
	overflow: hidden;
	z-index: 999;
}

#popup #popup_bg
{
	margin-bottom: -238px;
	width: 418px;
	height: 238px;
	background: url("../images/site/cjpopup.png") no-repeat;
}

#popup #popup_content
{	
	position: relative;
	padding: 25px;
	width: 368px;
	height: 188px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}

#popup #popup_close
{
	text-align: right;
	padding-right: 10px;
	width: 358px;
	height: 20px;
	overflow: hidden;
}

#popup #popup_heading
{
	padding-top: 10px;
	width: 368px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}

#popup #popup_text
{
	padding-top: 20px;
	width: 368px;
	text-align: center;
	overflow: hidden;
}

/* GLOBALES STYLESHEET MIT FOOTER */

#container_main
{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#container_header
{
	background: url(../images/site/bg_navigation.jpg);
	background-color: #FFFFFF;
	background-position: top right;
	background-repeat: no-repeat;
	width: 900px;
	height: 70px;
	padding-top: 90px;
	vertical-align: middle;
}

#container_hero
{
	background-color: #666666;
	height: 200px;
	width: 900px;
	overflow: hidden;
}

#container_navigation
{
	background-color: #333333;
	width: 900px;
	height: 50px;
	overflow: hidden;
}

#container_navigation #logo
{
	float: left;
	padding-left: 20px;
	width: 290px;
	height: 50px;
	overflow: hidden;
}

#container_navigation #links
{
	float: right;
	width: 570px;
	text-align: right;
	height: 30px;
	padding-right: 20px;
	padding-top: 20px;
	color: #999999;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	text-transform: uppercase;
}

#container_top
{
	background-color: #666666;
	height: 100px;
	width: 900px;
	overflow: hidden;
}

#container_top #title
{
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	height: 60px;
	width: 140px;
}

#container_top #text
{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
	height: 60px;
	width: 680px;
}

#container_page
{
	background-color: #FFFFFF;
	width: 900px;
	overflow: hidden;
}

#container_page #left
{
	float: left;
	width: 165px;
	overflow: hidden;
}

#container_page #left #title
{
	padding-top: 20px;
	padding-left: 15px;
	height: 80px;
	width: 145px;
}

#container_page #left #subnav
{
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	line-height: 20px;
	width: 140px;
	text-transform: lowercase;
}

#container_page #left #marker
{
	float: right;
	width: 10px;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
}

#container_page #content
{
	float: right;
	width: 700px;
	padding-left: 20px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	border-left-width: 1px;
	overflow: hidden;
}

#container_page #content #intro
{
	padding-top: 20px;
	padding-right: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
	height: 80px;
	width: 680px;
}

#container_page #content #text
{
	float:left;
	margin-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	width: 340px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-right-width: 1px;
}

#container_page #content #right
{
	float: right;
	width: 320px;
	height: 100%;
}

#container_page #content #right #caption
{
	padding-top: 20px;
	width: 300px;
	font-family: georgia,times new roman,serif;
	font-size: 13px;
	color: #990033;
	line-height: 20px;
}

#container_page #content #right #image
{
	padding-top: 20px;
	width: 300px;
}

#container_footer
{
	background-color: #DCDCDC;
	width: 900px;
	height: 70px;
	background-image: url('../images/site/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
}



#container_footer #links
{
	float: left;
	padding-left: 10px;
	width: 500px;
	height: 60px;
	color: #666666;
}

#container_footer #logo
{
	float: right;
	padding-right: 0px;
	margin-top: -60px;
	width: 400px;
	height: 60px;
}



/* STARTSEITE STYLESHEET MIT FLASHCONTAINER */

#container_flash
{
	background-color: #FFFFFF;
	width: 900px;
	height: 540px;
	z-index: -1;
}

#container_home
{
	background-color: #FFFFFF;
	width: 900px;
	overflow: auto;
}

#container_home #left
{
	float: left;
	width: 270px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container_home #left #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #left #text
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
}

#container_home #right
{
	float: right;
	width: 630px;
}

#container_home #right #events
{
	float: left;
	width: 268px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-right-width: 1px;
}

#container_home #right #events #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #right #events #text
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#container_home #right #subscribe
{
	float: left;
	width: 360px;
}

#container_home #right #subscribe #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #right #subscribe #image
{
	float: left;
	padding-top: 10px;
	padding-left: 20px;
	width: 40px;
}

#container_home #right #subscribe #text
{
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	width: 280px;
}



