/* Allgemeine Definitionen */

html
{
	background: white;
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
}

body
{	
	position: absolute;
	top: 25%;
	margin: -20px 0 0 0;
	width: 100%;
	height: 300px;
}

img
{
	border: none;
}

input, textarea, form
{
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
}

/* Haupt-Container */

div.main
{
	position: relative;
	margin: 0 auto;
	width: 920px;	
	height: 300px;
	background: white;
}

/* Logo */

div.logo
{
	position: absolute;
	right: 0;
	top: -77px;
}

/* Navigation: Container */

div.navigation
{
	position: absolute;
	left: 5px;
	top: 0px;
	width: 298px;
	height: 298px;
	border: 1px solid #B0B0B0;
}


/* Navigation: Einträge */

div.navigation a
{
	display: block;
	margin: 0 0 0 10px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

div.navigation a.level1
{
	border-top: 1px dotted #B0B0B0;
	padding: 5px 0 5px 15px;
	background: url(/~webworx/images/linkArrowDefault.gif) no-repeat 0 9px;
}

div.navigation a.level1:hover
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 0 9px;
}

div.navigation a.level1#active
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 0 9px;
}

div.navigation a.level2
{
	padding: 2px 0 2px 30px;
	background: url(/~webworx/images/linkArrowDefault.gif) no-repeat 15px 6px;
}

div.navigation a.level2:hover
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 15px 6px;
}

div.navigation a.level2#active
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 15px 6px;
}

div.navigation a.level3
{
	padding: 1px 0 1px 45px;
	font-weight: normal;
	background: url(/~webworx/images/linkArrowDefault.gif) no-repeat 30px 5px;
}

div.navigation a.level3:hover
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 30px 5px;
}

div.navigation a.level3#active
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 30px 5px;
}


/* Fotos */

div#photos
{
	position: absolute;
	left: 310px;
	top: 0px;
	width: 298px;
	height: 298px;
	border: 1px solid #B0B0B0;
}


/* Inhalt: Container */

div.content
{	
	position: absolute;
	left: 615px;
	top: 0px;
	width: 282px;
	height: 286px;
	overflow: auto;
	padding: 6px 8px 6px 8px;
	border: 1px solid #B0B0B0;
	line-height: 14px;
}

/* Inhalt: Absatzformate */

div.content h1
{
	font-size: 11px;
	margin: 0 0 12px 0;
	line-height: 14px;
}

div.content h2
{
	font-size: 11px;
	margin: 12px 0 0 0;
	line-height: 14px;
}

div.content p
{
	margin: 0 0 12px 0;
}


/* Inhalt: Links */

div.content a
{
	color: #A02031;
	padding-left: 17px;
	text-decoration: none;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 2px 4px;
}

div.content a:hover
{
	text-decoration: underline;
}

div.content a.switch
{
	float: left;
	padding: 2px 4px 2px 4px;
	margin: 10px 8px 20px 0;
	color: white;
	background: #176BF0;
	text-decoration: none;
}


/* Inhalt: Listen */

div.content ol
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 16px;
}

div.content ol li
{
	margin-bottom: 6px;
	margin-left: -17px;
}

div.content ul
{
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 16px;
	list-style-type: square;
}
 
div.content ul li
{
	margin-bottom: 3px;
	margin-left: -25px;
}

div.content p.linklist a
{
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}


/* Inhalt: Spalten */

div.content div.column
{
	float: left;
	display: inline;
	width: 42%;
	margin-right: 5%;
}


/* Inhalt: Trenner */

div.content hr
{	
	border: 1px solid white;
	background: white;
	padding: 0;
	margin: 0;
	
	clear: both;
	border-top: 1px solid #9C9A9C;
	margin-bottom: 8px;
}


/* Inhalt: Hervorhebungen */

div.content p.red
{
	padding: 10px;
	background: #A40505;
}

div.content p.grey
{
	padding: 10px;
	background: #D4D4D4;
	color: #222222;
}

div.content p.blue
{
	padding: 10px;
	background: #1D3B5A;
	
}


/* Inhalt: Formulare */

form, input, select, textarea
{
	font-family: arial, sans-serif;
	font-size: 11px;
	margin: 0;
	line-height: 120%;
}

div.content form input.text
{
	width: 200px;
}

div.content form select
{
	width: 196px;
}

div.content form textarea
{
	width: 220px;
}


/* Inhalt: Einfache Bilder */

div.content img.left
{
	clear: both;
	float: left;
	margin: 3px 10px 5px 0;
}

div.content img.right
{
	clear: both;
	float: right;
	margin: 3px 0 5px 10px;
}


/* Inhalt: Sitemap */

div.content a.sitemapLevel1
{
	font-weight: bold;
	margin-top: 4px;
	background: none;
	padding: 0;
}

div.content a.sitemapLevel2
{
	margin-left: 15px;
}


/* Inhalt: Footer */

div.content p.footer
{
	clear: both;
	position: relative;
	top: 20px;
}

/* Inhalt: Footer */

div.content span.browseLinks
{
	float: right;
}


/* Meta-Navigation */

div.metaNavigation
{
	position: absolute;
	left: 0px;
	top: 305px;
	width: 300px;
	height: 17px;
	line-height: 25px;
	padding-left: 5px;
}

div.metaNavigation a.level1
{
	color: black;
	text-decoration: none;
	padding: 0 5px 0 15px;
	background: url(/~webworx/images/linkArrowDefault.gif) no-repeat 0 4px;
}

div.metaNavigation a.level1:hover
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 0 4px;
}

div.metaNavigation a.level1#active
{
	color: #A02031;
	background: url(/~webworx/images/linkArrowActive.gif) no-repeat 0 4px;
}

div.metaNavigation a.icon
{
	float: left;
	margin-right: 10px;
}


/* Foto-Auswahl */

div.photoSelection
{
	position: absolute;
	left: 309px;
	top: 305px;
	width: 300px;
	height: 50px;
}

div.photoSelection a
{
	position: absolute;
	top: 0;
	margin: 1px;
	border: 1px solid #B0B0B0;
}

div.photoSelection a.thumbActive
{
	margin: 0;
	border: 2px solid #C6495A;
}
