* {
	margin: 0px;
	padding: 0px;
}


body {
	width:360px;
	font-family: verdana;
	background: #f1edbc url(/images/background.jpg);
	background-repeat: repeat-x;
	/*background-position: top 167px right 0px;*/
	height: 101%;	
}

img { border: 0 none; }

h1, h2, h3{
font-family: 'verdana', cursive;
padding-bottom: 10px;
text-align: center;  
}

h1{
	font-size: 30px;
	text-shadow: #000 1px 1px 0;
	line-height: 22px;
	font-weight: bold;
	color: #808080;
	
}

h2{
	color: #42200A;
	font-size: 25px;
	text-shadow: #e0e0e0 1px 1px 0;
	line-height: 18px;
	font-weight: 500;
}

h3{
	color: #42200A;
	font-size: 18px;
	line-height: 16px;
	text-shadow: #fff 1px 1px 2px;
	font-weight: 300;
}


b{
	color: #42200A;
	font-size: 14px;
	line-height: 14px;
	text-shadow: #fff 1px 1px 2px;
	font-weight: 900;
}

.a{
	font-size:14px;
}

table{
	padding:0px;
	margin:0px auto;
}

td{
	padding:0px;
	margin:0px;
	
}
.bcgrey{
	background: rgba(255,255,255,0.5);
}

.x-main-content {
	width: 100%;
	/*background: #F1EDBD url(/images/page-bg.jpg) repeat-x;*/
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid transparent;
	min-height: 800px;
	color: #E9ECBF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	padding-bottom: 35px;
	z-index: 100;
}

.rot{
	font-weight:bold;
	color: #d00000;
	text-align: center;
}


.gruen{
	font-weight:bold;
	color: #009000;
}

.x-wohnung-header-schrift{
color: #4220a0;
font-weight:bold;
line-height:25px;
text-align:center;
}

.cuxlogo{
	position: absolute;
	left: 5px;
	top: 5px;
}

#x-wohnung-header{
width:98%;
background: rgba(255,255,255,0.3);
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(5, 133, 143, 0.41);
	margin: 5px auto;
}
.x-buchung{
width:98%;
background: rgba(255,255,255,0.3);
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(5, 133, 143, 0.41);
	margin: 5px auto;
	font-size: 14px;
	color: #000000;
}

#x-wohnung{
width:95%;
color: #42200A;
background: rgba(255,255,255,0.3);
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(5, 133, 143, 0.41);
	margin: 5px auto;
	padding: 3px;
}

#x-anweisung{
width:95%;
color: #42200A;
background: rgba(255,255,255,0.3);
-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(5, 133, 143, 0.41);
	margin: 3px auto;
	padding: 3px;
	text-align:center;
}

.transrahmen{
	width:92%;
	margin: 10px auto;
	color: #000000;
}

.login-header{
	width:90%;
	font-size: 25px;
	text-shadow: #000 1px 1px 0;
	line-height: 44px;
	font-weight: bold;
	color: #808080;
	margin: 10px auto;
	height: 20px;


}

.x-Login{
	width:92%;
	color: #42200A;
	background: rgba(255,255,255,0.3);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid rgba(5, 133, 143, 0.41);
	margin: 10px auto;
}



.x-loginfeld{
	font-size:1.2em;
	max-width:98%;
}

.LoginHeader{
	font-size:8px;
	float:right;
}

.vollebreite{
padding: 20px;
}

.vollebreite.lgnlft{
text-align:left;
padding: 30px;
}

a.buttonLinkNormal{
text-decoration:none;
}

a.aktionsbutton{
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	padding:9px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 170px;
	height: 40px;
	margin: 0 auto;
}
a.loginbutton{
    display: block;
    font-weight: bold;
    line-height: 25px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	padding:9px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 150px;
	height: 25px;
	margin: 0 auto;
}

a.buttonLink2{
text-decoration:none;
}

a.buttonLink2belegt{
text-decoration:none;
}


a.buttonLink2 span {
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00d000), color-stop(1, #007000));
	background:-moz-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-webkit-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-o-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-ms-linear-gradient(top, #00d000 20%, #007000 80%);
	background:linear-gradient(to bottom, #00d000 20%, #007000 80%);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
/*	border:1px solid #74b807;*/
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:16px;
	padding:3px;
	text-decoration:none;
	text-align:center;
	width: 100px;
	height: 20px;
	margin: 0 auto;
}
a.buttonLink2.anreise span {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00e000), color-stop(1, #e00000));
	background:-moz-linear-gradient(top, #00e000 20%, #e00000 80%);
	background:-webkit-linear-gradient(top, #00e000 20%, #e00000 80%);
	background:-o-linear-gradient(top, #00e000 20%, #e00000 80%);
	background:-ms-linear-gradient(top, #00e000 20%, #e00000 80%);
	background:linear-gradient(to bottom, #00e000 20%, #e00000 80%);
	background-color:#af1f1f;
}
a.buttonLink2.abreise span {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e00000), color-stop(1, #00e000));
	background:-moz-linear-gradient(top, #e00000 20%, #00e000 80%);
	background:-webkit-linear-gradient(top,#e00000 20%, #00e000 80%);
	background:-o-linear-gradient(top, #e00000 20%, #00e000 80%);
	background:-ms-linear-gradient(top, #e00000 20%, #00e000 80%);
	background:linear-gradient(to bottom, #e00000 20%, #00e000 80%);
	background-color:#af1f1f;
}
a.buttonLink2.belegt span {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff0000));
	background:-moz-linear-gradient(top, #ff0000 20%, #800000 80%);
	background:-webkit-linear-gradient(top, #ff0000 20%, #800000 80%);
	background:-o-linear-gradient(top, #ff0000 20%, #800000 80%);
	background:-ms-linear-gradient(top, #ff0000 20%, #800000 80%);
	background:linear-gradient(to bottom, #ff0000 20%, #800000 80%);
	background-color:#af1f1f;
}
a.buttonLink2.wechsel span {
	color:#700000;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #f0f000));
	background:-moz-linear-gradient(top, #ff0000 10%, #f0f000 50%, #ff0000 90%);
	background:-webkit-linear-gradient(top, #ff0000 10%, #f0f000 50%, #ff0000 90%);
	background:-o-linear-gradient(top, #ff0000 10%, #f0f000 50%, #ff0000 90%);
	background:-ms-linear-gradient(top, #ff0000 10%, #f0f000 50%, #ff0000 90%);
	background:linear-gradient(to bottom, #ff0000 10%, #f0f000 50%, #ff0000 90%);
	background-color:#89c403;
}
a.buttonLink2.frei span {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00d000), color-stop(1, #007000));
	background:-moz-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-webkit-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-o-linear-gradient(top, #00d000 20%, #007000 80%);
	background:-ms-linear-gradient(top, #00d000 20%, #007000 80%);
	background:linear-gradient(to bottom, #00d000 20%, #007000 80%);
	background-color:#89c403;
}

a.buttonklein{
text-decoration:none;
}

a.buttonklein span {
    display: block;
    font-weight: bold;
    line-height: 14px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	padding:3px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 40px;
	height: 16px;
	margin: 5px auto;
	margin-left: 5px;
	float:left;
}

a.buttonLink3{
text-decoration:none;
}

a.buttonLink3 span {
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:16px;
	padding:3px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 80px;
	height: 22px;
	margin: 5px auto;
	margin-left: 5px;
	float:left;
}
a.buttonLinkBreit{
text-decoration:none;
}

a.buttonLinkBreit span {
    display: block;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 0 3px 12px;
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:19px;
	padding:9px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 250px;
	height: 20px;
	margin: 5px auto;
}

a.buttonLogout span{
	text-decoration:none;
	}

a.buttonLogout{
    display: block;
    font-weight: normal;
    line-height: 26px;
    /*padding: 1px 0 3px 5px;*/
    -moz-box-shadow:inset 0px 2px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
	background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
	background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
	background-color:#89c403;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #74b807;
	cursor:pointer;
	color:#ffffff;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
	text-shadow:0px 2px 0px #528009;
	text-align:center;
	width: 90px;
	height: 30px;
	margin: 3px;
}
