html {
	height: 100%;	
}
body {
	margin:0px;
	background-color:#222222;
	height: 100%;
}

#home {
	height: 100%;
	width:917px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right:auto;
}
#header {
	height: 140px;
	width:100%;
	min-width: 1000px;
	color: #222222;
	background-image: url('images/bg/bg_02.jpg');
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right:auto;	
}
#header_left {
	height: 140px;
	width:564;
	color: #222222;
	background-image: url('images/bg/bg_01.jpg');
	background-repeat: no-repeat;
	clear: both;
}
#header_right {
	height: 140px;
	width: 272px;
	color: #222222;
	top: -140px;
	position: relative;
	float: right;

	background-image: url('images/bg/bg_03.jpg');
	background-repeat: no-repeat;

}
#container {
	min-width: 1000px;
}
#menu {
	height: 101px;
	width:100%;
	min-width: 1000px;
	color: #222222;
	position: absolute;
	top: 140px;
	background-image: url('images/bg/bg_05.jpg');
	background-repeat: repeat-x;

}
#menu_left {
	height: 101px;
	width:198px;
	color: #222222;
	background-image: url('images/bg/bg_04.jpg');
	background-repeat: no-repeat;
}

#menu_right {
	height: 101px;
	width: 200px;
	color: #222222;
	top: -101px;
	position: relative;
	float: right;
	background-image: url('images/bg/bg_06.jpg');
	background-repeat: no-repeat;
}

#d_main {
	height: 100%;
	width: 100%;
	min-width: 1000px;
	position: absolute;
	top: 241px;
	margin: 0px;
	padding: 0px;
	clear: both;

}

#d_left {
	height: 100%;
	width: 150px;
	background-image: url('images/bg/bg_07_10.jpg');
	background-repeat: no-repeat;
	float: left;
}

#d_right {
	height: 100%;
	width: 99px;
	float: right;
	background-image: url('images/bg/bg_09_11.jpg');
	background-repeat: no-repeat;
}


#d_content {
	margin:0px auto;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 12px;

}

.width {
    width: 50%;
    min-width: 1000px;
    background: #fff;
}

.rule {
	 width: 1000px; 
    background: #c00; 
	
    color: #fff; 
	
     margin: 1em 0; 

}


.t_header {
	background-image: url('images/bg/bg_02.jpg');
	background-repeat: repeat-x;
}

.t_menu {
	background-image: url('images/bg/bg_05.jpg');
	background-repeat: repeat-x;	
}
.t_content_left {
	background-image: url('images/bg/bg_07_10.jpg');
	height:100%;
}
.t_content_right {
	background-image: url('images/bg/bg_09_11.jpg');
	height:100%;
}
.t_content {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;

}
.t_content_schedule {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-image:url('images/madhy01.jpg');
	background-repeat:no-repeat;
	background-position:right top;
}
.t_content_header {
	font-family: Verdana;
	font-size: 20px;

	color: #FFFFFF;
}
.t_trans {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(34, 34, 34);
	/* RGBa with 0.6 opacity */
	background: rgba(34, 34, 34, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99222222, endColorstr=#99222222)";
}

.TarifHeader{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.TarifDetail{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom: 1px solid #993333;
}

.formtext {
	font-family: Verdana;
	font-size: 10px;
	color:#111111;
}

.formprice {
	font-family: Verdana;
	font-size: 10px;
	color:#111111;
	background-color: #C0C0C0;
	text-align: right;
}

.formfield {
	font-family: Verdana;
	font-size: 10px;
	color:#111111;
}

table.regform {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: whitesmoke;
}
table.regform th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.regform td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: white white white white;
	background-color: whitesmoke;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.regform td.price {
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: #C0C0C0;
	-moz-border-radius: 0px 0px 0px 0px;
}


tr.warningvisible {
	visibility : visible;
}

tr.warninghidden {
	visibility : collapse;
}

.galalink {
	color:#ff0000;
	color:#cccc99;
	text-decoration:none;		
	font-size:12px;
	font-weight: bold;
	
}
.galalink:hover {
	color:#ff0000;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;	
}


.main {
	padding:0px;
	margin: 0px;
	width:100%;
	min-width: 1000px;
	color: #222222;
	position: absolute;
	top: 241px;
	background-image: url('images/bg/bg_08.jpg');
	float: hidden;
}

.left {
	width: 150px;
	padding:0px;
	margin: 0px;

}

.right {
	width: 99px;
	padding:0px;
	margin: 0px;

}
.main_left1 {
	height: 124px;
	width:150px;
	color: #222222;
	background-image: url('images/bg/bg_07.jpg');
	background-repeat: no-repeat;
}

.main_right1 {
	height: 124px;
	width: 99px;
	color: #222222;
	background-image: url('images/bg/bg_09.jpg');
	background-repeat: no-repeat;
}

.main_content {
	width: 100%;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.main_left2 {
	width:150px;
	color: #222222;
	background-image: url('images/bg/bg_10.jpg');
	background-repeat: repeat-y;
}

.main_right2 {

	width: 99px;
	color: #222222;
	background-image: url('images/bg/bg_11.jpg');
	background-repeat: repeat-y;
}

#contact {
	width:825px;
	height: 457px;
	margin-left: auto;
	margin-right:auto;
	padding: 10px;
	font-family:Verdana;
	font-size:12px;
	border: 1px solid gray;
}
#navwrapper{

	left:29px;
	top: 140px;
	position: absolute;
}
ul {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size:12px;
}

li {

	float:left;
	padding:5px;
	margin: 2px;
	background-image: url('images/menu_bg.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
}
a {
	color:#ff0000;
	text-decoration:none;		
	
}
a:hover {
	color:#999999;
	text-decoration:none;
}
#titel {
	font-family:Verdana;
	font-size:14px;
	font-weight: bold;
}
#navwrapper li a {
	color:#FFFFFF;
	text-decoration:none;	
	padding: 10px;
}

#navwrapper li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#navwrapper li a:hover {
	color:#ff9999;
	text-decoration:none;
}
#navwrapper li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
