html, body
{
    color: #3a3a3c;
    font: 12px arial,tahoma,sans-serif;
    height: 100%;
    line-height: 18px;
    margin: 0px;
    width: 100%;
}

div#cookieInfo
{
	position: fixed;
	z-index: 9000;
	left: 0;
	right: 0;
	padding: 10px 10px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: 1px solid rgba(192, 192, 192, 0.5);
	color: #000;
	text-align: center;
}

a#cookieInfoButton
{
	border: 1px solid #000;
	color: #000;
	display: inline-block;
	margin-left: 10px;
	padding: 5px 10px;
}

#outerWrapper
{
    height: 100%;
    width: 100%;
}

#innerWrapper
{
    margin: auto auto;
    width: 938px;
}

#headerLeft
{
    background: url(gfx/header_left.png);
    width: 40px;
}

#header
{
    background: url(gfx/header.jpg) no-repeat;
    height: 243px;
    width: 856px;
}

#headerRight
{
    background: url(gfx/header_right.png) no-repeat;
    width: 41px;
}

#menuWrapper
{
    background: url(gfx/menu_bg.png);
    height: 55px;
    width: 100%;
}

#menuLeft
{
    background: url(gfx/menu_left.png);
    height: 55px;
    width: 200px;
}

#menuRight
{
    height: 55px;
    width: 700px; 
}

#menuShadow
{
    background: url(gfx/menu_schatten.png);
    height: 31px;
}



div.clearBoth
{
    clear: both;
}

div.menuitemSeperator
{
    background: url(gfx/menu_trenner.png);
    float: left;
    height: 55px;
    width: 1px;
}

div.menuitem
{
    background: url(gfx/button.png);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 48px;
    padding: 0px 10px;
}

div.menuitem_hover
{
    background: url(gfx/button_hover.png);
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 48px;
    padding: 0px 10px;
}

/*
a
{
    color: #3a3a3c;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #000;
}
*/

.noStyle
{
	background: none;
	padding: 0px;	
}

.noStyle:hover
{
	background: none;
	padding: 0px;	
}

a
{
	background:url(gfx/link.png) no-repeat left;
    color: #3a3a3c;
    font-weight: bold;
    text-decoration: none;
    padding-left: 13px;
    padding-top: 1px;
}

a:hover
{
	background:url(gfx/link.png) no-repeat left;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    padding-left: 13px;
    padding-top: 1px;
}


a.menulink
{
	background: none;
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 0px;
}

h1
{    
    font-size: 24px;
    font-weight: normal;
    line-height: 1.1em;
    margin-top: 0px;
    margin-bottom: 18px;
}

form
{
    display: inline;
}

input, textarea, select
{
    border: 1px solid #ccc;
    padding: 2px;
}

div.showMessageSuccess
{
    border: 1px dashed #00c000;
    background: #c0ffc0;
    color: #008000;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px;
}

div.showMessageError
{
    border: 1px dashed #c00000;
    background: #ffc0c0;
    color: #800000;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 6px;
}

br
{
    height: 10px;
    line-height: 10px;
}
