/* ---------- fonts ---------- */

body, h5, h6, h7, th, td, input, textarea, select, #nav h1, #nav h2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}
h1  {
	font-size: 16px;
}
h2, caption {
	font-size: 14px;
}
h3, h4 {
	font-size: 12px;
}
form {
	text-align: left;
}




/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	margin: 20px auto;
	background: #ffffff;
	padding: 0px;
	*	text-align: center;
}
h1, h2, h3, caption {
	color: #767676;
}
caption, th {
	text-align: left;
	font-weight: bold;
}
img {
	border: 0px;
}
form ul {
	list-style: none;
}
select {
	width: 200px;
}
a {
	text-decoration: none;
}
a:link, a:visited  {
	color: #f68121;
}

a:hover {
	color: #ff0000;
}
object, embed, div {
	margin: 0px;
	padding: 0px;
}
table, tbody {
	width: 100%;
}
caption {
	margin-top: 20px;
}
th, td {
	vertical-align: top;
	padding: 2px 4px;
}
th {
	background: #eeeeee;
	text-align: left;
	padding: 4px;
}
td {
	border-bottom: 1px solid #cccccc;
}
table.print td {
	border: 0px;
}
table.print td.modlist {
	border-bottom: 1px solid #cccccc;
}
#content ul {
	list-style: url('/fileadmin/media/common/bullet_m.gif') square outside;
}
#klickpfad {
	margin: 14px 0px 20px;
	*	margin: 14px 0px 46px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#header, #nav, #container, #footer {
	width: auto;
	*	width: 600px;
}
#header, #nav, #footer {
	position: static;
}
#header {
	height: 42px;
	text-align: right;
	margin: 40px auto 20px;
}

#nav li {
	display: none;
}
#nav li.aktiv {
	font-weight: bold;
	/* nur die aktuelle Seite als Nav anzeigen */ 
	display: block;
}


#container {
	*	height: 440px;
	min-height: 440px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * */
#container div {
	text-align: left;
	top: 0px;

}
#container p {
	margin-top: 0px;
}
#container div div {
	margin: 0px;
	padding: 0px;
}
#container ul {
	list-style: url(/fileadmin/media/common/bullet_m.gif);
}
#content {
	width: auto;
	margin: 10px;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * */
/* - - - - - - suptemplates - - - - - - - - - - - - */
/* * * * * * * * * * * * * * * * * * * * * * * * * * */


/* - - - - - - einspaltig - - - - - - - - - - - - 

	position: static;
*/

div.einsvoneins {

	*	width: 600px;
;
}

/* - - - - - - zweispaltig - - - - - - - - - - - - 

	position: static;
*/

div.einsvonzwei, div.zweivonzwei {
	width: 340px;
	*	width: 360px;

}


/* - - - - - - dreispaltig - - - - - - - - - - - - */

div.einsvondrei, div.zweivondrei, div.dreivondrei {
	position: relative;
	left: 20px;
	width: 240px;
	*	width: 240px;
	*	overflow: visible;
	margin: 10px 4px;
	padding: 10px 2px;
	float: left;
}

/* - - - - - - vierspaltig - - - - - - - - - - - - */

div.einsvonvier, div.zweivonvier, div.dreivonvier, div.viervonvier {
	position: relative;
	left: 14px;
	width: 175px;
	*	width: 182px;
	margin: 10px 4px;
	padding: 10px 2px;
	float: left;
}



/* * * * * * * * *    footer    * * * * * * * * * * * * * * * */

div#footer {
	border: 0px;
	text-align: right;
	padding: 4px 4px 0px;
	margin: 0px auto;
}



