﻿@font-face {
    font-family: 'DroidSerifBoldItalic';
    src: url('Fonts/droidserif-bolditalic-webfont.eot');
    src: url('Fonts/droidserif-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/droidserif-bolditalic-webfont.woff') format('woff'),
         url('Fonts/droidserif-bolditalic-webfont.ttf') format('truetype'),
         url('Fonts/droidserif-bolditalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DroidSerifItalic';
    src: url('Fonts/droidserif-italic-webfont.eot');
    src: url('Fonts/droidserif-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/droidserif-italic-webfont.woff') format('woff'),
         url('Fonts/droidserif-italic-webfont.ttf') format('truetype'),
         url('Fonts/droidserif-italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*
'-------------------------------------------------
' Grundeinstellungen
'-------------------------------------------------
*/

html {
	height:100%;
}

body {
	height: 100%;
	position: relative;
	background-color: #fff;
	font-size: 75%; /* 75% von 16px = 12px | 68.75% von 16px = 11px */
	font-family:Helvetica, Arial, sans-serif;color:#333;
	line-height: 1.4em;
	letter-spacing: 0;
	word-spacing: normal;
}

* {
	font-size: 100%;
	padding: 0;
	margin: 0;
}


/*
'-------------------------------------------------
' Definition Layer
'-------------------------------------------------
*/

div#pageWrapper {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}

div#layoutWrapper {
	position: relative;
	width: 950px;
	height: auto;
	background-color: #fff;
	margin: auto;
	text-align: left;
}

div#headerWrapper {
    height: 300px;
    background-image: url('Images/Header_BG.jpg');
    background-repeat: no-repeat;
}

div#navbeforLayer {
    position: absolute;
    top: 226px;
    left: 35px;
    height: 52px;
    background-image: url('DNNMega/Images/nav_Lore.png');
    background-repeat: no-repeat;
}

div#topnaviLayer {
    position: absolute;
    top: 220px;
    left: 198px;
}
    
div#contentWrapper {
    min-height: 300px;
    background-color: #f8f4eb;
    background-image: url('Images/Content_BG.jpg');
    background-repeat: repeat-x;
    padding: 35px 0px;
}

div#contentLeftLayer {
    float: left;
    width: 200px;
    padding: 0 25px;
    margin-right:25px;
}

div#contentRightLayer {
    width:625px;
    margin-left: 275px;
    padding: 0 25px;
    background-image: url('Images/Trennlinie.gif');
    background-position: 0px 50px;
    background-repeat: repeat-y;
}

div#footer {
    height: 100px;
    line-height: 98px;
    background-image: url('Images/Footer_BG.jpg');
    background-repeat: repeat-x;
}

div#Copyright {
    float: left;
    margin-left: 25px;
}

div#Login {
    float: right;
    margin-right: 25px;
}



div#Butterfly1 {
	position: absolute;
	width: 120px;
	height: 120px; 
	top: 620px;
	/* left: 350px; */
	left: 640px !important;
	background-image: url('Images/Butterfly_great.png');
	background-repeat: no-repeat;
	display:none;
}


div#Butterfly2 {
	position: absolute;
	width: 120px;
	height: 120px; 
	top: 370px;
	left: 800px;	
	background-image: url('Images/Butterfly_great2.png');
	background-repeat: no-repeat;

}





.logoLayer {
    position:absolute;
    top: 20px;
    left: 20px;
}

.navHeaderText {
    font-family:DroidSerifBoldItalic;
    font-size: 15px; color: #8ca319;
    line-height:52px;
    padding: 0 5px;
}

.footerText, footerText a {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #333;
}


.strongred {
	color: #c43e7f;

}

.stronggreen {
	color: #8ca319;
	font-weight:bold;

}



.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }

.imgfloatleft {
	float: left;
}



h1{font-family:DroidSerifBoldItalic;font-size:15px; color: #8ca319; margin-bottom:20px; line-height:25px;}
h2{font-size:12px; color: #e7588b; margin-bottom:20px;}
h3{font-family:DroidSerifBoldItalic; color: #8ca319;font-size:12px; }


#Form {
	height:100%;
}

a {
	outline:0;border:0;
}

p, ul, ol {
	margin:0;padding:0 0 1em 0;
	line-height: 20px;
}


/*
'-------------------------------------------------
' Listen
'-------------------------------------------------
*/

ul, ol, dl {
	position: relative;
	margin: 0 0 1.4em 0;
}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 15px;
}






div#contentRightLayer a,
div#contentRightLayer a:link,
div#contentRightLayer a:visited { color: #333; font-weight: normal; text-decoration: none; }
div#contentRightLayer a:hover,
div#contentRightLayer a:active,
div#contentRightLayer a:visited:hover,
div#contentRightLayer a:visited:active { color: #8ca319; text-decoration: underline; }

div#footer a,
div#footer a:link,
div#footer a:visited { color: #333; font-weight: normal; text-decoration: none; }
div#footer a:hover,
div#footer a:active,
div#footer a:visited:hover,
div#footer a:visited:active { color: #8ca319; text-decoration: underline; }






    
    #Login{text-align:right;color:#ccc; font-size: 10px;}
    #Login .SkinObject, #Login .LoginLink{color:#ccc; padding:0 0 0 5px;text-decoration:none;}
    #Login .SkinObject:hover, #Login .LoginLink:hover{text-decoration:underline;}
    #Login .LoginLink{padding:0 5px;}


   

/* Content */

/* Password Information */
#Passwords{margin:2em 0;padding:0;}
	#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
	#Passwords li.Host{margin:0;}
	#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
	#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}

/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{margin:0 0 2em 0;}

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:12px;line-height:16px;}
.SubHead{color:#333;}



/*Websystem Fix Style for DNN Controlbar*/
#ControlBar, #ControlBar *, .actionMenu * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*stop fading on hover in edit mode*/ 
.dnnEditState .DnnModule { 
opacity: 1.0!important; 
} 

.language-object {
	padding-top:15px;
}