﻿*
{
    margin:0;
    padding:0;
}

html
{
    font: 72%/1.2em arial;
}

body 
{
    overflow: scroll;
}

/* Schriftformatierungen */
* 
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h1
{
    color: #993333;
    font-size: 2em;
    font-style: inherit;
    font-variant: small-caps;
    padding-bottom: 15px;
}

h2
{
    color: #993333;
    font-size: 1.5em;
    padding-bottom: 5px;
}

.LinkAllgemein a:link, .LinkAllgemein a:visited, .LinkAllgemein a:active, .LinkAllgemein a:focus, a:link, a:visited, a:active, a:focus
{
    text-decoration:none;
    color: #993333;
}

.LinkAllgemein a:hover, a:hover
{
    text-decoration:none;
    color: #aaaaaa;
}

/* divs Master */
#divMain /* ganze seite */
{
    width:800px;
    margin:auto;
    margin-top: 5px;
}

#divBanner
{
    width: 800px;
    height: 140px;
    background-image: url(images/banner.gif);
    text-align: right;
}
#divFlashBanner
{
    padding-top: 46px;
    text-align: right;
}

#divSite /* nav + inhalt */
{
    width:800px;
    float:left;
    background-image: url(images/background_site.gif);
    background-repeat: repeat-y;
}

#divNav
{
    float:left;
    width: 180px;
    padding-bottom: 100px;
}

#divInhalt
{
    float:left;
    width:605px;
    padding-left: 15px;
    padding-top: 15px;
}


/* Vorstand */
.tdOben
{
    vertical-align:top;
}

.VorstandNameFunktion
{
    color: #993333;
    font-size: 1.2em;
    font-weight: bold;
}


/* Navigation */
#divNav ul
{
    list-style:none;
}

#divNav ul li
{
    margin-bottom: 12px;
}

.NavLink
{
    padding-top: 5px;
    padding-bottom: 5px;
    background-image:url(images/background_nav.gif);
}

#NavEinruecken
{
    padding-left: 35px;
}


#divNav ul li a:link, #divNav ul li a:visited, #divNav ul li a:active, #divNav ul li a:focus
{
    color: #ffffcc;
    text-indent: 8px;
    font-weight: bold;
    font-size: 1.2em;
    font-variant: small-caps;
    text-decoration: none;
}


#divNav ul li a:hover 
{
    color: #660000;
    font-weight: bold;
    font-size: 1.2em;
    font-variant: small-caps;
    text-decoration: none;
    background-image:url(images/background_hover.gif);

}


/* unten */
#divUnten
{
    width:800px;
    height:20px;
}

#divUnten ul
{
    list-style: none;
}

#divUnten ul li
{
   text-align: right;
}

#divUnten ul li a:link, #divUnten ul li a:visited, #divUnten ul li a:active, #divUnten ul li a:focus
{
    color: #660000;
    font-weight: bold;
    font-size: 1.2em;
    font-variant: small-caps;
    text-decoration: none;
}

/* Video */
#video 
{
    text-align: center;
    width: 100%;
}

#divVideoDetails h2
{
    text-align: center;
}

/* Gallery */

.projekte
{
    /*margin: 25px;*/
}

.projekteBild
{
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.projekteTitel
{
    font-weight: bold;
    float: left;
    text-align: left;
}

/* Beitritt */
.tblBeitritt
{
    margin-left: 25px;
}

.tblMitgliedsart
{
    width: 210px;
    font-weight: bold;
}

/* Lightbox */
#lightbox{
	position: absolute;
	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(images/inherit/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}

/* registerNewItem */
.lblAusgabe 
{
    color: Red;
}

/* Default.aspx */
#divDefault 
{
    text-align: center;
}

#divDefault h1 
{
    padding-top: 50px;
    padding-bottom: 20px;
}
