/* ======================================================= */
/* CSS-Stylesheet                                          */
/* Trennung von Layout und Inhalt nach W3C                 */
/* Graf-Deveci - Fit für den Markt                         */
/* http://www.fit-fuer-den-markt.de                        */
/* ======================================================= */

html { 
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body { 
	background: url(/files/Schachfiguren.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	/*height: 350%;*/
	/*background-position:top;*/
}

.invisible, .dfn { 
	position: absolute;
	color: red;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: inline;
}

#contentmitte { 
	display: block;
	float: left;
	width: 56%;
	padding-bottom:30px;
}

#head1 { 
	width: 90%;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 25px;
}

#head2 { 
	width: 90%;
	text-align: center;
	padding-bottom: 0px;
	clear: left;
}

/* Hauptnavigation */

#hauptnavigation ul { 
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 20px 0 25px 0;
	width: 90%;
	text-align: center;
}

#navlist ul { 
	list-style: none;
}

#navlist li { 
	margin-left: 3px;
	display: inline;
	color: #000000;
}

#navlist li a { 
	line-height: 1.9em;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
}

#navlist li a:hover { 
	color: #ffffff;
	background-color: #504F4D;
}

#navlist li a#active { 
	background: #504F4D;
	color: #fff;
}

#contentlinks { 
	display: block;
	float: left;
	width: 250px;
	height: 100%;
	padding-top: 302px;
	padding-left: 50px;
	padding-bottom: 0px;
	margin-right: 10px;
}

/* Themennavigation */

#themecontainer { 
	width: 200px;
	font-size: 90%;
}

#themecontainer ul { 
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#themelist a { 
	display: block;
	padding: 3px 2px 3px 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 220px;
	background-color: #E7E4DF;
}

#themelist a:link, 
#themelist a:visited { 
	color: #000;
	text-decoration: none;
	font-weight:normal;
}

#themelist a:hover { 
	background-color: #ff8800;
	color: #fff;
}

#themelist li a#current { 
	background: #ff8800;
	color: #fff;
}

#themelist li { 
	display: block;
}

#themetext { 
	display: block;
	width: 250px;
}

#themetext a { 
	display: inline;
	color: #393939;
	text-decoration: underline;
	background: #fff;
	padding: 0;
}

#themetext a:hover { 
	text-decoration: underline;
	color: #ff8800;
	background-color: #fff;
}

#content { 
	clear: left;
}

#content li { 
	clear: left;
}

#lichtbild { 
	position: absolute;
	bottom: -80px;
	right: 0px;
}

.h1-escort { 
	color: red;
}

.pflicht,
label { 
	color: #393939;
	font-size: 85%;
	padding-bottom: 10px;
	padding-right: 70px;
	padding-left: 15px;
}

label { 
	display: block;
	width: 13.2em;
	float: left;
	padding: 3px 0 4px;
}

legend { 
	font-size: 85%;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 6px;
	margin-top: 20px;
}

fieldset { 
	margin-right: 70px;
	border: 1px solid #ff8800;
}

.formular_normal { 
	font-size: 87%;
	color: #393939;
	font-weight: normal;
	padding-left: 15px;
}

.formular_klein { 
	font-size: 67%;
	padding-left: 0px;
}

.formular_nebencheckbox { 
	font-size: 67%;
	color: #393939;
	font-weight: normal;
}

.korrektur { 
	font-size: 87%;
	color: #ff8800;
	font-weight: normal;
	padding-left: 15px;
}

.trenner { 
	clear: both;
	height: 6px;
	font-size: 1px;
}

.hinweis { 
	color: #ff8800;
}

fieldset { 
	width: 100%;
}

p a { 
	text-decoration: underline;
	color: #393939;
	font-weight:bold;
}

p a:hover { 
	color: #ff8800;
}

p { 
	color: #393939;
	font-size: 83%;
	padding: 0 70px 0 0;
}

h1 { 
	font-family: Verdana, Arial, Courier New;
	font-size: 95%;
	color: #ff8800;
	padding-bottom: 10px;
	padding-top: 0px;
}

h2 { 
	font-family: Verdana, Arial, Courier New;
	font-size: 95%;
	color: #535353;
	padding-bottom: 0;
	padding-top: 8px;
}

h3 { 
	font-family: Verdana, Arial, Courier New;
	font-size: 95%;
	color: #535353;
	padding-bottom: 0;
	padding-top: 8px;
}

.ff8800 { 
	color: #ff8800;
}

.aufzaehlung { 
	font-size: 0.8em;
	color: #393939;
}

ul.aufzaehlung { 
	list-style-type: disc;
}
ul.aufzaehlung li { 
	list-style-type: disc;
}
ul li a:link,
ul li a:visited{ 
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
ul li a:hover{ 
	text-decoration:none;
}
img { 
	vertical-align: top;
}

.left { 
	float: left;
	margin: 0 25px 4px 0;
}

.left img { 
	margin-top: 4px;
	margin-right: 25px;
}

.right { 
	float: right;
	margin: 0 0 1em 20px;
}

.topcentered { 
	margin: 0 55px 1em 0;
	padding-bottom: 7px;
	text-align: center;
}

.top { 
	margin: 12px 0 15px 0;
}

