/**
 * Style sheet style
 */
/* TYPOlight */
.mod_navigation
{
	display: inline;
}

/* Standards */
html,
body
{
	margin:0;
	padding:0;
	text-align:center;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

a
{
	text-decoration:underline;
	color:#000000;
}

p,
ul
{
	margin:0;
	padding-bottom:10px;
}

ul ul
{
	padding-bottom:0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

.sprache
{
	color:#797979;
}

div.clear
{
	clear:both;
	font-size:0px;
	line-height:0px;
}

#seite
{
	width:1000px;
	margin:0px auto;
	padding:0;
	text-align:left;
	font-size:12px;
	line-height:16px;
}

/* ## Navigation ## */
#navigation
{
	width:410px;
	height:400px;
	float:left;
	padding:15px 25px 0px 10px;
	background-image:url("img/hintergrund_links.jpg");
	background-repeat:no-repeat;
	color:#9c140a;
	line-height:28px;
}

* html #navigation
{
	width: 395px;
}

#navigation a
{
	text-decoration:none;
	color:#000000;
	text-transform: uppercase;
}

#navigation a.aktiv
{
	font-weight:bold;
}

#navigation a .sprache
{
	color:#797979;
	text-transform: uppercase;
}

* html #subnavigation .linie
{
}

/* ## Seitenelemente ## */
#header .balken,
#footer .balken
{
	width:1000px;
	height:20px;
	float:left;
	background-color:#9c140a;
}

#header .logo
{
	height:150px;
	float:left;
}

#header .logo img
{
	float:left;
	margin-right:110px;
}

#header .logo h1
{
	padding-top:98px;
	padding-bottom:0px;
	font-weight:normal;
	font-size:26px;
	color:#000000;
	text-transform: uppercase;
}

#header .logo h2
{
	float:left;
	padding-left:50px;
	font-weight:normal;
	font-size:26px;
	color:#797979;
	line-height:32px;
	text-transform: uppercase;
}

#bildleiste
{
	height:150px;
	display:block;
	padding-left:460px;
	background-color:#dddddd;
}

#inhalte
{
	float:left;
	padding-top:15px;
}

#inhalte .spalte
{
	width:260px;
	float:left;
	margin-left:15px;
	padding-bottom:10px;
}

* html #inhalte .spalte
{
	width:245px;

}

#inhalte .sprache {
}

# #inhalte .spalte
{
	padding-left:35px;
}

#inhalte .spalte h3
{
	padding-bottom:10px;
	font-size:12px;
	color:#9c140a;
	text-transform: uppercase;
}

#inhalte .spalte h4
{
	margin-bottom:10px;
	border-bottom:1px solid #9c140a;
	font-size:12px;
	text-transform: none;
}

#inhalte .spalte h5
{
	margin-bottom:10px;
	border-bottom:1px solid #9c140a;
	font-size:12px;
	color:#9c140a;
	text-transform: none;
}

#inhalte .spalte a
{
	text-decoration:underline;
	color:#000000;
}

#inhalte .sprache a
{
	text-decoration:underline;
	color:#797979;
}

.mod_navigation {
	display: block;
	float: left;
}

div.ce_gallery table {
	margin-left: 15px;
}

* html div.ce_gallery table {
	margin-left: 30px;
}

div.ce_gallery td {
	vertical-align: top;
}


