/* belleza-regular - latin */
@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/belleza-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/belleza-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/belleza-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/belleza-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/belleza-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/belleza-v17-latin-regular.svg#Belleza') format('svg'); /* Legacy iOS */
}

body{
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position:center;
	color: #666666;
font-family: 'Belleza', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.3em;
	padding-top: 50px; /* Abstand zum oberen Browserrand*/
	margin:0px;
}
/* p wichtig zur Einhaltung Abstand wenn so gewünscht*/
p {
}
/* Überschriften zur Seitennavigation */
h1, h2, h3 {
	font-size: 24px;
	line-height:35px;
		font-weight: 400;
	margin-bottom: 10px;
	color: #339900;
}
/* Überschriften zur Verwendung im content */
h4 {
	font-size: 19px;
       line-height:22px;
	   	font-weight: 400;

	margin-bottom: 10px;
        color: #666;
}
/* horizontale Linie */
hr {
	color: #390;
    border:none;
	border-top:1px #390 solid;
}
/* links allgemein evtl. nicht verwendet da links im jeweiligen .div extra definiert sind*/
a {
	text-decoration:none;
	color:#390;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* container für mittige Zentrierung */
#container {
	position: relative;
	width: 975px;
	margin: 0 auto;
}

#header {
	text-align: right;
	height: 160px;
	background-image: url(images/bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#header p{
	margin:0px;
	paddding:0px;

}

/* Mitte - hält links, rechts und content zusammen */
#mitte {
	width: 100%;
	float: left;
	background-color: #FFF;

}

/* Spalte rechts */
#vk {
	width: 275px;
	float: left;
	padding-top: 50px;
}

/* content */
#content{
	width: 525px;
	float: left;
	margin: 0px;
	padding-bottom: 20px;
	min-height: 400px;
}
#content a{
	text-decoration:underline;
	font-weight:normal;
	color:#390;
}
#content a:link, a:visited {
	text-decoration:underline;
}	
#content a:hover, a:active {
	text-decoration:none;
}
/* menu*/
#menu{
	width: 150px;
	float: left;
	margin: 0px;
	padding-left: 25px;
}
#menu a{
	font-weight:normal;
	text-decoration:none;
}
#menu a:link, a:visited {
	text-decoration:none;
}	
#menu a:hover, a:active {
	text-decoration:none;
}
#menu li {
	line-height: 1.4;
	padding-top:3px;
	padding-bottom:3px;
}

#menu li li {
	line-height: 1.5;
	padding-top:0px;
	padding-bottom:0px;
}
ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}
.doc { /* Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 30px;
}
.docs { /* Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 30px;
}
.sdoc { /* Aktiver Menüpunkt ohne Unterseite*/
	list-style: none;
	padding-left: 30px;
	background: url(menu/sdocument.gif) no-repeat;
}
.sdocs { /* Aktiver Menüpunkt mit Unterseite*/
	list-style: none;
	padding-left: 30px;
	background: url(menu/sdocument.gif) no-repeat;
}
/* 1. Menüebene*/
.menulevel1 {
	font-size: 16px;
	line-height:18px;
	color: #390;
	text-transform:none;
}
.menulevel1 a {
	font-weight: normal;
	color: #666;
        display:block;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #666;
}
.menulevel1 a:hover, .menulevel1 a:active {
	color: #390;

}
/* 2. Menüebene*/
.menulevel2 {
	font-size: 14px;
	line-height:15px;
	color: #390;
	text-transform:none;
}
.menulevel2 a {
	font-weight: normal;
	color: #666;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #666;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #390;
}

/* sitmap wahrscheinlich eher net verwendet*/
.sitemaplevel1, .sitemaplevel2, .sitemaplevel3 {
	font-size: 9pt;
}
.sitemaplevel1 a, .sitemaplevel2 a, .sitemaplevel3 a {
	font-weight: normal;
	color: black;
}
.sitemaplevel1 a:link, .sitemaplevel2 a:link, .sitemaplevel3 a:link, .sitemaplevel1 a:visited, .sitemaplevel2 a:visited, .sitemaplevel3 a:visited {
	color: black;
}
.sitemaplevel1 a:active, .sitemaplevel2 a:active, .sitemaplevel3 a:active, .sitemaplevel1 a:hover, .sitemaplevel2 a:hover, .sitemaplevel3 a:hover {
	color: black;
}
/* footer*/
#footer{
	clear: both;
	color: #ffffff;
}
#footer a{
	color:#ffffff;
	font-weight:bold;
}
#footer a:link, a:visited {
	text-decoration:underline;
}	
#footer a:hover, a:active {
	text-decoration:none;
}
/* Suchfeld */
#suche {
	position:absolute;
	z-index:10;
	left: 800px;
	top: 160px;
} 
.search a {
	font-weight: normal;
	color: black;
}
.search a:link, .search a:visited {
	color: black;
}
.search a:active, .search a:hover {
	color: black;
}
.searchbox .text, .searchbox .submit {
	border: 2px solid #c0c0c0;
	background: white;
}
/* Formular */
form {
	margin: 0;
}
/* Formular */
img {
	border: 0;
}
a img  { /* Zur Vermeidung von Rahmen bei Bildlinks*/
  border:0;
}
 /* wenn unter normalem content submenu erscheinen soll - eher net*/
.submenu {
	font-size: 9pt;
}
.submenu a {
	font-weight: normal;
	color: black;
}
.submenu a:link, .submenu a:visited {
	color: black;
}
.submenu a:active, .submenu a:hover {
	color: black;
}
 /* breadcrumps navi*/
.locator {
	font-size: 8pt;
	color: white;
}
.locator a {
	font-weight: normal;
	text-decoration: underline;
}
.locator a:link, .locator a:visited, .locator a:active, .locator a:hover {
	color: white;
}
 /* Link login*/
.login {
	font-weight: bold;
	font-size: 8pt;
	color: gray;
}
.login a, .login a:link, .login a:visited, .login a:active, .login a:hover {
	color: gray;
}
 /* Link cmsimple*/
.navigator {
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	padding-left:15px;
}
 /* editor*/
.edit {
	font-size: 8pt;
	color: black;
	background-color: #FFFFFF;
	background-image: none;
}
.edit a:link, .edit a:visited, .edit a:active, .edit a:hover {
	font-weight: normal;
	color: black;
}
.retrieve{
	background-color:#ffffff;
	background-image:none;
}
input, select {
	font-size: 8pt;
}
textarea {
	width: 98%;
	background: white;
	font: 8pt Verdana, Geneva, Arial, Helvetica;
}
 /* name der site*/
.sitename {
	font-weight: normal;
	font-size: 20pt;
}
#minimenu {
	position:absolute;
    left:10px;
	top:10px;
}
#minimenu a:link, a:visited {
	text-decoration: none;
	color: #666;
}
#minimenu a:hover, a:active {
	text-decoration: none;
	color: #390;
}
.paddingleft {
	padding-left:15px;
}
body.mceContentBody { 
    margin:                     0 !important; 
    padding:                    5px; 
    background-color:           #fff; 
    background-image:           none; 
}

#vkinnen{
	padding-left:35px;
	font-size:16px;
	line-height:20px;
	
}

#rechts{
	float: left;
	width: 700px;
}

#unten{
	margin: 0 auto;
	width: 975px;
	font-size:12px;
	line-height:15px;
	color:#fff;
}
#unteninnen{
	padding-left:275px;
	padding-top:5px;
}

#fb-root{
	width:100%;
	padding-top:-50px;
}
#facebook {
	position: absolute;
	top:0px;
	right:0px;
	
}
#resbutton {
	display:none;
}

#kmenu{display:none;}
#mmenu{display:none;}


/* Kann maximal 975px darstellen. */
@media only screen and (max-width : 975px) {
	
	body{
	background-image: url(images/bg2.gif);
		background-size:100%;
	background-repeat: repeat-y;
	background-position:center;
		padding-top: 100px;
			font-size: 18px;

	
}


	#container{
	width: 100%;
}
#vk{margin-left:5%;float:right;}
#header {
	text-align: left;
	height: 100px;
	background-image: none;
	margin-top:15px;

}
#header img{
	width: 40%;
	height:auto;

}

#resbutton {
	display: none;
	width: 50px;
	height: 35px;
	border-radius: 5px;
	position: fixed;
	z-index: 500;
	top: 5px;
	left: 5px;
	border: 2px solid #66cc33;
}
#resbutton a {
	border-radius: 5px;
}
#resbutton a:link, a:visited {
	border-radius: 5px;
}
#resbutton a:hover, a:active {
	border-radius: 5px;
}


#logo{
	width: 300px;
	height:auto;
}

#unten{
	width: 100%;
	font-size:15px;
	line-height:18px;
	color:#fff;
}
#unteninnen{
	padding-left:0px;
	padding-top:5px;
}


#content{
	width: 100%;
	padding:1%;
}
#rechts{
	width: 98%;
}

.pic{
	width: 25%;
	height:auto;
	margin:0px;
	padding:0px;
}

#mmenu{
	display:block;
	background-color:#fff;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;

	}

form{ width:90%;}

/* 1. Menüebene*/
.menulevel1 {
	font-size: 30px;
	line-height:35px;
	color: #390;
	text-transform:none;
}
.menulevel1 a {
	font-weight: normal;
	color: #666;
        display:block;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #666;
}
.menulevel1 a:hover, .menulevel1 a:active {
	color: #390;

}
/* 2. Menüebene*/
.menulevel2 {
	font-size: 25px;
	line-height:28px;
	color: #390;
	text-transform:none;
}
.menulevel2 a {
	font-weight: normal;
	color: #666;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #666;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #390;
}

.kissgallery img{width:100%;}

#kmenu{display:none;}
#menu{display:none;}
}

/* Kann maximal 480px darstellen. */
@media only screen and (max-width : 480px) {
	
	body{
	background-image: url(images/bg2.gif);
		background-size:100%;
	background-repeat: repeat-y;
	background-position:center;
		padding-top: 100px;
			font-size: 18px;

	
}


	#container{
	width: 100%;
}
#vk{margin-left:5%;float:right;}
#header {
	text-align: left;
	height: 100px;
	background-image: none;
	margin-top:15px;

}
#header img{
	width: 75%;
	height:auto;

}

#resbutton {
	visibility: visible;
	display: block;
	width: 50px;
	height: 35px;
	border-radius: 5px;
	position: fixed;
	z-index: 500;
	top: 5px;
	left: 5px;
	border: 2px solid #66cc33;
}
#resbutton a {
	border-radius: 5px;
}
#resbutton a:link, a:visited {
	border-radius: 5px;
}
#resbutton a:hover, a:active {
	border-radius: 5px;
}


#logo{
	width: 300px;
	height:auto;
}

#unten{
	width: 100%;
	font-size:15px;
	line-height:18px;
	color:#fff;
}
#unteninnen{
	padding-left:0px;
	padding-top:5px;
}

#menu{display:none;}

#mmenu{display:none;}


#content{
	width: 100%;
	padding:1%;
}
#rechts{
	width: 98%;
}

.pic{
	width: 25%;
	height:auto;
	margin:0px;
	padding:0px;
}

#kmenu{
	display:block;
	background-color:#fff;
	padding-left:15%;
	padding-top:5px;
	padding-bottom:5px;

	}

form{ width:90%;}

/* 1. Menüebene*/
.menulevel1 {
	font-size: 30px;
	line-height:35px;
	color: #390;
	text-transform:none;
}
.menulevel1 a {
	font-weight: normal;
	color: #666;
        display:block;
}
.menulevel1 a:link, .menulevel1 a:visited {
	color: #666;
}
.menulevel1 a:hover, .menulevel1 a:active {
	color: #390;

}
/* 2. Menüebene*/
.menulevel2 {
	font-size: 25px;
	line-height:28px;
	color: #390;
	text-transform:none;
}
.menulevel2 a {
	font-weight: normal;
	color: #666;
}
.menulevel2 a:link, .menulevel2 a:visited {
	color: #666;
}
.menulevel2 a:active, .menulevel2 a:hover {
	color: #390;
}

.kissgallery img{width:100%;}
}