@import url(nav.css);
@import url(jScrollPane.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;
}

html
{

}

body
{
	margin: 0px;
	padding: 0 0 0 0;
	background-color: #070000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
}

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 #bdbcbb; /*the border*/
    width: 100%;
    height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}


/* Site */


#site
{
	width: 930px;
	height: auto;
	padding: 0;
	font-size: 0.75em;
	margin: 0 auto 0 auto;
}

#paper
{
	width: 930px;
	height: 515px;
	text-align: left;
	margin: 10px 0 0 0;
	padding: 10px;
	background-image: url(images/bg-main.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

/* Startseite */

#musicplayer
{
    position: relative;
    top: 370px;
    left: 800px;
    width: 100px;
    height: 17px;
}

#button-tv-moderation
{
    display: block;
    position: relative;
    top: 288px;
    left: 208px;
    background: transparent;
    width: 164px;
    height: 50px;
}

#button-music
{
    display: block;
    position: relative;
    top: 288px;
    left: 208px;
    background: transparent;
    width: 164px;
    height: 50px;
}

/* Mainarea */

#mainarea
{
	width: 930px;
	height: 515px;
	text-align: left;
	font-size: 0.98em;
	color: #fff;
	background-repeat: no-repeat;
	overflow: hidden;
}


#centerarea
{
	width: 415px;
	height: 455px;
	overflow: hidden;
	padding: 30px 10px 30px 30px;
	margin: 0;
	background-image: url(images/brown.png);
}

#centerarea h1
{
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

#centerarea td
{
    padding: 5px 0 5px 0;
    vertical-align: top;
}

/* Scroll Pane */

.scroll-pane
{
    width: 405px;
    overflow: auto;
    padding-right: 10px;
    height: 455px;
    float: left;
}


/* Fussbereich */


#bottom
{
	color: #fff;
	clear: both;
	width: 930px;
	text-align: left;
	height: 21px;
	padding: 6px 0 0 0;
	font-size: 11px;
}

#bottom a
{
	text-decoration: none;
	color: #fff;
}


/* Container */

.container
{
	height: auto;
	margin-bottom: 10px;
}

#leftarea .container
{
	padding-top: 3px;
}

#rightarea .container
{
	width: 192px;
	padding: 8px;
	background-color: #ebebeb;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
}


/* Article und Teaser */

.article
{
	line-height: 1.49em;
	margin-bottom: 0px;
}

.article a
{
	text-decoration: underline;
	font-weight: bold;
	color: #fff;
}

.article a:hover
{

}

.article h2, .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;
	background-color: #ebebeb;
	width: 478px;
	border: 1px solid #e7e7e7;
}

.article ol li
{
	margin-left: 1.7em;
	margin-bottom: 0.5em;
}

.article ul
{
	list-style-type: none;
	margin: 0 0 10px 0;
	background-color: transparent;
}

.article ul li
{
	list-style-type: square;
	padding-left: 0;
	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;
	border: 1px solid #e7e7e7;
	cursor: url(../../../../images/lupe.cur),pointer;
	background: #fff;
	height: auto;
}

.article a.ai-left img
{
    border: none;
}

.article a.ai-right
{
	padding: 0;
	display: block;
	float: right;
	margin: 4px 0 5px 10px;
	border: 1px solid #e7e7e7;
	cursor: url(../../../../images/lupe.cur),pointer;
	background: #fff;
	height: auto;
}

.article a.ai-right img
{
    border: none;
}

.datum
{
	font-size: 0.9em;
}


.resources
{
    display: block;
    margin-bottom: 10px;
}

.resources a
{
    display: block;
    color: #2a3b8d;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 0 3px 20px;
    background-repeat: no-repeat;
    background-position: 0 2px;
}

.resources a:hover
{
	color: #4b4b4b;
}

.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 #fff;
	margin: 1px 0 8px 0;
	height: 20px;
	width: 250px;
	padding-left: 2px;
}

.textbox2
{
	border: 1px solid #fff;
	margin: 1px 0 8px 0;
	height: 20px;
	width: 30px;
	padding-left: 2px;
}

legend
{
	display: block;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

.textarea
{
	border: 1px solid #fff;
	margin: 5px 0 10px 0;
	width: 350px;
	font-family: Arial, Verdana, sans-serif;
	padding: 2px 0 0 2px;
	font-size: 11px;
}

.ErrorMsg
{
	display: block;
}

fieldset
{
	padding: 0px;
	border: 0px;
}

legend
{
	padding: 0;
	margin: 0;
}

#kontaktformular
{
	margin-top: 10px;
	padding-left: 0px;
}

.buttonarea
{
	margin: 15px 0 10px 0;
}

.formbutton
{
	color: #fff;
	padding: 4px;
	background-color: #150300;
	border: 1px solid #150300;
	margin-right: 5px;
	text-decoration: none;
}

.formbutton a
{
	color: #fff;
	text-decoration: none;
}

.rss
{
	float: right;
	margin-top: 4px;
	text-decoration: none;
}
