@charset "utf-8";
/* CSS Document */

body {
background-color:#e3e3e3;
background-image:url(../gfx/page_bg.png);
background-repeat:repeat-x;
background-position:top;
color:#000000;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

li {
margin-bottom:1px;
}

a {
color: #ff0006;
text-decoration:none;
}

a:visited {
color: #ff0006;
text-decoration:none;
}

a:hover {
color: #000000;
text-decoration:underline;
}

#container {
width: 842px;
margin:auto;
}

#header {
width: 842px;
height:130px;
background-image:url(../gfx/header_bg.jpg);
background-repeat:no-repeat;
background-position:center top;
}

#header_logo {
width: 236px;
height: 95px;
margin-top: 34px;
float:left;
}

#header_current_page {
width: 217px;
height:95px;
margin-top: 34px;
float:left;
}

#header_right {
width: 389px;
height:95px;
margin-top: 34px;
float:left;
text-align:right;
}

#left_menu {
width: 236px;
background-color:#e5e5e5;
}

#link1 {
background-image:url(../gfx/kontakt.gif);
}

#link1:hover {
background-image:url(../gfx/kontakt_active.gif);
}


#footer {
width: 100%;
height: 84px;
background-image:url(../gfx/footer_bg.png);
background-repeat:repeat-x;
background-position: bottom;
}

#footer_container {
width: 842px;
height: 84px;
margin:auto;
}

#footer_left_col {
width: 236px;
height:84px;
background-image:url(../gfx/footer_left_bg.png);
background-repeat:repeat-x;
background-position: bottom;
float:left;
}

#footer_link {
width: 577px;
height: 50px;
float:left;
text-align:right;
padding-top:40px;
padding-right:29px;
}

#content_menu{
width: 606px;
height: 30px;
line-height: 30px;
text-align:center;
color:#ff0006;
font-size: 12px;
font-weight: bold;
vertical-align:bottom;
}

#content_menu a {
color:#ff0006;
text-decoration:none;
font-weight:bold;
}

#content_menu a:hover {
color:#ff0006;
text-decoration:underline;
font-weight:bold;
}

#content {
width: 566px;
background-image:url(../gfx/content_bg.jpg);
background-repeat:no-repeat;
background-position:left top;
padding: 30px 20px 20px 20px;
min-height: 530px;
}



.message-good, .message-bad, .message-info  {
	padding: 10px 10px 10px 40px;
	margin-bottom: 10px;
	background-position: 7px 7px;
	background-repeat: no-repeat;
}

.message-good {
	border: 1px solid #cae49c;
	color: #516f1b;
	background-color: #f3ffd0;
	background-image: url(../gfx/accept-big.png)
}

.message-good a {
	color: #516f1b;
}

.message-bad {
	border: 1px solid #ffdede;
	color: #ce0000;
	background-color: #fff1f1;
	background-image:  url(../gfx/exclamation-big.png);
}

.message-bad a {
	color: #ce0000;
}

.message-info {
	border: 1px solid #ededb3;
	background-color: #ffffcc;
	background-image:  url(../gfx/information-big.png);
}
