html, body, form {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: 10pt;
    line-height: 16pt;
}

select {
	border: solid 1px #999;
	border-radius: 3px; 
    color: #28623F; 
    font-weight: bold;
	background-color: #eee; //dadada;
}

body 
{
    color: #333333;
    font: 1em, arial,sans-serif;
    text-align:center;
    //background-image: url("../Images/Background.gif");
    //background-repeat:repeat-x;
    background-color: #eeeeee;
}


img {
    border: none;
}

td 
{
    font-size: smaller;
}

.smallText 
{
    font-size: 9px; 
    line-height: 14px;
    margin: 5px 5px 5px 5px;
}

.ButtonText
{
    color: #28623F; 
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.ButtonText:Hover
{
    color: #48825F; 
}

/* ======================================================================
// Header und Banner ====================================================
// ====================================================================== */

.HeaderWrap {
	width: 912px;
	margin:auto auto;
	text-align:left;
	padding: 5px 0px 0px 0px;
	margin-top: 8px;
}

.Banner {
	background-image: url("../Images/Banner.gif");
   	background-repeat: no-repeat;
	height: 127px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.Banner_Left 
{
	background-image: url("../Images/Banner_Left.gif");
	background-repeat: x-repeat;
	z-index: -9;
	left: 0%;
	top: 13px;
	width: 50%;
	height: 127px;
	position: absolute;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.Banner_Right
{
	background-image: url("../Images/Banner_Right.gif");
	background-repeat: x-repeat;
	z-index: -9;
	left: 50%;
	top: 13px;
	width: 50%;
	height: 127px;
	position: absolute;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

/* ======================================================================
   Navigation ===========================================================
   ====================================================================== */

.NavigationWrap 
{
    width: 100%;
    box-shadow:  inset 0pc -6px 4px -2px #bbb;
    height: 46px;
    background-color: white;
}

.Navigation
{
	width: 912px;
	margin:auto auto;
	text-align:left;
	padding: 5px 0px 5px 0px;
    font-size: 11pt;
    line-height: 32px;
}

.NavigationItem
{
    color: #333333;
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 12px;
    text-decoration: none;
	border: solid 1px transparent;
}

.Selected, .NavigationItem:Hover 
{
    color: #fafafa;
	border: solid 1px #333;
    background-color: #005723;    
	box-shadow: 1px 1px 2px #555;
    border-radius: 3px;
}

.SubNavigationItem
{
	padding-left: 10px;
	padding-right: 10px;
    color: #28623F; 
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
	border-radius: 3px;
	border: 1px solid transparent;
}

.SubNavigationItem:Hover
{
    color: #48825F; 
    font-weight: bold;
    text-decoration: none;
	border: solid 1px #999;
}

.SubNavigationContainer {
	height: 40px;
	text-align: right;
}


.SubSelected 
{
	background-color: #dadada;
	border: solid 1px #999;
    border-radius: 3px;
}


/* ======================================================================
   Content ==============================================================
   ====================================================================== */
.MainWrap {
    width: 100%;
    background-color: #eeeeee;
}

.ContentWrap 
{
	width: 912px;
	margin:auto auto;
	text-align:left;
	padding: 5px 0px 5px 0px;
}

.OneColumnContainer
{
	margin: 0px 140px 20px 100px;
	font-size: 11pt;
}

.TwoColumnContainer
{
	margin: 0px 240px 0px 30px;
	font-size: 11pt;
}

.Advertising {
	width: 200px;
	float: right;
	top: 20px; 
	padding-top: 12px;
}

.BlogItemContainer
{
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px #555;
	background-color: #fff;
}

.LinkItemContainer
{
	margin-bottom: 20px;
	padding-bottom: 10px;
	box-shadow: 0px 2px 4px #555;
	background-color: #fff;
}

.LinkImage
{
    margin-top: 10px;
	margin-Left: 10px;
}

.BlogItemContentContainer {
	padding: 0px 5px 5px 5px;
}

.ImageItemContainer 
{
	margin-bottom: 20px;
	box-shadow: 0px 2px 4px #555;
	background-color:  #fff;
}

.ContentTitle {
    border-bottom: 2px solid #28623F;
    color: #28623F; 
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

/* ======================================================================
   Galery ===============================================================
   ====================================================================== */

.GaleryContainer 
{
	margin-bottom: 20px;
	padding: 5px;
	box-shadow: 0px 2px 4px #555;
	background-color:  #fff;
	font-size: 11pt;
}

.ThumbnailContainer
{
    margin: 5px 5px 5px 5px;
    width:120px;
    height:120px;
    display: inline-block;
	border: solid 1px #ccc;
}

.LinkFrame
{
    border: solid 1px black;
    width: 746px;
    height: 127px;
    padding-left: 100px;
}

.GalerieItem
{
    display: inline-block;
    width: 220px; 
    font-size:smaller;
    border-bottom: 1px solid silver;
}

.ImageFolderList
{
    height: 400px;
    background-color: transparent;
    border: solid 1px silver;
}

.GalerieContent
{
    overflow: visible;
    padding-left: 250px; 
    width : 900px;
    height: 500px;    
}

.loginForm
{
    border: solid 1px silver;
    width: 400px;
    height: 200px;
    margin-left:250px;
	}

