/******************************************************************************/
/*  stylesheet.css                                                            */
/*  Copyright by LIN-Webdesign 2008                                           */
/******************************************************************************/

/* Grundelemente*/
/******************************************************************************/

/*Hauptelement*/
body {
	margin: 0px;
	background: white;
	color: RGB(60,66,64);
	font-family: verdana,helvetica,arial;
	font-size: 12px;
	text-align: center;
}

/*Umfasst die ganze Seite*/
#grossercontainer {
	width: 85%;
	margin: auto auto auto auto;
	padding: 0px;
	text-align: left;
	border: 0px solid black;
}

/*Titel "Frame"*/
#titel {
	display: block;
	width: 100%;
	margin: 2% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../banner.jpg);
}

/*Navigations "Frame"*/
#navigation {
	display: block;
	float: left;
	width: 22%;
	margin: 1% 0px 0px 0px;
}

 /*Inhalts "Frame"*/
#inhalt {
	display: block;
	float: right;
	width: 72%;
	margin: 1% 0px 0px 0px;
	padding: 2%;
	border-left: 2px solid RGB(60,66,64);
	border-top: 2px solid RGB(60,66,64);
}

 /*Fusszeilen "Frame"*/
#fusszeile {
	clear: both;
	display: block;
	margin: 1% 0px 2% 0px;
	padding: 0px 0px 0px 0px;
	color: RGB(60,66,64);
	border-right: 2px solid RGB(60,66,64);
	border-bottom: 2px solid RGB(60,66,64);
	font-size: 12px;
	text-align: center;
}

/*Powerby "Frame"*/
#poweredby {
	display: block;
	margin: 0px 0px 1% 0px;
	padding: 0px 0px 0px 0px;
	color: RGB(60,66,64);
	font-size: 12px;
	text-align: center;
}

/*Link Elemente*/
/******************************************************************************/

/*Hauplinks Eltern Normal*/
a.navigation_parent {
	display: block;
	color: RGB(60,66,64);
	margin: 5px 1% 5px 1%;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid RGB(60,66,64);
	border-bottom: 2px solid RGB(60,66,64);
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}

/*Hauplinks Eltern Hover*/
a.navigation_parent:hover {
	background: RGB(120,120,120);
	border-top: 2px solid RGB(60,66,64);
	border-left: 2px solid RGB(60,66,64);
	border-bottom: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}

/*Hauplinks Eltern Aktiv*/
a.navigation_parent_active {
	display: block;
	color: RGB(60,66,64);
	margin: 5px 1% 5px 1%; 
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
	background: RGB(120,120,120);
	border-right: 2px solid RGB(60,66,64);
	border-top: 2px solid RGB(60,66,64);
	border-left: 2px solid RGB(60,66,64);
}

/*Hauplinks Kinder Normal*/
a.navigation_child {
	display: block;
	color: RGB(60,66,64);
	margin: 3px 1% 3px 6%;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
}

/*Hauplinks Kinder Normal*/
a.navigation_child:hover {
	background: RGB(120,120,120);
}

/*Hauplinks Kinder Aktiv*/
a.navigation_child_active {
	display: block;
	color: RGB(60,66,64);
	margin: 3px 1% 3px 6%;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	vertical-align: middle;
	background: RGB(120,120,120);
}

/*Allrounder Button Normal*/
.button
{
   margin: 2px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: RGB(60,66,64);
   border: 1px solid RGB(60,66,64);
}

/*Allrounder Button Aktiv*/
.button_active{
   margin: 2px;
   padding-left: 5px;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
   text-align: center;
   text-decoration: none;
   font-weight: bold;
   color: RGB(60,66,64);
   background-color: RGB(120,120,120);
   border: 1px solid RGB(60,66,64);
}

/*Allrounder Button Hover*/
.button:hover
{
   color: RGB(60,66,64);
   background-color: RGB(120,120,120);
   border: 1px solid RGB(60,66,64);
}

/*Text Elemente*/
/******************************************************************************/

/*Titel Farbe: Grün*/
.titel {
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	font-weight: bold;
	color: RGB(60,66,64);
}

/*Untertitel Farbe: Grün*/
.untertitel {
	margin: 0px 0px 6px 0px;
	font-size: 14px;
	font-weight: bold;
	color: RGB(60,66,64);
}

/*Normaler Text Farbe: Grün*/
.text {
	margin: 0px 0px 2px 0px;
	font-size: 12px;
	color: RGB(60,66,64);
}

/*Linkfarbe in Text Grün*/
.text a {
	color: RGB(60,66,64);
	text-decoration: none;
}

/*Normaler Text Farbe: Rot*/
.text_error {
	margin: 0px 10px 2px 0px;
	font-size: 12px;
	color: red;
}

/*Kleiner Text Text Farbe wird von oben übernommen*/
.text_mini {
	margin: 0px 0px 1px 0px;
	font-size: x-small;
	color: RGB(60,66,64);
}

/*Linkfarbe in Text Grün*/ 
.text_mini a {
    color: RGB(60,66,64);
    text-decoration: none;
}

/*Fluss und Align Elemente*/
/******************************************************************************/

/*Zentrierter Text*/
.zentriert {
	text-align: center;
}

/*Zentrierter Text*/
.zentriert_linksfluss {
    float: left;
    text-align: center;
}

/*Rechtsbündig*/
.rechtsbuendig {
	text-align: right;
}

/*Eingerückter Text*/
.eingerueckt {
	margin-left: 2em;
}

/*Beide Flüsse aufheben*/
.normalfluss {
	clear: both;
}

/*Linksfluss (wird rechts umflossen)*/
.linksfluss {
	float: left;
}

/*Rechtsfluss (wird links umflossen)*/
.rechtsfluss {
	float: right;
}

/*Tabellen*/
/******************************************************************************/

/*Border Collapse*/
.table {
    border-collapse: collapse;
    width: 100%;  
}
.abstandtabelle{
	padding-top:12px;
}

/*Kopf der Tabelle*/
.tabellenkopf {
	border: 1px solid RGB(60,66,64);
	padding-left:9px; 
    
}
/*Rest der Tabelle*/
.tabelle {
	border: 1px solid RGB(60,66,64);
	padding-left:0px;
	padding-right:0px;
}
.tabelle a{
	border: 1px solid RGB(60,66,64);
	color: RGB(60,66,64);
	text-decoration: none;
	border:none;
}
/*Markierung für eine Spezielle Zelle */
td.spezial, th.spezial {
   border: 2px solid #fe0;
   }
/*Trennstrich der einzelnen Zeilen */
tr.randtitel {
	border-top: 2px solid RGB(60,66,64);
	border-bottom: 2px solid RGB(60,66,64);
}
tr.rand {
	border-top: 2px solid RGB(60,66,64);
	border-bottom: 2px solid RGB(60,66,64);
}

.rand:hover {
	background: RGB(120,120,120);
}
.linkzelle {
	display:block;
	margin:0px;
	padding-left: 5px;
	padding-right: 5px;
	}

/*Tabelle für Mitglieder und Events*/
.tabellememberevent {
	width: 50%;
	border: none;
	border-collapse: collapse;
}
.spalte1memberevent {
	width: 16%;
	padding-right:12px;
}
.spalte2memberevent {
	padding-left: 5px;
}
/*Spalten Uniung Beschreibung*/
.spalteuniun_ru {
	width: 50%;
	border-right:1px solid RGB(60,66,64);
	padding-left:10px;
	padding-top:10px;
	padding-right: 10px;
}

.spalteuniun_de {
	width: 50%;
	padding-left:10px;
	padding-top:10px;
}

/*Kommentarspalte in der Fotogallerie*/
.spalte1_fotogallerie
{
	text-align: left;
	width: 59%;
}

/*Bildspalte in der Fotogallerie*/
.spalte2_fotogallerie
{
	margin-left: 1%;
	float: right;
	text-align: left;
	width: 40%;
}

/*Bilder*/
/******************************************************************************/
/*0815-Bild mit Abstand oben und unten*/
img.image {
	text-align: center;
	width: 100%;
	margin: 1% 0px 1% 0px;
	border: none;
}

/*Poweredby Bilder*/
img.poweredby {
   	border: none;
   	margin: 0px 0px 0px 0px;
}

/*Thumbnail mit Linksfluss*/
img.albumvorschau {
	float: left;
	width: 35%;
	margin: 0px 1em 0px 0px;
	border: none;
}

/*Allgemeines Thumbnail*/
img.thumbnail {
	text-align: center;
	width: 200px;
	margin-right: 2%;
	margin-bottom: 10px;
	border: none;
}

/*Thumbnail Zufallsbild*/
img.thumbnail_random_image{
	padding: 5%;
	width: 90%;
	border: none;
}

/*Kleine Bildvorschau bei der Mitgliedertabelle*/
img.popupmember {
	max-width: 7em;
	padding: 1em;
	border: 1px solid RGB(60,66,64);
	background: white;
}

/*Kleine Bildvorschau bei der Mitgliedertabelle*/
a img.popupmember {
	visibility: hidden;
	position:absolute;
}

/*Kleine Bildvorschau bei der Mitgliedertabelle Hover*/
a:hover img.popupmember {
	visibility: visible;
	position:absolute;
	margin-top: 2em;
	left: 23%;
}

/*Icons*/
img.iconmeldungen {
	float: left;
	width: 5%;
	margin-right: 1em;
}

/*Logo der Jungmannschaft*/
img.logouniun {
	float: left;
	width:16em;
	max-height:16em;
	border: none;
	margin-right: 2em;
}

/*Zufallsbild*/
img.zufallbild {
	width:9em;
	max-height:12em;
	}

/*Mitgliederfoto*/
img.fotomember {
	float: left;
	width:12em;
	margin-right: 1em;

}
/*Eventflyer*/
img.flyerevent{
	float: left;
	width:18em;
	border: none;
	margin-right: 1em;
}
img.flyerevent_news{
	float: left;
	width: 5em;
	border: none;
	margin-right: 1em;
}

/*bilder hinzufügen thumbnail*/
img.bildhinz{
	width: 90%;
	border: none;
}

/*Rahmen und sonstige Style Elemente*/
/******************************************************************************/

/*Trennlinie ohne Abstandhalter*/
.abtrennlinie {
   border-top: 1px solid RGB(60,66,64);
}

/*Trennlinie mit Abstandhalter*/
.abtrennlinie_abstand {
	border-top: 1px solid RGB(60,66,64);
	margin-top: 1em;
	margin-bottom: 1em;
}

/*Navigations Block*/
.navigationsblock {
	display: block;
	margin: 0px 0px 5% 0px;
	padding:2px;
	border-left: 2px solid RGB(60,66,64);
	border-top: 2px solid RGB(60,66,64);
}

/*Navigations Block*/
.bildbearbeitungsblock{
	text-align: left;
	width: 20em;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
    }
bildbearbeitungsblock a {
    text-decoration: none;

}
/*Formulare*/
.eingabefeldformulare {
	width:16em;
}

.eingabefeldformulare1 {
	width:16.3em;
}
.login {
	margin-left: 1em;
}
/******************************************************************************/