/*
----------------------------------
---           basics           ---
----------------------------------
*/
body { 
	margin: 0px; 
	padding: 0px; 
    color: #000000;
	background-color: #FFFFFF; 
	font-family: arial; 
	font-size: 12px; 
}

table { 
	border:  0px;
}

td {
	margin:  0px;
	padding: 0px;
	font-family: arial; 
	font-size: 12px;
}

a { 
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
	color: #000000; 
}

a:hover { 
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
	color: #000000; 
}

form {
	display: inline;
}

/*
----------------------------------
---           text             ---
----------------------------------
*/
.infoBox {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	color: #000000;
	background: #F8F3B9;
	padding: 5px;
}
.textnormal {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	color: #000000; 
}

.textnormalgrau {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	color: #727272; 
}

.textklein {
	font-family: arial;
	font-size: 11px;
	text-decoration: none; 
	color: #000000; 
}

.textkleingrau {
	font-family: arial;
	font-size: 11px;
	text-decoration: none; 
	color: #727272; 
}

.textfehler {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	color: #BE0000;
	font-weight: bold; 
}

.textgross {
	font-family: arial;
	font-size: 18px;
	text-decoration: none; 
	font-weight: normal;
	color: #000000; 
}

.profiltitel {
    padding-left: 2px;
    font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #FFFFFF;
	background-color: #000000;
}

.profiltext {
	padding-left: 2px;
	padding-right: 2px;
    font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	color: #FC4636;
	background-color: #000000;
}

.startseiteliste {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #DEE3E0;
}

/*
----------------------------------
---           links            ---
----------------------------------
*/
.linknormal, .linknormal:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	font-weight: bold;
	color: #000000; 
}

.linkklein, .linkklein:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none; 
	color: #000000; 
	font-weight: normal;
}

.linkkleingrau {
	font-family: arial;
	font-size: 11px;
	text-decoration: none; 
	color: #727272; 
	font-weight: normal;
}
.linkkleingrau:hover {
	font-family: arial;
	font-size: 11px;
	text-decoration: none; 
	color: #727272; 
	font-weight: normal;
}

.linkbutton, .linkbutton:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	background-color: #DDE2DE; 
    color: #FC4636;
}

.linkhome, .linkhome:hover {
	font-family: arial;
	font-size: 12px;
	text-decoration: none; 
	background-color: #D9F7FD; 
    color: #000000;
}

.startseitebestof, startseitebestof:hover {
	padding-left: 2px;
	padding-right: 2px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #000000;
	background-color: #FFC7D6;
}

.linkstartseite {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #FC4636;
}
.linkstartseite:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none; 
	color: #FC4636;
}
/*
----------------------------------
---         formulare          ---
----------------------------------
*/
.formular {
	border: 1px solid black;
	font-size: 12px;
}

