* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-size: 12px;
}

p, table{
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	line-height: 1.6em;
	color: #424242;
	text-decoration: none;
}

table, th, tr, td {
	border: 0px;
	border-spacing: 0px;
	vertical-align: top;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1.4em;
	color: #424242;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
	color: #424242;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #424242;
}

h4 {
	font-weight: bold;
}

#box_content p {
	text-align: justify;
}
#box_content ul,
#box_content ol {
	margin: .75em 0 0.75em 2em;		
	font-size: 1em;
}
#box_content li {
	padding: 0 0 .75em .75em;
}
#box_content blockquote {
	margin: 1em 0em;
	padding: 1.3em;
	border: 1px dotted;
}


/* HINTERGRUND
----------------------------------------------------------------------------------------------------*/





/* LAYOUT RASTER
----------------------------------------------------------------------------------------------------*/

#abschnitt {}

#container {
	position: relative;
	width: 850px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	margin: 0 auto;
	border: 0 solid;
}

#container1 {     /* passwortseite */
	position: relative;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden !important;
	margin: 0 auto;
}

#box1 {
	position: relative;
	width: 850px;
	height: auto;
	padding: 0;
	margin: 0 0 40px 0;
}

#box2startseite {
	position: relative;
	width: 850px;
	height: auto;
	min-height: 100%;
}


#box2 {
	position: relative;
	float: left;
	width: 200px;
	height: auto;
	min-height: 100%;
}
#box3 {
	position: relative;
	float: left;
	width: 650px;
	height: auto;
	min-height: 100%;
}




/* LAYOUT INHALTE
----------------------------------------------------------------------------------------------------*/


/* in box1 ------------------------- */



#titelbild1 {
	position: relative;
	width: 850px;
	height: 190px;
	padding: 0;	
	margin: 0;
}
#titelbild2 {
	position: absolute;
	top: 50px;
	left: 540px;
	width: 230px;
	height: 180px;
	padding: 0;	
	margin: 0;
}


#box_menu1 {
	position: relative;
	width: 800px;
	height: auto;
	padding: 6px 25px;	
	margin: 0;
	text-align: left;
}




/* in box2 ------------------------- */



#box_menu2 {
	position: relative;
	height: auto;
	padding: 10px 10px 50px 10px;
	margin: 0px;
}




/* in box2startseite ------------------------- */


#box2startseite #box_content {
	position: relative;
	width: 750px;
	height: auto;
	margin: 20px 50px 50px 50px;
	text-align: left;
}






/* in box3 ------------------------- */


#box_content {
	position: relative;
	width: 600px;
	height: auto;
	margin: 20px 25px 80px 25px;
	text-align: left;
}





/* MENUBOX
----------------------------------------------------------------------------------------------------*/



/* --------- Menu1 oben */



ul#nav1 {
	position: relative;
	list-style:none;
	margin:0;
	padding:0;
	z-index: 10;
}
ul#nav1 li{
	position:relative;
	display:inline;
}
ul#nav1 a{
	display: inline-block;
	padding: 0px 12px 0px 0px;	
	text-decoration:none;	
}
ul#nav1 ul{
	position: absolute;
	margin:0;
	padding:0;
	text-align:left;
}
ul#nav1 ul li{
	display:block;
	z-index: 2;
}

ul#nav1 li ul{
	display: none;
	top: 0.9em;
	left:0;
	padding-top: 1em;
	z-index: 2;
}
ul#nav1 li:hover ul{
	display: block;
}

ul#nav1 li:hover ul a{
	padding: 6px 15px;
	min-width: 180px;
	margin-bottom: 1px;
}
ul#nav1 li:hover ul a:hover{
	text-decoration:none;
	background-image: url(../../images/layouts/lissabon/hgwhite40.png);
}

ul#nav1 li:hover ul li:last-child a {
	margin-bottom: 0px;
}

ul#nav1 ul a{
	white-space:nowrap;
	display:block;
}






/* --------- Menu2 Startseite */



ul#nav2startseite {
	position: relative;
	list-style:none;
	margin:0;
	padding:0;
	z-index: 10;
}
ul#nav2startseite li{
	position:relative;
	display:inline;
}
ul#nav2startseite a{
	display: inline-block;
	padding: 0px 12px 0px 0px;	
	text-decoration:none;	
}
ul#nav2startseite ul{
	position: absolute;
	margin:0;
	padding:0;
	text-align:left;
}
ul#nav2startseite ul li{
	display:block;
	z-index: 2;
}

ul#nav2startseite li ul{
	display: none;
	top: 0.9em;
	left:0;
	padding-top: 1em;
	z-index: 2;
}
ul#nav2startseite li:hover ul{
	display: block;
}

ul#nav2startseite li:hover ul a{
	padding: 6px 15px;
	min-width: 180px;
	margin-bottom: 1px;
}
ul#nav2startseite li:hover ul a:hover{
	text-decoration:none;
	background-image: url(../../images/layouts/lissabon/hgwhite40.png);
}

ul#nav2startseite li:hover ul li:last-child a {
	margin-bottom: 0px;
}

ul#nav2startseite ul a{
	white-space:nowrap;
	display:block;
}




/* --------- Menu2 seitlich */


ul#nav2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
}

ul#nav2 li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#nav2 li:first-child {}

ul#nav2 li:last-child {}

ul#nav2 li:hover {}

ul#nav2 li a {
	display: block;
	padding: 1em 0 0.4em 1em;
}
ul#nav2 li a:hover {
	display: block;
}

ul#nav2 li ul {
	margin: 0;
	padding: 0;
}
ul#nav2 li ul li {
	display:block;
	width: 100%;
}
ul#nav2 li ul li:hover {
	background-image: url(../../images/layouts/lissabon/hgwhite40.png);
}
ul#nav2 li ul li a {
	display: block;
	margin: 0;
	padding: 0.3em 0 0.3em 1.5em;
}

ul#nav2 li ul li a:hover {
	display: block;
}

ul#nav2 .infosub {}

ul#nav2 li>ul {
	display: block; 
}
ul#nav2 li:hover>ul, ul#nav2 li:active>ul {
    display: block;
}











/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: inline;
	position: relative;
	min-height: 10px;
	margin-bottom: 12px;
	text-align: left;
	margin-left: 1%;
	margin-right: 1%;
	overflow-x: visible;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}




/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

/*
.grid_1 	{width:6%;}
.grid_2 	{width:14%;}
.grid_3 	{width:23%;}
.grid_4 	{width:31%;}
.grid_5 	{width:39%;}
.grid_6 	{width:47%;}
.grid_7 	{width:56%;}
.grid_8 	{width:64%;}
.grid_9 	{width:73%;}
.grid_10 	{width:81%;}
.grid_11 	{width:89%;}
.grid_12 	{width:98%;}
*/


.grid_1 	{width:6.333%;}
.grid_2 	{width:14.667%;}
.grid_3 	{width:23.0%;}
.grid_4 	{width:31.333%;}
.grid_5 	{width:39.667%;}
.grid_6 	{width:48.0%;}
.grid_7 	{width:56.333%;}
.grid_8 	{width:64.667%;}
.grid_9 	{width:73.0%;}
.grid_10 	{width:81.333%;}
.grid_11 	{width:89.667%;}
.grid_12 	{width:98.0%;}






/* STARTSEITE
----------------------------------------------------------------------------------------------------*/

#box_content .startseite_titel {
	height:auto;
	margin: 20px 0 0 0;
	padding:0;
	text-align:left;
}
#box_content .startseite_box {
	height: auto; 
	margin: 0;
	padding: 12px;
}

.startseite_box_bild {
	float: left;
	width: 35%;
	padding: 0;
}
.startseite_box_text {
	float:left;
	width: 65%;
	padding: 0;
}
.startseite_box_link {
	text-align: right;
	padding-top: 0.5em;
	margin: 0;
}






/* PASSWORTSEITE
----------------------------------------------------------------------------------------------------*/


#box_password {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -350px;
	width: 700px;
	height: 400px;
}

#box_sprachlinks {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -35px;
	width: 700px;
	height: auto;
	text-align: right;
}


#box_password .bereich1 {
	position: relative;
	float: left;
	width: 300px;
	height: 350px;
	padding: 25px;
	border: 0px solid #ffffff;
}

#box_password .bereich1 .textbox1 {
	position: absolute;
	top: 25px;
	left:25px;
	width: 300px;
	height: auto;
}

#box_password .bereich2 {
	position: relative;
	float: left;
	width: 300px;
	height: 350px;
	padding: 25px;
}

#box_password .bereich2 .textbox1 {
	position: absolute;
	top: 25px;
	left:25px;
	width: 300px;
	height: auto;
}

#box_password .bereich2 .textbox2 {
	position: absolute;
	bottom: 25px;
	left: 25px;
	width: 300px;
	height: auto;
}






/* BUTTON UND INPUTS 
----------------------------------------------------------------------------------------------------*/

.button1 {
	width: auto;
	height: auto;
	padding: 7px 20px;
	cursor: pointer;
	border: 1px solid;
}

.input1,
.input2,
.input3,
.input4,
.input5,
.input6 {
	height: auto;
	padding: 6px 6px;
	border: 1px solid;
	font-size: 1em;
}
.input1 {width: 80%;}
.input2 {width: 60%;}
.input3 {width: 40%;}
.input4 {width: 20%;}
.input5 {width: 10%;}


.textarea1 {
	width: 80%;
	height: auto;
	min-height: 80px;
	padding: 6px 6px;
	border: 1px solid;
	font-size: 1em;
}



/* FORMULARE
----------------------------------------------------------------------------------------------------*/

.box_formular {
	position: relative;
	height: auto;
	padding: 25px 15px;
	margin-bottom: 20px;
	border: 1px solid;
}
.box_formular_kopf {
	position: relative;
	height: auto;
	padding: 15px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}



/* STYLE FUNKTIONSSEITEN
----------------------------------------------------------------------------------------------------*/

.gallery_index_box {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid;
	text-align: center;
	padding: 30px 0px 20px 0px;
}

.gallery_index_bild {
	position: relative;
	height: 100px;
	width: 120px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.gallery_index_name {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;  
}

.gallery_show_box {
	position: relative;
	width: 100%;
	height: auto;
	border: 0px solid;
	text-align: center;
	padding: 0px 0px;
}
.gallery_show_bild {
	position: relative;
	height: 100px;
	width: 120px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gallery_showlink {
	position: relative;
	height:auto; 
	padding:15px; 
	margin: 0px;
	border:1px solid;
	text-align: center;
}

.wishlist_index_box {
	position: relative;
	width: 100%;
	height: auto;
	border: 1px solid;
	text-align: center;
	padding: 30px 0px;
}

.wishlist_index_bild {
	position: relative;
	height: 90px;
	width: 120px;
	margin: 0 auto;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;   
}
.wishlist_index_name {
	position: relative;
	height: auto;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;  
}

.wishlist_pdflink {
	position: relative;
	height:auto; 
	padding:15px; 
	margin: 0px;
	border:1px solid;
}

.wishlist_show_box {
	position: relative;
	height: auto;
	padding: 20px 0 10px 0;
	margin: 0;
	border-bottom: 1px dotted;
}
.wishlist_show_box:hover {
	border-bottom: 1px solid;
}

.wishlist_show_bild {
	position: relative;
	width: 120px;
	height: auto;
	max-height: 100px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.wishlist_show_bild img {
	position: relative;
	max-width: 120px;
	height: auto;
	max-height: 100px;
	margin: 0;
	padding: 0;
}


.events_titelbalken {
	position: relative;
	height: auto;
	padding: 10px 15px;
	border: 1px solid;
}


.photoservice_titelbalken {
	position: relative;
	height: auto;
	padding: 10px 0px;
	margin: 0 0 15px 0;
	border-bottom: 1px solid;
}
.photoservice_albumbalken {
	position: relative;
	height: auto;
	padding: 8px 15px;
	border: 1px solid;
}



/* SYSTEMBOX
----------------------------------------------------------------------------------------------------*/

.system_ok {
	position: relative;
	height: auto;
	padding: 15px;
	margin: 0 0 40px 0;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	background-color: transparent;
}
.system_falsch {
	position: relative;
	height: auto;
	padding: 15px;
	margin: 0 0 40px 0;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	background-color: transparent;
}







/* ####################################################  Smartphones & Tablets (portrait & landscape) */
@media
only screen and (min-width: 640px) and (max-width: 799px) {




}







/* #################################################### Smartphones (landscape) & Old Tablets (Portrait) */
@media
only screen and (min-width: 1px) and (max-width: 639px) {




}










/* Seitenvorlagen
----------------------------------------------------------------------------------------------------*/

.mask_backendtext {
	display:none;
}





/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}






