/* Allgemeine Elemente */

html, body {
    min-height: 100%;
}
body {
	color: #000;
	background-color: #F49500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	text-shadow: 1px 1px 0 #FFF;
}
#lotus {
    left: 50%;
    margin: -572px 0 0 -576px;
    position: fixed !important;
    top: 50%;
    z-index: -1;
}
#mash {
	background: url(../images/mash.png) repeat scroll 0 0 transparent;
	z-index: 1;
}
#mash, #stretch, #startImg, #startTop, #startBottom, #startBlack {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
}
#sheet {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.2);
    margin: 50px auto;
    position: relative;
    width: 880px;
    z-index: 10;
}
#head, #page {
    background-color: #FFF;
    background-color: rgba(250, 250, 250, 0.95);
    display: table;
    padding: 20px 20px 0;
}
#head {
	text-align: center;
    display: block;
}
#head img {
    margin-bottom: 15px;
}
#nav {
    padding-top: 20px;
    position: absolute;
}
#nav ul {
    margin: 0;
    padding: 0;
}
#nav li {
    display: block;
}
#nav a {
    display: table;
    font-size: 14px;
    margin: 5px 0 5px 20px;
}
#nav a.active {
    color: #B10057;
    font-weight: 700;
}
.content {
    display: table;
    position: relative;
    z-index: 50;
}
#footer span {
    background-color: #B10057;
    background-color: rgba(177, 0, 88, 0.95);
    color: #FFF;
    display: block;
    font: 400 13px Georgia,Times New Roman,serif;
    padding: 8px;
    text-align: center;
    text-shadow: 0 0 transparent;
}
#footer span:first-child {
    background-color: #F49500;
    background-color: rgba(244, 145, 0, 0.9);
    color: #000;
}
#footer a {
	color: #fff;
}
hr {
    background: url("../images/hr.png") repeat-y scroll center top transparent;
    border: 0 none;
    height: 2px;
    margin: 0;
}
.content hr {
    margin-left: -170px;
    width: 840px;
}
h1, h2 {
    color: #B10057;
    font: 400 26px Times New Roman, serif;
}
h2 {
    font-size: 21px;
    margin-top: 21px;
}
h3 {
    color: #B10057;
    font: 700 14px Verdana,Arial,Helvetica,sans-serif;
    margin-bottom: 4px;
}
h4 {
    color: #000;
    font: 700 12px Verdana,Arial,Helvetica,sans-serif;
    margin: 0;
}
a {
	text-decoration: none;
	color: #000;
}
a img {
	border: 0 none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin-top: 0;
}
b, span[style*="bold"] {
    color: #B10057;
}

#page {
    display: inline-block;
    min-height: 200px;
    padding-bottom: 12px;
    padding-left: 190px;
    width: 670px;
}
#page a {
	text-decoration: underline;
}
#page img {
    margin-right: 9px;
}
#right {
    width: 400px;
    margin-left: 20px;
    float: right;
}
#right img {
    float: left;
}
#mailer, #thanks {
    width: 250px;
}
#mailer table {
    border-spacing: 0 8px;
}
#mailer .wrap {
	background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    font: 300 14px Courier,Courier New,Sans-serif;
    text-align: right;
}
#mailer label {
    color: #777;
    padding-left: 7px;
}
#mailer table input {
    background-color: transparent;
    border: 0 none;
    font: 300 14px Courier,Courier New,Sans-serif;
    width: 100%;
}
#mailer input[type="submit"] {
    height: 26px;
    width: 100%;
}
#mailer textarea {
    background-color: transparent;
    border: 0 none;
    font: 300 14px Courier,Courier New,Sans-serif;
    height: 120px;
    resize: vertical;
    width: 100%;
}
#mailer select {
    height: auto;
    width: 100%;
}
#mailer td {
    border-color: #AAA;
    border-radius: 0 5px 5px 0;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    -moz-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
	padding: 5px 4px 3px 0;
}
#mailer tr td:first-child {
    border-radius: 5px 0 0 5px;
    border-width: 1px 0 1px 1px;
    -moz-box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
}
#mailer tr:last-child td {
    border-radius: 5px;
    border-width: 1px;
    -moz-box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 3px 3px 2px -2px rgba(0, 0, 0, 0.4) inset;
    padding: 5px 4px 3px 7px;
    text-align: left;
}
#mailer tr:last-child label {
    padding: 0;
}
#mailer small {
    display: block;
    margin-bottom: 3px;
    margin-top: -5px;
}
#msg {
    position: relative;
}
#msg div {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#map_canvas {
    height: 265px;
    border: 1px solid #AAA;
    border-radius: 4px;
}
#map_canvas h3 {
    margin: 0;
}
#thanks {
    border-radius: 20px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	display:none;
	text-align:center;
	background-color:#CCC;
	background-color:rgba(100, 100, 100, 0.1);
	font: 300 24px Verdana,Arial,Helvetica,sans-serif;
}
#thanks div {
    display: table-cell;
    vertical-align: middle;
}

/* News */

#news {
    float: right;
    margin-left: 0 !important;
    width: 203px;
    z-index: 100;
    font-size: 12px;
}
#news table {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    border-collapse: collapse;
    display: none;
    margin: -1px -18px 17px;
    text-align: center;
}
#news td {
    border: 1px solid #9A9BA6;
    padding: 3px;
    width: 66px;
}
#news input {
	background-color: #F1EEC3;
    margin: 0;
    text-align: center;
    width: 60px;
}
.andnew {
    padding-right: 20px;
}
#page #news{
	position: relative;
	margin-left: 480px;
	left:0;
    min-height: 10px;
    padding-bottom: 20px;
}
#newedit {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    margin: -17px;
    padding: 10px;
}

/* Navigation */

.technik h2 {
    border-bottom: 2px solid rgb(255,191,42);
}
.hochzeit h2 {
    border-bottom: 2px solid rgb(255,48,32);
}
.imp h2 {
    border-bottom: 2px solid #000;
}
.technik i {
    border-bottom: 2px solid #FFBF2A;
}
.hochzeit i {
    border-bottom: 2px solid #FF3020;
}
#icons, #back {
    bottom: 0px;
    font-size: 18px;
    position: absolute;
    right: 8px;
    color: #7F7F7F;
}
#icons a {
    float: right;
    padding: 9px 4px 9px 5px;
}
#back {
    bottom: auto;
    padding: 4px 8px;
    right: 12px;
    top: 18px;
}

/* myClass */
.myClass1 {
    font-weight: bold;
    color: green;
}
.myClass2 {
    text-decoration: line-through;
}
.myClass3 {
    background-color: yellow;
}
.myClass4 {
    border: 1px dotted;
    padding: 2px;
}

/*  Edit  */
#login {
    padding-top: 10px;
}
#flags {
    background-color: #f6f6f9;
    background-color: rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    left: 50%;
    margin-left: 300px;
    position: absolute;
    top: 40px;
    z-index: 11;
}
#flags a {
    border: 1px solid #B10057;
    border-radius: 4px;
    display: block;
    margin: 5px;
    padding: 5px;
    text-align: right;
    width: 76px;
}
#flags a:hover {
    border: 1px solid red;
    color: red;
    background-color: #F7DDE0;
    background-color: rgba(255, 0, 0, 0.1);
}
.editing {
    background-color: #EDEDEE;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    margin-bottom: 12px;
    min-height: 40px;
    width: 670px;
}
#screen {
    background: url("../images/mash.png") repeat scroll 0 0 rgba(120, 120, 120, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99646464', endColorstr='#99646464',GradientType=0 );
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 25;
}
.tipsy {
background-image:url(../images/tipsy.gif);
background-repeat:no-repeat;
font-size:14px;
padding:5px;
}
.tipsy-inner {
background-color:#FFF;
border:solid 1px #000;
border-radius:6px;
color:#000;
font-family:Arial, Helvetica, sans-serif;
max-width:200px;
padding:5px 8px 4px;
text-align:center;
}
.tipsy-north {
background-position:top center;
}
.tipsy-south {
background-position:bottom center;
}
.tipsy-east {
background-position:right center;
}
.tipsy-west {
background-position:left center;
}
#edit {
background:url(../images/toolbarBg.png) repeat-x center;
border:solid #000;
border-width:0 1px 1px;
height:36px;
left:50%;
margin-left:-320px;
top:-37px;
position:fixed;
width:638px;
z-index:1000;
}
#panel {
float:left;
margin:0 5px 0 58px;
padding-top:5px;
width:377px;
}
.nicEdit-pane {
position:fixed;
}
.toolbarbut {
background:url(../images/toolbarButtons.png) no-repeat -66px;
cursor:pointer;
display:block;
float:left;
height:22px;
margin:8px 0 0 8px;
opacity:0.8;
position:relative;
width:22px;
}
.toolbarbut:hover {
opacity:1;
}
.sorthandle {
    left: 50%;
    margin: -1px 0 0 335px;
    position: absolute;
}
.closeThis {
background-image:url(../images/close.png);
cursor:pointer;
height:16px;
overflow:hidden;
position:relative;
width:16px;
}
.moveThis {
background-image:url(../images/sort.png);
cursor:move;
height:25px;
overflow:hidden;
position:relative;
width:16px;
}
.editAll {
border:2px dashed;
border-color:rgba(120,255,20,0.6)!important;
margin:0 auto;
padding:2px 38px;
width:560px;
}
.editReg {
border:2px dashed;
border-color:rgba(255,50,50,0.5)!important;
margin:0 auto;
padding:2px 38px;
width:560px;
}
.hoverAll {
border:solid 4px;
border-color:rgba(120,255,20,0.6)!important;
margin:0 auto;
padding:0 36px!important;
width:560px;
}
.hoverReg {
border:solid 4px;
border-color:rgba(255,50,50,0.5)!important;
margin:0 auto;
padding:0 36px!important;
width:560px;
}
.hoverHelp {
border:4px solid;
border-color:rgba(120,255,20,0.6)!important;
border-radius:15px;
}
#editTop {
background-color:transparent;
background-image:url(../images/editBg.png);
border-bottom:4px solid #999;
display:block;
height:250px;
margin-top:-440px;
position:absolute;
width:100%;
z-index:1;
}
#design {
    margin: 18px 0 6px;
}
