/* Gunnar Johannsen V1.0 - File: style.css
   Written by Mario Kretschmer, Mönchengladbach
   mario.kretschmer@live.de | http://www.mkd-sign.net.de */

/* Allgemeine Formatierung für Schriftart & -farbe, Hintergrund, Links */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #DDDDDD;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}
a img {
	border: none;
}


/* Rahmen & Schriftgröße der Sekundär-Navileisten (oben und unten) */
.navigation {
	border-top: 1px solid #FF00FF;
	border-bottom: 1px solid #FF00FF;
	font-size: 13px;
}

/* Formatierung der Sekundär-Navigation (oben und unten)*/
#navigation a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}

#navigation a:hover    {
	text-decoration: none;
	font-weight: bold;
}

.magenta {
	color: #FF00FF;
	font-size: 13px;
}

/* Schriftgröße Inhalte normal */
.content-norm {
	font-size: 11px;
	color: black;
}
.content-small {
	font-size: 10px;
}

/* Schriftfarbe schwarz und magenta*/
.t-col-black {
	font-size: 12px;
	color: black;
}

.t-col-black-2 {
	font-size: 15px;
	color: black;
}

.t-col-black-3 {
	font-size: 14px;
	color:black;
}

.t-col-magenta {
	font-size: 15px;
	color: #FF00FF;
}

/* Medium-Schrift */
.med-font {
	font-size: 11px;
	color: #333333;
}

/* Formatierung der Primär-Navigation (oben)*/
.topnavi {
	font-size: 11px;
}

#topnavi a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}

#topnavi a:hover {
	text-decoration: none;
}

/* Formatierung Lauftext */
.lauftext {
	color: black;
	font-size: 12px;
}

/* Think on Your Feet */
.toyf {
	font-family: Times New Roman, Times, serif;
}

/* Formatierung Copyright & Design */
.copyfont {
	color: #999999;
	font-size: 10px;
}

#copyright a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #999999;
	font-size: 10px;
}

#copyright a:hover    {
	text-decoration: none;
	color: black;
}

/* Formatierung der 'zurück'-Links */
#backlink a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #999999;
	font-size: 10px;
}

#backlink a:hover    {
	text-decoration: none;
}

.redfont {
	color: red;
	font-size: 16px;
}

/* Zeilen-Hintegrund Seminar-Termine */
.semtable1_toyf {
	background: #CCC;
	font-family: Times New Roman, Times, serif;
}

.semtable1{
	background: #CCC;
	font-size: 11px;
}

.semtable2 {
	font-size: 11px;
}
