a.light:link { color: #FFFFFF;}
a.light:visited { color: #FFFFFF;}
a.dark:link { color: #000000; }
a.dark:visited { color: #000000; }

td, body, p, a, li {FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 14px}
h1 {FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 22px; FONT-WEIGHT: bold; COLOR:#64300A}
h2 {FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 20px; FONT-WEIGHT: bold; COLOR:#D00011}
h3 {FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 18px; FONT-WEIGHT: bold; COLOR:#64300A}
h4 {FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 16px; FONT-WEIGHT: bold}

a:link {color:#D00011; text-decoration:none;}
a:visited {color:#D00011; text-decoration:none;}
a:hover {color:#FF4040;text-decoration:none; }
a:active {color:#333333; text-decoration:none;}

.marked a, .marked a.actionLink, .marked a.actionLink.advanced {
    color: #ffffff;
}


/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:before {
    content: "\00BB";
    padding-right: 2px;
    font-style: normal;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    text-decoration: none;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */
/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
a.orange {
	color: #fef4e9;
}
span.orange {
	color: #fef4e9;
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
a.red {
	color: #faddde;
}
span.red {
	color: #faddde;
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}




body { margin: 0px;
       padding: 0px;
       background-color: #FFF0F0;
       background-image: url(../bilder/vorhang3_hell.jpg);
	   background-repeat:repeat;
       background-position:center left;
       background-attachment:fixed;
       
}

.maineidh1 {FONT-FAMILY:"Lucida Grande", "Trebuchet MS"; font-size:36px; font-weight:nomal; COLOR:#FFFFFF}
.maineidh2 {FONT-FAMILY:"Lucida Grande", "Trebuchet MS"; font-size:36px; font-weight:bold; COLOR:#FF4040}
.maineidh3 {FONT-FAMILY:"Lucida Grande", "Trebuchet MS"; font-size:36px; font-weight:nomal; COLOR:#FFFFFF}

.maineid1 {	FONT-FAMILY:"Lucida Grande", "Trebuchet MS"; 
			FONT-WEIGHT: bold; 
			FONT-SIZE: 22px; 
			COLOR: #D00011; 
			LINE-HEIGHT: normal; 
			FONT-STYLE: normal; 
			FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; 
			WHITE-SPACE: nowrap}
.maineid2 {	FONT-FAMILY:"Lucida Grande", "Trebuchet MS"; 
			FONT-WEIGHT: bold; 
			FONT-SIZE: 22px; 
			COLOR: #333333; 
			LINE-HEIGHT: normal; 
			FONT-STYLE: normal; 
			FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; 
			WHITE-SPACE: nowrap}


.head {COLOR: #000000; FONT-SIZE: 18px; FONT-WEIGHT: normal}
.smbanner {COLOR: #ffffff; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 12px; FONT-WEIGHT: bold;}
.commname {font-size:16px; font-weight:bold; text-decoration:none; color:#666666;}
.navheader {color:#000000; font-weight:bold;}
.boxheader { color: #FFFFFF; FONT-WEIGHT:bold; }
.fett { color: #000000; FONT-WEIGHT:bold; }
.smallFont { font-size: 10px; }

.hideme {
    display: none;
}

.header {
    width: 100%;
    height: 80px;
    background: #D00011;
	background-image: url(../bilder/vorhang2.jpg);
}
.tblheadinnen {
    width: 837px;
}
.links {
    width: 100%;
    text-align: center;
    background-color:  #FFF0F0;
}
.ense {
    text-align: center;
}
.liLT {
    background-color:  #FFE4E4;
    padding: 10px 7px;
}

.liLT a {
    background-color:  #FFE4E4;
    color: #D00011;
    font-weight: bold;
    text-decoration: none;
}
.tabi {
    width: 100%;
    text-align: center;
    background-color:  #FFF0F0;
}
.tabiLT {
    background-color:  #FFF0F0;
	text-align: left;
    padding: 10px 7px;
}

.tabiBT  {
    background-color:  #FFF0F0;
    color: #D00011;
	text-align: center;
    font-weight: bold;
    text-decoration: none;
}
.tblText {
    padding: 0px 10px 0px 10px;
    width:837px;
    height:auto;	
	border:0px;
}
.tblInnererText {
    padding: 0px 0px 0px 0px;
    width:600px; 
	border:0px;
	background-color: #fffff; 
}


.txtGrau {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #666666; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; TEXT-ALIGN: left
}
#fxxxondBalkenpLeft {
	LEFT: 100px; WIDTH: 4px; POSITION: relative; TOP: 28px; HEiIGHT: 97px; BACKGROUND-COLOR: #029abb
}
#textGrau {
	LEFT: 100px; WIDTH: 600px; POSITION: relative; TOP: 49px; HEIGHT: auto
}
#fondBox {
	LEFT: 0px; BORDER-LEFT: #FFB0B0 2px solid; WIDTH: 827px; BORDER-BOTTOM: #D00011 2px solid; POSITION: relative; TOP: 0px; HEIGHT: 100%; BACKGROUND-COLOR: #FFF0F0
}
.titelZeile1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #D00011; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; WHITE-SPACE: nowrap
}
#titelZeile1 {
	LEFT: 58px; WIDTH: 800px; POSITION: relative; TOP: 25px; HEIGHT: auto
}
#titelZeile2 {
	LEFT: 0px; WIDTH: 600px; POSITION: relative; TOP: 0px; HEIGHT: 35px
}
.bottomZeile1 {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #D00011; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; WHITE-SPACE: nowrap
}

#bottomZeile1 {
	LEFT: -40px; WIDTH: 600px; POSITION: relative; TOP: 20px; HEIGHT: auto
}
.headStyle {
	FONT-WEIGHT: bold; FONT-SIZE: 20px; COLOR: #D00011; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; WHITE-SPACE: nowrap
}
#sehnix {
	LEFT: -40px; POSITION: relative; 
}
.sehnix {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #FFF0F0; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; WHITE-SPACE: nowrap
}

a.sehnix  {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #FFF0F0; LINE-HEIGHT: normal; FONT-STYLE: normal; FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; WHITE-SPACE: nowrap
}
#form_schnellres {
	font:normal 12px  Arial, Sans-Serif;
	background:#eee;
	width: 242px;
	padding:5px;
	border:1px solid #aaa;
}

#form_schnellres input.text {
	border:1px solid #aaa;
	margin:1px;
	width:150px;
}

#form_schnellres label {
	float:left;
	align:left;
	display:block;
	width:75px;
	font-weight:normal;
}
#cr_newsletter_divbox_termin {
	width:270px; 
	height:150px; 
	position:absolute; top:40px; right:70px; 
}
#cr_newsletter_registration {
	font:normal 12px  Arial, Sans-Serif;
	background:#eee;
	width: 242px;
	padding:5px;
	border:1px solid #aaa;
}

#cr_newsletter_registration input {
	border:1px solid #aaa;
	margin:1px;
	width:150px;
}

#cr_newsletter_registration label {
	float:left;
	align:left;
	display:block;
	width:75px;
	font-weight:bold;

}

#headZeile1 {
	LEFT: -40px; WIDTH: 600px; POSITION: relative; TOP: 35px; HEIGHT: auto
}

.login a {
    text-decoration: none;
    font: 12px "Lucida Grande", "Trebuchet MS";
    font-weight: bold;
    color: #D00011;
    background-color: #FFF0F0;
    border: 2px solid #BFD2DE;
    padding: 2px 10px 2px 10px;
    text-align: center;
    width: 62px;
}

.login a:hover {
    text-decoration: none;
    font: 12px "Lucida Grande", "Trebuchet MS";
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D00011;
    border: 2px solid #FFFFFF;
    padding: 2px 10px 2px 10px;
    text-align: center;
    width: 62px;
}

.login {
    padding-right: 10px;
    padding-bottom: 12px;
    text-align: right;
    vertical-align: bottom;
    color: #FFFFFF;
}

.webctlogo {
    padding-left: 5px;
}

.navbar {
    width: 100%;
    text-align: center;
    background-color: #FFFFFF;
}

.navbar td {
    text-align: center;
    text-decoration: none;
    font: 12px "Lucida Grande", "Trebuchet MS";
}

.subnavbar {
    width: 837px;
    text-align: center;
    background-color: #FFFFFF;
}

.navspacing {
    width: 100%;
    text-align: center;
    vertical-align: top;
}

#topnav a {
    font-weight: bold;
    overflow: hidden;
}

#bottomnav a {
    font-weight: normal;
    overflow: hidden;
}


table.eventTable {
    background-image: url(http://reservix.de/img/resource/img/bg_headertabelle.jpg);
}

.rowDetail:hover {
    background-color: #FFF0F0;
}
.rowDetail td {
    border-bottom: 1px solid #D00011;
}
.rowDetail td {
    padding: 10px 0px 10px 20px;
    vertical-align: top; 
}


table.termine {
     border:0px; 
     width:640px;
     background: #fff;
	 background: -webkit-gradient(linear, left top, right top, from(#fff), to(#ededed));
	 background: -moz-linear-gradient(left,  #fff,  #ededed);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');

}

.termine thead th {
	height:40px;
	 background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#000));
	 background: -moz-linear-gradient(top,  #ededed,  #000);
	 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#000000');
}
.eventTable_colDate {
    width: 125px;
}
.eventTable_colEvent {
    width: 225px;
}
.eventTable_colLocation {
    width: 147px;
}
.eventTable_colAction {
    width: 123px;
}



.terminShow {
    background-color:  #FFE4E4;
    padding: 10px 7px;
}

.terminShow a {
    background-color:  #FFE4E4;
    color: #D00011;
    font-weight: bold;
    text-decoration: none;
}


.KalUe {
	FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; FONT-SIZE: 12px; FONT-WEIGHT: bold; 
	COLOR:#ffffff; 
}
.KalTevent {
	FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; 
	FONT-SIZE: 12px;
	COLOR: #404040; 
	line-height: 18px; 
	FONT-WEIGHT: bold;
}
.KalT {
	FONT-FAMILY: "Lucida Grande", "Trebuchet MS"; 
	FONT-SIZE: 12px; 
	COLOR: #404040; 
	line-height: 18px;
}
.KalLink {
	 FONT-FAMILY: "Lucida Grande", "Trebuchet MS";
	 line-height: 18px;
	 FONT-SIZE: 12px; 
	 COLOR: #444444; 
	 text-decoration:none;
	
}


.vb {
    color: #D00011;
    background-color: #FFFFFF;
    padding: 0px;
}

.hb {
    color: #D00011;
    background-color: #D00011;
    height: 2px;
}

.neLT {
    background-color: #FFFFFF;
    padding: 1px 7px;
	text-decoration: none;
    font: 13px "Lucida Grande", "Trebuchet MS";
    font-weight: bold;
    
}

.neLT a {
    background-color: #FFFFFF;
    color: #D00011;
    text-decoration: none;
    font: 13px "Lucida Grande", "Trebuchet MS";
    font-weight: bold;
    
}

.neDK {
    background-color: #D00011;
    padding: 1px 7px;
}

.neDK a {
    background-color: #D00011;
    color: #FFFFFF;
    text-decoration: none;
}

.body {
     width: 760px;
     text-align: left;
     padding-bottom: 7px;
     padding-top: 7px;
}

.body a { color: #D00011; }
.body a:visited { color: #D00011; }
.body a:hover { color: #D00011; background-color: #BFD2DE; }

.powered-by {
    text-decoration: none;
    font: 12px "Lucida Grande", "Trebuchet MS";
    font-weight: bold;
     }


.footer {
    width: 100%;
    height: 23px;
    background: #D00011;
    color: #FFFFFF;
    border-top: 1px solid #D00011;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.footer a {
    font: 12px "Lucida Grande", "Trebuchet MS";
    color: #FFFFFF;
}
