html, body {
	height: 100%;
}
body {
	font-family: 'Lucida Grande', Arial;
	font-size:12px;
	margin:0;
	line-height:160%;
	text-align:center;
	/* background: #DBDAD0 url(//images/bg-bak.gif) repeat-x; */
	background: #fff url(/images/bg.gif) center top no-repeat;
}
body#uid1 {
	background: #fff url(/images/bg_home.gif) center top no-repeat;
}
#container {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#left {
	float:left;
	width:490px;
	background: #fff url(/images/bg_left.gif) right bottom no-repeat;
}
#right {
	float:left;
	width:270px;
	background: #400000 url(/images/bg_right.png) no-repeat;
}

#container-home {
	width:863px;
	margin:0 auto;
	text-align:left;
}
#left-home {
	float:left;
	width:272px;
	background: #fff url(/images/bg_left_home.gif) right bottom no-repeat;
}
#center-home {
	float:left;
	width:319px;

	height:590px;
	background: url(/images/bg_center_home.png) center top no-repeat;
}
#right-home {
	float:left;
	width:272px;
	background: #fff url(/images/bg_right_home.gif) left top no-repeat;
}
#container, 
#container-home,
#left,
#left-home,
#right-home {
	height:100%;
}
#logo {
	text-align:center;
	margin-top:52px;
}
#logo-home {
	text-align:center;
	margin-top:118px;
}
/* ---------------------- CONTENT ---------------------- */
#content h2 {
	color:#B7C929;
	font-family: Georgia;
	font-weight:normal;
	font-size:28px;
	line-height:100%;
}
#content {
	margin-top:66px;
	margin-right:65px;
}
#content a {
	color:#8F9E21;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
.csc-textpic-caption {
	font-size:11px;
	color:#000;
	padding-left:5px;
}
.simpleboxfloatleft .csc-textpic-caption, 
.simpleboxfloatright .csc-textpic-caption {
	display:none;
}
table {
    margin:20px 0 0px 0;
    font-size:12px;
}
table.content {
    width:420px;
}
table p {
    margin:0;
}
#flashcontent {
    text-align:center;
    margin-top:40px;
}
.alerts {
    color:#fff;
    margin:0 40px;
}
.alerts a {
	color:#8F9E21;
	text-decoration:underline;
}
.alerts a:hover {
	text-decoration:none;
}
#language {
    text-align:center;
    margin-top:50px;
    padding-bottom:20px;
    font-family: Georgia;
    font-size:18px;
    color:#fff;
}
#language ul {
    margin:0;
    padding:0;
    list-style:none;
}
#language ul li a{
    text-decoration:none;
    font-family: Georgia;
    font-size:18px;
    color:#fff;
    font-weight:normal;
}
#language ul li a:hover{
    color: #B7C929;
}

#address {
    text-align:left;
    bottom:32px;
    position:absolute;
    margin-left:42px;
    color:#333;
}
#address a {
	color:#8F9E21;
	text-decoration:underline;
}
#address a:hover {
	text-decoration:none;
}
/* ---------------------- MAIN NAVIGATION ---------------------- */
ul#menu {
	/* solve a Opera7/IE display bug */
	margin-top:40px;
	margin-left:40px;
	margin-bottom:40px;
	padding:0;
	font-family: Georgia;
}
ul#menu li {
	list-style: none;
}
ul#menu li a {
	display:block;
	font-size:18px;
	padding: 3px 0px 3px 20px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	width: 210px;                /* for ie5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:180px;
}
ul#menu ul {
	margin:0 0 10px 0px;
	padding:0;
}
ul#menu li ul li a {
	font-family: 'Lucida Grande', Arial;
	display:block;
	font-size:12px;
	padding: 1px 0px 1px 30px;
	font-weight: normal;
	text-decoration:none;
	color: #fff;
	width: 200px;                /* for ie5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:170px;
}
ul#menu li a:hover, ul#menu li.current ul li a:hover {
	color:#B7C929;
}
ul#menu li.current a {
	color:#B7C929;
}
ul#menu li.current ul li a {
	color:#fff;
}
ul#menu li.current ul li.current a {
	color:#B7C929;
}

/* IMG NAV */
#imgnav {
	margin-left:60px;
	height:70px;
}
.imgnavitem {
	float:left;
	margin-right:5px;
}

/* ---------------------- FOOTER ---------------------- */
#footer {
	clear:left;
	padding-top:40px;
	position:relative;
	bottom:0;
	z-index:1;
}
#footerleft {
	font-size:11px;
	color:#666;
	padding-bottom:50px;

}

#footer a {
	color:#8F9E21;
	text-decoration:underline;
}
#footer a.current {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:none;
}

img.smg {
    float:left;
    margin:0 10px 0 0;
}

/* ---------------------- NEWS ANGEBOTE ---------------------- */
.news-list {
	margin:40px 40px 0px 40px;
	clear:left;
	font-size:12px;
    padding-bottom:40px;

}
.news-list h3 {
	margin-left:20px;
	font-size:18px;
	font-family: Georgia;
	color:#fff;
	font-weight:normal;
}
.news-list-item {
	margin:0px 0px 10px 20px;
	font-size:12px;
}
.news-list-item h4 {
	margin:0;
	font-size:12px;
}
.news-list-item h4 a {
	color:#fff;
	text-decoration:none;
}
.news-list-item h4 a:hover {
	color:#B7C929;
}
.news-list-item p {
	margin:0;
	font-size:11px;
	color:#fff;
}
.news-single-subheader {
	font-weight:bold;
}
.news-single-img {
	float:left;
	margin:0 10px 10px 0;
}

/* ---------------------- GUESTBOOK ---------------------- */
#commentform textarea {
	width:90%;
	font-family: 'Lucida Grande', Arial;
}
#commentform input {
	width:150px;
}
blockquote {
	margin-left:20px;
	margin-right:0px;
}
cite {
	font-style:normal;
	background:#F1F4D4;
	display:block;
	padding: 5px;
}
.tx-guestbook-result {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
}
.tx-guestbook-pagination a {
	color:#73003c;
	margin:0 1px;
}
.tx-guestbook-pagination a:hover {
	color:#73003c;
}
.tx-guestbook-pagination strong {
	color:#73003c;
	margin:0 1px;
}
.tx-guestbook-form-error {
	color:red;
}

/* ---------------------- FRAMES ---------------------- */
.simplebox {
	padding:5px;
	background:#F1F4D4;
	clear:both;
	margin-bottom:5px;
}
#content .simplebox h2 {
	padding:10px 0 0 0;
    margin:0;
	font-family: 'Lucida Grande', Arial;
	font-size:14px;
	font-weight:bold;
}
#content .simplebox p {
	padding:0;
	margin:5px 0 0 0;
}
#content .simplebox DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }

.simplebox img {
	margin-bottom:-3px;
}
.simpleboxfloatleft, 
.simpleboxfloatright {
	float:left;
	padding:5px;
	width:200px;
	background:#F1F4D4;
}
.simpleboxfloatleft {
	margin-right:5px;
}
.simpleboxfloatleft p, 
.simpleboxfloatright p {
	padding:5px;
	margin:0;
}
#content .simpleboxfloatleft a, 
#content .simpleboxfloatright a {
	color: #6A0000;
}
#content .simpleboxfloatleft a:hover, 
#content .simpleboxfloatright a:hover {
	text-decoration:none;
}
