@charset "utf-8";
/* CSS Document mit den Layouteinstellungen*/

body
{
	margin: 0px;
	padding:0px;
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#104E8B;
	color: #ffffe0;
}

h1, h2, H3, h4
{
	color: #ffd700;
	font-weight: bolder;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

H3, h4
{
	font-size: 14px;
}

p
{
	letter-spacing: 0.1em;
	text-align: justify;
	word-spacing: 0.2em;
	line-height:1.5em;
}

a
{
	color: #ffffe0;
	font-style: normal;
	text-decoration: underline;
}

a:visited
{
	color: #ffffe0;
}

a:active 
{
	color: #ffffe0;
}

a:hover
{
	color: #ffd700;
}

img
{
	border:none;
}

.container 
{
	width: 100%;
	min-width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
}

.header 
{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
	height: 200px;
	background-color: #104E8B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/headerBackground.jpg);
	background-repeat: repeat-x;
	z-index: 100;
}

.headerLogo
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:103;
}

.headerLogoRight
{
	position:absolute;
	top:0px;
	right:0px;
	z-index:105;
}

.mainMenu
{
	margin: 0px;
	padding: 0px;
	height: 40px;
	position: fixed;
	top: 200px;
	left: 0px;
	right: 0px;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	min-width: 850px;
	z-index: 110;
}

.subMenu
{
	height: 100%;
	right: 0px;
	width: 150px;
	background-color:#104E8B;
	background-image: url(../img/submenuBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.mainContentBody
{
	padding-top: 240px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px;
	padding-right: 0px;
	background-color: #104E8B;
}

.mainContent
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 25px;
	margin-left: 155px;
}

.mainContentInhalt
{
	background-color: #3284B4;
	padding: 5px;
}

.mainContentHeader
{
	font-size:18px;
	font-weight:bolder;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #104E8B;
	border-bottom-color: #104E8B;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #ffd700;
	padding: 5px;
	height: 22px;
}

.mainContentInfobar
{
	float:right;
	margin-top:0px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:10px;
	width: 150px;
	background-color:#104E8B;
	background-image: url(../img/submenuBackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px;
}

.footer 
{
	margin: 0px;
	padding: 5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: fixed;
	height: 12px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size:10px;
}

.randomImage
{
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px outset #104E8B;
	color: #ffd700;
}

.login
{
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px outset #104E8B;
	color: #ffd700;
}

.loginForm
{
	margin: 5px;
	font-size: 10px;
}

.loginInputText
{
	font-size: 12px;
	background-image: url(../img/inputText.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffd700;
	background-color: #609CC0;
	border: 1px inset #104E8B;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
	width: 122px;
}

.fehler
{
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #FFCCFF;
	border: 1px groove #FF0000;
	padding: 2px;
	margin: 5px;
}

.ieWarnung
{
	visibility: hidden;
	font-size: 11px;
	font-weight: normal;
	color: red;
	background-color: #FFCCFF;
	border: 1px groove #FF0000;
	padding: 5px;
	margin: 5px;
}

.errorText
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0033;
}

.smallText
{
	font-size: 10px;
	font-weight: normal;
}


.warnung
{
	font-size: 14px;
	font-weight: bold;
	color: red;
	background-color: #FFCCFF;
	border: 2px groove #FF0000;
	padding: 5px;
	margin: 5px;
}

.inputText
{
	font-size: 12px;
	background-image: url(../img/inputText.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffd700;
	background-color: #609CC0;
	border: 1px inset #104E8B;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.inputTextarea
{
	font-size: 12px;
	background-image: url(../img/inputTextarea.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffd700;
	background-color: #609CC0;
	border: 1px inset #104E8B;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.inputButton
{
	font-size: 11px;
	background-image: url(../img/inputText.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #ffd700;
	background-color: #2C5B89;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}

.userContent
{
	margin-bottom: 15px;
	background-color: #3284B4;
	padding: 10px;
}

.userName
{
	color: #ffd700;
	font-size:14px;
	font-weight:bold;
}

.userInfo
{
	color: #ffffe0;
}

.userTag
{
	color: #ffd700;
	margin-right: 5px;
}

.userImg
{
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}

.dataScroller
{
	background-color: #3284B4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height:15px;
}

.dataScroller a
{
	padding: 5px;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #104E8B;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.dataScrollerActive
{
	font-weight:bold;
	color: #ffd700;
	padding: 5px;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #ffd700;
	margin-top: 5px;
	margin-bottom: 5px;
}

.newsMain
{
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #104E8B;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.newsSubject
{
	color: #ffd700;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.newsDate
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	color: #ffd700;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.newsText
{
	padding-bottom: 10px;
}

.programmMain
{
	background-color: #3284B4;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #104E8B;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-top: 10px
}

.programmSubject
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	color: #ffd700;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 21px;
}

.programmText
{
	padding-bottom: 10px;
}

.gbMain
{
	background-color: #3284B4;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #104E8B;
	padding: 5px;
}

.gbMainOdd
{
	background-color: #2d75a0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #104E8B;
	padding: 5px;
}

.gbSubject
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	color: #ffd700;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	height: 21px;
}

.gbText
{
	padding-bottom: 5px;
}

.gbKommentar
{
	font-size: 11px;
	font-weight: normal;
	color: red;
	background-color: #FFCCFF;
	border: 1px inset #FF0000;
	padding: 2px;
	margin: 5px;
}

.gbEmoticonsDiv
{
	padding: 5px;
	border: 1px inset #333333;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

.fotosContentJahr
{
	font-size:14px;
	font-weight:bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #104E8B;
	border-bottom-color: #104E8B;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #ffd700;
	padding: 5px;
}

.fotosContent
{
	background-color: #3284B4;
	padding: 10px;
	margin-bottom: 10px;
}

.fotosContentText
{
	font-size:14px;
	font-weight:bold;
	background-image: url(../img/mainMenuBar.jpg);
	background-repeat: repeat-x;
	background-position: center;
	color: #ffd700;
	padding: 5px;
	width: 100%;
	vertical-align: top;
	height: 26px;
	border: 1px solid #104E8B;
}

.fotosContentThumbs
{
	vertical-align: top;
	padding-right: 10px;
}

.fotosContentBeschreibung
{
	font-size:12px;
	font-weight:normal;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #104E8B;
	border-left-color: #104E8B;
}

.fotosContentFlussliste
{
	font-size:12px;
	font-weight:normal;
	padding: 5px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #104E8B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #104E8B;
}

.mapCanvas
{
	color: black;
	width: 550px;
	height: 400px;
	overflow: hidden;	
}

.mapCanvas a
{
	color: black;
}

.mapCanvas a:visited
{
	color: black;
}

.mapCanvas a:active 
{
	color: black;
}

.mapCanvas a:hover
{
	color: black;
}

