/* css Datei für philipp-stauber.de*/
/* Hauptformatierung */
body, tr, td, div, p, h1, h2, h3, ul, ol, span, a, form, img, li { 
	color: black; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
	margin: 0;
    padding: 0;
}

input, select { 
	color: black; 
	font-weight: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	border: gray /* wenn man dieses border: gray dem body mitgeben, steigt NS 4.7 aus - zumindest auf dem Mac ... */
}

.kursiv {
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: italic; /*nur fuer das alpha kursiv*/
}
.text {
	color: black;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.text_bold {
	color: black;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

.body_gross_bold, .menue {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
}
/*für die Textlinks*/
.zwo a:link, .zwo a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.zwo a:hover, .zwo a:active {
	text-decoration: none;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
}

/* Links und aehnliche */
a.menue:link, a.menue:visited {
	text-decoration: underline;
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: none;
}
a.menue:active, a.menue:hover {
	text-decoration: none;
	color: #3399CC;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	background-color: #CEDEEF;
	font-weight: normal;
}
/* für normale Textlinks */
a.text:link, a.text:visited {
	text-decoration: underline;
	color: black;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
a.text:active, a.text:hover {
	text-decoration: underline;
	color: #666699;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: underline;
}
.pseudolink { /*fuer unverlinktes glied von evtl. sprachwexel*/
	color: black; 
	font-size: 11px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
/*wirkt sich nur auf die trennstriche in navi aus ...*/
.subnavi { 
	color: black; 
	font-size: 7px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}

/* andere 9-13  */
.unterschrift { /* basix table-module! */
	color: black; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_weiss { /* basix table-module! */
	color: white; 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_weis_duenn { 
	color: white; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.menue_gross {
	color: black;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Groessere */
.ueberschrift_titel {
	color: black;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

.wosamma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	color: #333333
}
.menue_rahmen {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DBEEF4;
	border-right-color: #DBEEF4;
	border-bottom-color: #DBEEF4;
	border-left-color: #DBEEF4;
}
.textblocksatz {
	letter-spacing: normal;
	text-align: justify;
	word-spacing: normal;
	text-indent: 2em;
	white-space: normal;
	padding: 8px;
	margin: 0px;
}
#bodyx {background: #B7BCC3 url(http://images.apple.com/quicktime/images/body_bg.gif) repeat-x
}
.tabelle_termine {
	margin: 1cm;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

