/* --- DEFAULT ---*/

body {
	background-color : #A46E08;
	
	margin-left : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

body, table, tr, th, td, div, span, p, li, pre, em, ul {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	color : Black;
	font-size : 13px;
}

a, a:link, a:visited, a:active, a:hover, a:focus  {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
}


a, a:link, a:visited, a:active {
	color: #660000;
	font-size : 13px;
    text-decoration : none;
}

a:hover, a:focus {
 	color: #000000;
	font-size : 13px;
    text-decoration : underline;
}



input {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

textarea {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}

select {
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
}


.title {
	font-size: 17px;
	color: #FFCB05;
	font-weight: 500;
	letter-spacing: 5px;
}

.subtitle {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}

.small {
	font-size: 11px;
	color: white;
	font-weight: 500;
}

.smallblack {
	font-size: 11px;
	color: black;
	font-weight: 500;
}

.smallfooter {
	font-size: 9px;
	color: #c0c0c0;
	font-weight: 400;
}

.bodycontent {
	background-color : #FFF4DB;
}

/*--- A-TEXTLINKS --*/

.navigation, .navigation:link, .navigation:visited {
	font-size: 16px;
	color: #FFCB05;
	text-decoration : none;
}

.navigation:active, .navigation:hover { 
	font-size: 16px;
	color: #ffffff;
   text-decoration : underline;
	font-style: italic;
}

.smallurl, .smallurl:link, .smallurl:visited {
	font-size: 11px;
	color: #FFCB05;
	text-decoration : none;
}

.smallurl:active, .smallurl:hover { 
	font-size: 11px;
	color: #ffffff;
    text-decoration : underline;
}

.smallurl1, .smallurl1:link, .smallurl1:visited {
	font-size: 9px;
	color: #c0c0c0;
	text-decoration : none;
}

.smallurl1:active, .smallurl1:hover { 
	font-size: 9px;
	color: #ffffff;
    text-decoration : underline;
}
/* --- TD-CLASSES --- */

.kartebig {
	font-family: Comic Sans MS;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}

.kartetitle {
	font-family: Comic Sans MS;
	font-size: 18px;
	color: #660000;
	font-weight: 500;
}

.karte {
	font-family: Comic Sans MS;
	font-size: 14px;
	color: #660000;
	font-weight: 500;
}

