/*##########################################################
VELASOLARIS CSS STYLES RevNr. 1.0#####################
##########################################################*/

/*################################################################################
DEFAULT DEFFINITIONS #############################################################
################################################################################*/
td{padding:0px,margin:0px,color: #7D7E80;}
a{color: #7D7E80;text-decoration: none;}
a:hover{color: #000000;text-decoration: none;}

/*################################################################################
START BASIC DEFFINITIONS #########################################################
################################################################################*/
body {
        font-family: Arial, Verdana, sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #7D7E80;
        background-image: url(design/background_page.jpg);
        background-repeat: repeat-x;
        background-color: #A6ABAE;
        margin:0px;
		overflow-y: scroll;
}

#pageHolder{
        text-align:center;
        margin: 0px auto;
        position:absolute;
        left: 50%;
        width:990px;
        margin-left: -500px;
}

#pageTop {
        text-align:left;
        height:60px;
        width:962px;
        padding-left:14px;
        padding-right:14px;
        background-image: url(design/topbar_bg_2.jpg);
        background-repeat: repeat-x;
        background-color: #E1E1E1;
}

#pageContent{
        text-align:left;
        width:990px;
        padding-left:0px;
        padding-right:0px;
        background-color: #FFFFFF;
        line-height: 16px;
}

#linkFooter {
        text-align:left;
        padding-top:5px;
        padding-left:14px;
        padding-bottom:15px;
        line-height: 16px;
		color: #7D7E80;
	    background-image: url(design/footer.jpg);
        background-repeat: repeat-x;
}

#linkFooter a{
        color: #7D7E80;
        text-decoration: none;
}

#linkFooter a:hover{
        color: #000000;
        text-decoration: none;
}


#pageFooter {
        text-align:left;
        padding-top:10px;
        padding-left:14px;
        padding-bottom:15px;
        font-size: 10px;
        color: #ffffff;
}

#pageFooter a{
        color: #ffffff;
        text-decoration: none;
}

#pageFooter a:hover{
        color: #333333;
        text-decoration: none;
}

.clear {
clear:right;
}


/*################################################################################
START CONTENT MAIN ###############################################################
################################################################################*/
#contentmain{
        margin-bottom: 30px;
}

#contentmain img{
        border: 0px;
}

/*################################################################################
START TOP NAVIGATION #############################################################
################################################################################*/
#topnavHolder{
        margin-top:40px;
        float:left;
        margin-bottom:60px;
}

.topnav{
        float:left;
        height:30px;
}

.topnavPointActive{
        padding-top:3px;
        padding-right:20px;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
        float:left;
}

.topnavPointActive a{
        color: #4c4c4c;
        text-decoration: none;
}

.topnavPointActive a:hover{
        color: #7D7E80;
        text-decoration: none;
}


.topnavPoint{
        padding-top:3px;
        padding-right:20px;
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
        float:left;
}

.topnavPoint a{
        color: #ffffff;
        text-decoration: none;
}

.topnavPoint a:hover{
        color: #F90;
        text-decoration: none;
}

.topnavLang{
    width:15px;
        padding-top:8px;
        float:right;
}



/*################################################################################
SEARCHBAR DEFFINITIONS #########################################################
################################################################################*/

.searchBar{
        width:263px;
        height:31px;
        padding:0px;
        margin:0px;
        padding-left:11px;
        padding-top:11px;
        background-image: url(design/top_searchbar.gif);
        background-repeat: no-repeat;
}

.searchFormarea{
        width: 149px;
        height: 19px;
        background-image: url(design/top_formsearch.gif);
        background-repeat: no-repeat;
        padding-top:2px;
        padding-left:4px;
        margin-right:5px;
        float:left;
}

.searchFormfield{
        width: 139px;
        height: 19px;
        font-size: 9px;
        color: #7E7E7E;
        background: transparent;
        border: thin none #000000;
        margin:0px;
        padding:0px;
}


/*################################################################################
START HEADLINE DEFINITION #####################################################
################################################################################*/
h1{
        font-size: 20px;
        color: #7D7E80;
        font-weight: normal;
        padding-bottom:0px;
        line-height: 22px;
}

h2{
        font-size: 16px;
        color: #7D7E80;
        font-weight: normal;
        padding-bottom:0px;
        line-height: 18px;
}

h3{
        font-size: 14px;
        color: #7D7E80;
        font-weight: normal;
        padding-bottom:0px;
        line-height: 16px;
}

h4{
        font-size: 12px;
        color: #7D7E80;
        font-weight: normal;
        padding-bottom:0px;
        line-height:14px;
        margin-bottom:8px;
}

h5{
        font-size: 11px;
        font-weight: normal;
        padding-bottom:0px;
}

h6{
        font-size: 10px;
        font-weight: normal;
        padding-bottom:0px;
}


/*
###############################################################################
IMAGE - TEXT FLOATS
###############################################################################
*/

.floatLeft{
        float:left;
        margin-right: 15px;
        margin-bottom: 10px;
        border: 0px;
        clear:both;
}
.floatRight{
        float:right;
        margin-left: 15px;
        margin-bottom: 10px;
        border: 0px;
        clear:both;
}

.floatNone{
        float:left;
        margin-right: 15px;
        margin-bottom: 10px;
        border: 0px;
        clear:left;
}


/*
###############################################################################
LISTS
###############################################################################
*/

ol li {
        margin:10px;
        list-style-type:none;
        padding-bottom:10px;
}
ul li {
        margin:0 0 0 0px;
        list-style-position: outside;
        /*list-style-image: url(design/ico_catnav_regular.gif);*/
}

ul  {
        margin-bottom:5px;
		padding-left:15px;
}

li a {
        font-weight: normal;
        color:#999999;
        text-decoration: underline;
        padding-left:0px;
}

li a:hover{
        color: #cccccc;
}

.clear {
        clear:both;
}

p{
        padding-bottom: 0px;
}

/*################################################################################
EXTERNE LINKS MIT GRAFIK VERSEHEN ################################################
################################################################################*/
.extern{
/*padding-right:15px;
background:url('../img/extern.gif') no-repeat right center;
*/
}

.extern img{
border:0px;
}

/*################################################################################
CMS Splitline ####################################################################
################################################################################*/

#splitline1 {
background-image:url(./design/split_content_1px.gif);
background-repeat:repeat-x;
clear:both;
height:1px;
margin:25px 0;
width:100%;
}

#splitline2 {
background-image:url(./design/split_content_1px.gif);
background-repeat:repeat-x;
clear:both;
height:1px;
margin:5px 0;
width:100%;
}


/*
###############################################################################
VERTICAL NAV HOLDER
###############################################################################
*/
#VertNav{
        margin-bottom:30px;
}


/*
###############################################################################
VERTICAL SUBLEVEL 1
WIRD NICHT VERWENDET WENN TOP UND SUBNAV VORHANDEN IST.
###############################################################################
*/
.VertNavSub1{
        border-top: 1px solid #969799;
        padding-top:5px;
        padding-bottom:5px;
        padding-left:5px;
}


.VertNavSub1 a{
    font-size: 11px;
        font-weight: bold;
        color:#969799;
        text-decoration: none;
}

.VertNavSub1 a:hover{
        color: #4c4c4c;

}

.VertNavSub1Act{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:5px;
}


.VertNavSub1Act a{
    font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        text-decoration: none;
}

.VertNavSub1Act a:hover{
        color: #ffffff;
}

/*
###############################################################################
VERTICAL SUBLEVEL 2
###############################################################################

*/

.VertNavSub2{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:15px;
        padding-right:30px;
}


.VertNavSub2 a{
    font-size: 11px;
        color:#ffffff;
        text-decoration: none;
}

.VertNavSub2 a:hover{
        color: #ffffff;

}

.VertNavSub2Act{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:15px;
        padding-right:30px;
}


.VertNavSub2Act a{
    font-size: 11px;
        color: #ffffff;
        text-decoration: none;
}

.VertNavSub2Act a:hover{
        color: #ffffff;
}

/*
###############################################################################
VERTICAL SUBLEVEL 3
###############################################################################

*/

.VertNavSub3{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:25px;
        padding-right:15px;
}


.VertNavSub3 a{
    font-size: 11px;
        color:#ffffff;
        text-decoration: none;
}

.VertNavSub3 a:hover{
        color: #ffffff;

}

.VertNavSub3Act{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:25px;
        padding-right:15px;
}


.VertNavSub3Act a{
    font-size: 11px;
        color: #ffffff;
        text-decoration: none;
}

.VertNavSub3Act a:hover{
        color: #ffffff;
}

/*
###############################################################################
VERTICAL SUBLEVEL 4
###############################################################################

*/

.VertNavSub4{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:35px;
        padding-right:15px;
}


.VertNavSub4 a{
    font-size: 11px;
        color:#ffffff;
        text-decoration: none;
}

.VertNavSub4 a:hover{
        color: #ffffff;

}

.VertNavSub4Act{
        border-top: 1px solid #ffffff;
        padding-top:4px;
        padding-bottom:4px;
        padding-left:35px;
        padding-right:15px;
}


.VertNavSub4Act a{
    font-size: 11px;
        color: #ffffff;
        text-decoration: none;
}

.VertNavSub4Act a:hover{
        color: #ffffff;
}


/*################################################################################
FORM DEFINITIONS #################################################################
################################################################################*/


/* Formular Definition */
/*//////////////////////////////////////////////////////////////////////////////*

/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 0px;
	padding-left: 0px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}


/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 0px;	
	
}
 .forminfo 
{
	width: 367px;
	margin-bottom: 15px;
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px dashed #F29400;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 375px;
	height: 200px;
	margin-left: 0px;
	border: 1px solid #969799;
	background-color: #ffffff;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
	background-color: #ffffff;
	border: 1px solid #969799;
}

.formgen input:focus, .formgen input:hover
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #969799;
	background-color: #ffffff;	
}


/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	font-weight: bold;
	color: #969799;
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 15%;
	text-align: center;
	background-color: #969799;
	border: 0px solid #000000;
	float: left;
	color: #ffffff;
}



/* Fieldsetbeschriftung */
.formgen legend {
	color: #666666;
	background-color: #ffffff;
	width: 150px;
}
.formgen .fieldset {
	margin-bottom: 10px;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

.formgen .formreq {
	color: #006633;
}

.formgen .formheadline {
	color: #993300;
	background-color: #FFF7EA;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */



/*################################################################################
BOX SPECIALS ###########################################################
################################################################################*/
.lightboxgallery img{
        margin-right: 15px;
        margin-bottom: 10px;
        border: 0px;
}


/*################################################################################
window BOX SPECIALS ###########################################################
################################################################################*/


#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(files/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(files/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(files/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(files/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(files/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(files/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(files/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:960px;	
	min-height:238px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(files/Start/close.png);
	position:absolute;
	right:-30px;
	top:-30px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	text-align:center;
}


