/* 
  Titel: SG Flensburg Handewitt - CSS Stylesheet (Allgemein)
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 11.09.2007
*/

/************************************************************/
/* Allgemeines festlegen (Schriften, Abstände usw. )        */
/************************************************************/
h1, h2, h3, h4, h5, p, td, ul, ol, blockquote, input, textarea, select, span { font-family: Arial, Verdana, Helvetica, Sans-Serif; color: #201A44;}
pre { font-family: monospace; }

a {color: #201A44;}
a:hover {color: #201A44;}

p a {color: #201A44;}
p a:hover {color: #201A44;}

a.tickets {color: #FFFFFF; text-decoration: none;}
a.tickets:hover {color: #FFFFFF; text-decoration: underline;}

form { margin: 0px 0px 0px 0px;}
p, pre { margin: 0; line-height: 1.4em;}
p, td, ul, ol { font-size: 12px; }
input, textarea, select { font-size: 11px; border: 1px solid black; margin-bottom: 2px;}
input.file { font-size: 11px; border: 1px solid black; margin-bottom: 2px; }


#content p {margin: 0 0 6px 0;}
/************************************************************/
/* Formatierungen	Seite         									          */
/************************************************************/
html, body { 
  height: 100%;
	width: auto;
}

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#format {
  position: relative;
  top: 0;
  right: 0;  
  height: 100%;
	margin: auto;
	padding: auto;	
	text-align: center;
	vertical-align: middle;
}

#copyright {
	float: left;
	color: #838383;
	font-size: 9px;
	padding-left: 10px;
}

#skyfillers {
	float: right;
	padding-right: 20px; 
	color: #838383;
	font-size: 9px;
}

#skyfillers span {
  line-height: 20px; 
  height: 20px; 
  vertical-align: 
  middle; color:#838383;
	color: #838383;
	font-size: 9px;
}

div.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	font-size: 1pt;
}


/************************************************************/
/* Formatierungen	Sprachmenu                                */
/************************************************************/

/* Sprachmenu oben - Haupttemplate */

#language-main ul {
  padding: 9px 0 0 6px;
  margin: 0; 
  list-style: none;
}

#language-main li {
	float: left;
  list-style: none;
	padding: 0 5px 0 0 ;
}

/************************************************************/
/* Formatierungen	Überschriften                             */
/************************************************************/
h1.csc-firstheader, h2.csc-firstheader, h3.csc-firstheader, h4.csc-firstheader, h5.csc-firstheader, h6.csc-firstheader { margin-top: 0px; }
h1 {																				
	height: 19px;

	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0 0 11px;
	margin: 0 0 10px 0;
	
  background-image: url(../gfx/bg-h1-main.gif);
	background-repeat: no-repeat;	
	text-transform: uppercase;
}

h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #201A44;
	font-size: 130%;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

h3 {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #201A44;
	font-size: 110%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

h4 {																				
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	color: #201A44;
	font-size: 100%;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}



/************************************************************/
/* Formatierungen	normale Mail-Formulare										*/
/************************************************************/
.csc-mailform {
        border: 0px;
}

.csc-mailform-field {
				padding-top: 3px;
				padding-bottom: 3px;
}

.csc-mailform-field label {
        font-size: 11px;
        font-family: Verdana, Arial, sans-serif;
        width: 110px;
        min-width: 110px;
        float: left;
        text-align: left;
        margin-right: 0.5em
        display: block
}

.csc-mailform-check {
	border: 0;
}

.csc-mailform-label {
	font-weight: bold;
}

.csc-mailform-submit {
        margin-left: 110px;
}

.csc-mailform-field legend {display:none; border: 0;}

.csc-mailform-radio {border: 0;}
.csc-mailform-radio label {width: 20px; min-width: 20px;}


/************************************************************/
/* Formatierungen	News																			*/
/************************************************************/
table.newslist {
	
}

td.newstext p.bodytext {
	color: #7D7D7D;
}

td.newsdate {
	color: silver;
}

table.newslist a {
	text-decoration: none;
}

table.newslist a:hover {
	text-decoration: underline;
}


/************************************************************/
/* Formatierungen	Tabellen				*/
/************************************************************/

.rahmen {
	border: 1px solid black;
	border-collapse: collapse;

}

.rahmen tr {
	border: 1px solid black;
}

.rahmen td {
	border: 1px solid black;
	padding: 2px;
}

