* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
	overflow-y: scroll;
}
body {
	background:#f5f5ff;
	font-family: 'Arial', 'Helvetica', sans-serif;
	color: #666666;
	font-size: 0.8em;
}
td {
}
a img{
	border: 0;
    background: #E5E5E5;
    padding: 3px;
}
#header a img {
	border: none;
	padding: 0;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #4d4d4d;
	background-color: white;
	text-decoration: underline;
}
h1 {
	padding: 10px 0;
}
table { margin:auto; border:none; }
table td { border:none; }
#maincontent h2 {
	background:url("/img/bg/maincontent_title.png") no-repeat scroll 0 0 transparent;
	color: white;
	height:27px;
	width:650px;
	position: absolute;
	left:0;
	top:0;
	padding: 2px 0 0 20px;
}
#cms_edit___Frame{
	width: 600px;
}

/*/////   HEADER   /////*/
#header_wrapper{
	height: 90px;
	}
#header {
	background: url('/img/bg/banner.png') center no-repeat;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 1044px;
	height: 90px;
}
#headimg {
	position: relative;
	width: 613px;
	height: 104px;
	float: left;
	margin: 5px 0 0 5px;
}
#logo {
	height: 72px;
	width: auto;
	margin: 10px 5px 0 30px;
	float: left;
}
#belchen {
	height: 88px;
	width: auto;
	margin: 1px 5px 0 30px;
	float: left;
}
#header_bothmenus{
	height: 20px;
	width:auto;
	background: none;
	float: right;
	margin: 0 15px 0 0;
}
#header_editmenu {
	width: auto;
	float: right;
	height: 20px;
	font-size: 11px;
}
#header_editmenu ul {
	list-style-type: none;
	height: 20px;
}
#header_editmenu ul li {
	display: inline;
	padding-right: 8px;
}
#header_editmenu a {
	color: #666666;
	text-decoration: none;
}
#header_editmenu a:hover {
	color: #91c730;
}
#header_menu {
	font-size: 11px;
	float: right;
	height: 20px;
}
#header_menu ul {
	list-style-type: none;
	height: 20px;
}
#header_menu ul li {
	display: inline;
	padding-right: 8px;
}
#header_menu a {
	color: #666666;
	text-decoration: none;
}
#header_menu a:hover {
	color: red;
}

/*/////   MENU   /////*/

#menuwrap {
	width: 990px;
}
#menu {
	background: url('/img/bg/menu.png') left bottom no-repeat;
	padding: 8px;
	margin-left: 25px; 
	white-space: nowrap;
}
#menu ul { margin-left: 0; padding: 15px 0; white-space: nowrap; text-align:right; }

#menu li {
	display: inline;
	list-style-type: none;
}

#menu a { padding: 8px 10px; margin-right: 10px; 
	font-weight: bold;}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover ,
#menu .active a {
	/*border: 1px solid black;*/
	padding: 8px 10px;
	color: #222;
	background-color: #dedede;
	text-decoration: none;
}

#menu ul a{ font-weight: normal; }


/*/////   MAINCONTENT   /////*/

#main_plus_title {
	height: auto;
	width: 650px;
	margin: 5px 0 0 15px;
	float: left;
	position: relative;
}
#maincontent_title {
	height: 27px;
	width: 650px;
	background: url('/img/bg/maincontent_title.png') no-repeat;
}
#maincontent {
	padding: 20px;
	width: 610px;
	float: left;
	margin: 27px 0 0 0;
	margin-left:1px;
	background: url('/img/bg/main.png') repeat-y;
	background-position: 0 27px;
}
#maincontent a { color:#4d4d4d; }
#maincontent p { padding: 10px 0; }
#main_shadow {
	background: url('/img/bg/maincontent_shadow.png') no-repeat;
	height:24px;
	width:650px;
	clear: both;
}
#centerwrapper {
	width: 100%;
	height: auto;
}
#content {
	margin: 0 auto 0 auto;
	background: url('/img/bg/content.png') repeat-y;
	width: 1034px;
	position: relative;
	padding: 5px;
}
#center_content {
	width: 600px;
	position: relative;
}
#content_right_column {
	width: 340px;
	position: relative;
	float: right;
	margin: 5px 20px 0 0;
}
#content_right_column h2 {
	font-size: 12px;
	color: white;
	line-height: 27px;
	margin: 0 0 0 13px;
}
#content_right_column .content_right_column_container {
	padding:10px 13px;
	background: url('/img/bg/container_c.png') repeat-y;
}
#content_right_column .content_right_column_container h3 {
	font-family: 'Arial', 'Helvetica', sans-serif;
}
#content_right_column .content_right_column_container p {

}
#content_right_column .content_right_column_container a {
	color: #999999;
}
#content_right_column .content_right_column_container a:hover {
	color: #d3d3d3;
}
.content_right_column_container h3 {
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
	border-top: 1px gray solid;
}
.content_right_column_container p {
	padding: 0 2px;
}
.content_right_column_container #first_news {
	margin: 3px 0 0 0;
}
#right_col_top {
	background: url('/img/bg/container.png') no-repeat;
	height: 27px;
}
#container_shadow {
	background: url('/img/bg/container_shadow.png') no-repeat;
	height: 17px;
	width:340px;
	margin: 0 15px 0 0;
}
#column2 {
	position: static;
}

/*///// SHOUTBOX ////*/

.not_here, .secret {display:none; margin: 10px 0 0 0;}
.shoutbox form input,
.shoutbox form textarea { width:230px; float: left;}
.shoutbox .shout_error { color:red; font-weight:bold; margin: 10px 0 0 0; border-top: 1px gray solid;}
.shoutbox div { padding: 2px; background: white; }
.shoutbox .title { padding: 2px 0; border-top: 1px solid gray; }
.shoutbox label { width: 70px; }
.shoutbox button { margin: 0 0 0 70px; }

/*///// ADMIN   /////*/

#adm{
	font-size: 10px;
	padding: 10px;
}
#adm table{
	max-width: auto;
	min-width: 300px;
}
#adm a { color:#4d4d4d; }
.contact input {
	width: 204px;	
}
.contact textarea {
	width: 300px;	
}
#adm h2 {
 background: none;
 color: #4d4d4d;
 padding: 0;
 margin:0;
 position: static;
}

/* Galerie */

.galerie { text-align:center; }

.galerie a:hover { text-decoration: underline; background:transparent;}

.galerie div { padding: 4px; }

.galerie_thumbnail,
.galerie div .galerie_title { width: 100px;float:left; background: #e5e5e5; margin:4px; height:75px;}

.galerie div .galerie_title 

.galerie_thumbnail:hover { background: #d3d3d3;}

.galerie .galerie_title { clear:both; }

/* Galerie Admin */
.gallery-admin { font-size:14px; line-height:16px; margin:0 0 30px 0 }
.gallery-admin ul {
    list-style-type: none;
    padding: 1px;
    margin:0 0 0px 15px;

}
.gallery-admin ul ul, .gallery-admin ul ul ul, .gallery-admin ul ul ul li{
	margin:0 0 0 15px;
}
.gallery-admin .message {
    position:fixed;
    top: 20px;
    left: auto;
    border: 2px solid lightgray;
    padding: 10px;
    margin: auto;
    text-align:center;
    width: 350px;
    background: gray;
}
.gallery-admin .message a {
    color: white;
    display: inline;
    border: 2px solid white;
    padding: 1px 10px;
    margin: 3px 10px;
    text-decoration:none;
    line-height: 25px;
}

/*/////   FOOTER   /////*/
#footer {
	clear: both;
	position: relative;
	background: url('/img/bg/footer.png') center no-repeat;
	height: 50px;
	width: 1044px;
	margin: 0 auto;
}
#footer a {
	height: 30px;
	line-height: 30px;
	color:#4d4d4d;
	font-size: 10px;
	padding:0 5px;
	text-decoration: none;
}
#bottom {
	clear: both;
	height: 0;
	width: 1044px;
}
#sc_link {
	margin: 0 0 0 25px;
	height: 20px; 
	width: 200px;
	float: left;
}
form table {width: 220px;}
label {float:left;}
input {float:right;width:150px;}
table tr td{
	padding:3px 0;
}
#send {width: 90px; float: right}
#reset {width: 90px; float:left;}
select, textarea{
	width:220px;
}
textarea {
	height:70px;
}
