﻿@import url(nav.css);
@import url(sis.css);
@import url(highslide.css);

/* Global */

.ControlPanel
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #EFF6FF;
	border: #4A7BB5 1px solid;
	font-size: 8pt;
	color: #000;
	background-image: url(images/bg_controlpanel.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

body
{
	margin: 0px;
	padding: 0 0 10px 0;
	background-color: #ece1ce;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a:focus
{
	outline: none;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

hr
{
    border: none 0; 
    border-top: 1px solid #405984; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


/* Site */

#site
{
	width: 930px;
	height: auto;
	border: 1px solid #c1593e;
	padding: 10px;
	background-color: white;
	font-size: 0.75em;
	margin: 10px auto 0 auto;
}


/* Head */

#head01
{
	width: 930px;
	height: 20px;
	padding: 0px;
	text-align: left;
	color: white;
	background-color: #c1593e;
	font-size: 0.8em;
	line-height: 1.8em;
}


#head01 a
{
    text-decoration: none;
    color: #fff;
}


#head02
{
	width: 930px;
	height: 105px;
	padding: 0px;
	text-align: left;
	color: white;
	background-color: #fff;
	background-image: url(images/bg-head02.jpg);
    background-repeat: no-repeat
}

#head02 a
{
    display: block;
	width: 930px;
	height: 105px;
	padding: 0px;
    background-repeat: no-repeat
}

#head02 img
{
    float: right;
    width: 485px;
    height: 100px;
    border: 0;
}

#head03
{
	width: 710px;
	height: 23px;
	padding: 7px 0 0 220px;
	text-align: left;
	color: white;
	font-weight: bold;
	background-color: #fff;
	background-image: url(images/bg-head03.gif);
    background-repeat: no-repeat;
}

#search
{
	text-align: left;
	width: 930px;
	height: 20px;
	padding: 0;
	text-align: left;
	color: #405984;
	background-color: #fff;
	margin-bottom: 19px;
}

#search a
{
	color: #405984;
    text-decoration: none;
    float: left;
    display: block;
    margin-top: 2px;
}

.searchbox
{
	float: left;
	border-top: 1px solid #c1593e;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #c1593e;
    width: 130px;
    height: 14px;
    padding: 2px;
    margin: 0 10px 0 0;
    color: #000;
}

/* Searchresults */

.search-result-link
{
    width: 730px;
    overflow: hidden;
}

.search-result-link span
{
    float: left;
    white-space: nowrap; 
    cursor: pointer;
}


.nav-inline
{
    display: block;
    padding: 0;
    margin: 0;
}

.nav-inline li
{
    display: inline;
    list-style: none;
    padding: 0 10px 0 10px;
    border-right: 1px #ffffff solid;
    height: 20px; 
}



/* Mainarea */

#mainarea
{
	width: 930px;
	height: auto;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	color: #000;
}

#leftarea
{
	float: left;
	width: 180px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
}

#centerarea
{
	float: left;
	width: 530px;
	height: auto;
	margin-right: 20px;
	overflow: hidden;
}

#centerarea .article h2
{
	margin: 0 0 0.6em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#centerarea .teaser h2
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

#rightarea
{
	float: left;
	width: 180px;
	height: auto;
	overflow: hidden;
}

#rightarea .article h2
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}


/* Bottom Area */

#bottom
{
	width: 930px;
	height: 20px;
	padding: 0px;
	text-align: left;
	color: white;
	background-color: #c1593e;
	font-size: 0.8em;
	line-height: 1.8em;
}

#bottom a
{
    text-decoration: none;
    color: #fff;
}


/* Container */

.container-title
{
    width: 100%;
    height: auto;
    display: block;
    padding: 3px 0 3px 10px;
    color: #fff;
    background-color: #c1593e;
    background-image: url(images/bg-container-title.gif);
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: bold;
    margin: 0;
    text-indent: 10px;
    overflow: hidden;
}

.container
{
	height: auto;
	margin-bottom: 10px;
}

#leftarea .container
{
	width: 170px;
	font-size: 0.9em;
	line-height: 1.3em;
	padding: 0 10px 0 0;
	background-color: #f8f3e7;
	border-bottom: 1px solid #c1593e;
}

#centerarea .container
{
	width: 100%;
	padding: 10px 0 0 0;
	line-height: 1.45em;
}

#rightarea .container
{
	font-size: 0.9em;
	line-height: 1.3em;
	width: 160px;
	padding: 10px;
	background-color: #f8f3e7;
	border-bottom: 1px solid #c1593e;
}


/* Article und Teaser */

.teaser
{
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.45em;
}

.teaser a
{
	text-decoration: none;
	font-weight: bold;
	color: #405984;
}

.teaser a:hover
{
	color: #405984;
	background-color: #b3bdce;
}

.teaserbacklinktop
{
    display: block;
    width: 100%;
    text-align: right;   
    clear: both;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #b3bdce;
}

.teaserbacklinkbottom
{
    display: block;
    width: 100%;
    text-align: right;   
    clear: both;
    padding: 10px 0 0 0;
    margin-top: 10px;
    border-top: 1px solid #b3bdce;
}

.head-inline
{
    font-size: 1em;
    color: #405984;
    margin: 0 0 0 0;
    padding: 0;
    width: 100%;
}

.head-inline a
{
    display: block;
    width: 100%;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #405984;
}

.head-inline a:hover
{
    text-decoration: none;
    color: #405984;
    background-color: #b3bdce;
}

.datum
{
    color: #000;
    font-weight: normal;
}

.article
{
	margin-bottom: 0px;
}

.article a
{
	text-decoration: none;
	font-weight: bold;
	color: #405984;
}

.article a:hover
{
	color: #405984;
	background-color: #b3bdce;
}

.article h3
{
	color: #6c6c6c;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 0.6em 0;
}

.article p
{
	padding: 0;
	margin: 0 0 0.8em 0;
}

.article ol
{
	padding: 10px;
	margin: 0 0 10px 0;
}

.article ol li
{
	margin-left: 1.7em;
	margin-bottom: 0.5em;
}

.article ul
{
	list-style-type: none;
	padding: 10px;
	margin: 0 0 10px 0;
}

.article ul li
{
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 15px;
	margin-left: 0;
}

.article ul li ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	background-image: none;
	background-color: transparent;
	border: none;
	width: auto;
}

.article ul li ul li
{
	list-style-type: none;
	background-image: none;
	padding-left: 10px;
}

.article ul li ul li ul
{
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
	background-image: none;
	background-color: Transparent;
	border: none;
	width: auto;
}

.article ul li ul li ul li
{
	list-style-type: none;
	background-image: none;
	padding-left: 10px;
}

.article a.ai_left
{
	padding: 0;
	display: block;
	float: left;
	margin: 4px 10px 5px 0;
	padding: 0 0 21px 0;
	border: 1px solid #b3bdce;
	cursor: url(/images/lupe.cur),pointer;
	background-color: #f8f3e7;
	background-image: url(images/lupe.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: auto;
}

.article a.ai_left img
{
    border: none;
}

.article a.ai_right
{
	padding: 0;
	display: block;
	float: right;
	margin: 4px 0 5px 10px;
	padding: 0 0 21px 0;
	border: 1px solid #b3bdce;
	cursor: url(/images/lupe.cur),pointer;
	background-color: #f8f3e7;
	background-image: url(images/lupe.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: auto;
}

.teaserimage
{
	float: left;
	display: block;
	margin: 5px 10px 0 0;
	padding: 0;
	border: 1px solid #b3bdce;
	background-color: #f8f3e7;
}

.article a.ai_right img
{
    border: none;
}

.resources
{
    display: block;
    margin: 15px 0 10px 0;
}

/* Recources */

.resources a
{
    display: block;
    color: #405984;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0 2px 18px;
    background-repeat: no-repeat;
    background-position: 0 3px;
}

.resources a:hover
{
	background-color: #b3bdce;
	color: #405984;
}

.resources h2
{
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}


/* Startseite */

.box-start
{
	float: left;
	width: 338px;
	height: 200px;
	padding-bottom: 10px;
	overflow: hidden;
	margin: 0 10px 10px 0;
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: 0 -50px;
	border: 1px solid #ebebeb;
	line-height: 1.45em;
	overflow: hidden;
}

.box-start a
{
	color: #2a3b8d;
	text-decoration: none;
	width: 160px;
	cursor: pointer;
}

.ai_start
{
    display: block;
    width: 338px;
    height: 100px;
    background: transparent;
}

a.ai_start
{
    background: none;
}

.ai_start img
{
    width: 338px;
    height: 100px;
    border: none;
}


.box-start ul
{
    margin: 0 0 4px 20px;
    padding: 0;
    list-style-type: square;
}

.box-start p
{
    margin: 0;
    padding-bottom: 5px;
    width: 100%;
}

#centerarea .box-start h1
{
	color: #2a3b8d;
    font-size: 15px;
    height: 18px;
    padding: 0 0 0 0;
    overflow: hidden;
    background: none;
}

#centerarea .box-start h1 a
{
    background: none;
    padding-left: 0;
}

/* Gallery */

.gallery
{
	width: 510px;
	height: auto;
	position: relative;
	left: 1px;
	z-index: 5;
	background-image: url(images/bg-gallery.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	margin-bottom: 20px;
}

.gallery a
{
	display: block;
	float: left;
	width: 109px;
	height: 109px;
	overflow: hidden;
	border: 4px solid #dedede;
	margin: 0 10px 10px 0;
	padding: 0;
	background-color: #e7e7e7;
	cursor: url(../../../../images/lupe.cur),pointer;
}

.gallery a:hover
{
	border-color: #2a3b8d;
}

.gallery img
{
	border: 0;
}



/* Kontaktformular */

.NormalTextBox
{
	border: 1px solid #ababab;
}

.textbox
{
	border: 1px solid #7b7b7b;
	margin: 1px 0 5px 0;
	height: 1.3em;
	width: 400px;
	padding-left: 2px;
}

.KontaktTextBox
{
	margin-bottom: 8px;
}

legend
{
	display: block;
	color: #5a5a5a;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

.textarea
{
	border: 1px solid #7b7b7b;
	margin-bottom: 0px;
	width: 400px;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px 0 0 2px;
}

.ErrorMsg
{
	display: block;
	color: red;
}

fieldset
{
	padding: 0px;
	border: 0px;
}

legend
{
	padding: 0;
	margin: 0;
}

#kontaktformular
{
	margin-top: 10px;
	padding-left: 10px;
}

.buttonarea
{
	margin: 15px 0 10px 0;
}

.formbutton
{
	color: #fff;
	padding: 4px;
	background-color: #a2a19f;
	border: 1px solid #7b7b7b;
	margin-right: 5px;
	text-decoration: none;
}

.formbutton a
{
	color: #fff;
	text-decoration: none;
}

.rss
{
	float: right;
	margin-top: 4px;
	text-decoration: none;
}
