/* @author: Dimitar Parouchev */



/* @group general */

body {
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-color: #000;
}

a {
	text-decoration: none;
	border: none;
	color: #5f5f5f;
	outline: none;
}

img {
	border: 0;
}

ul.errors {
	font-style: italic;
	margin-bottom: 10px;
}

ul.errors li {
	list-style: none;
}

#message {
	font-style: italic;
	padding: 0px 0  10px 0;
}

.white{
    color: #ccc;
}

.white a{
    color: #ccc;
}


/* @end */




/* @group container */

#startcontainer {
/*background: transparent url(../images/basefield_logo1.jpg) no-repeat right top;*/
    width: 446px;
	height: 422px;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 0px;
	overflow: hidden;
	margin: -205px 0px 0px -250px;
}

div#mainContainer {
	background: transparent url(../images/background_mainContainer.png) no-repeat left top;
	width: 842px;
	/*height: 596px;*/
	height: 610px;
	margin-top: 150px;
	left: 50%;
	position: absolute;
	top: 50%;
	padding: 0px;
	overflow: hidden;
	margin: -295px 0px 0px -420px;
}

#leftContainer {
	float: left;
	width: 210px;
	/*width: 160px;*/
	margin: 0; padding: 0;
	height: 596px;
	border: 0px solid red;
}

div#rightContainer {
	float: left;
	width: 630px; 
	*width: 585px;
	height: 595px;
	border: 0px solid yellow;

}
div#header {
	height: 129px;
	border: 0px solid blue;
}



/* different backgrounds */
/* lots of changes coz: http://css-discuss.incutio.com/?page=MultipleIdClassBug */

.leftContainer_home {
	/*background: transparent url(../images/background_rightContainer_home.png) no-repeat left top;*/
}

.leftContainer_galerie {
	background: transparent url(../images/background_rightContainer_galerie.png) no-repeat left top;
}

.leftContainer_preise {
	background: transparent url(../images/background_rightContainer_preise.png) no-repeat left top;
}

.leftContainer_reservierung {
	background: transparent url(../images/background_rightContainer_reservierung.png) no-repeat left top;
}

.leftContainer_gutscheine {
	background: transparent url(../images/background_rightContainer_gutscheine.png) no-repeat left top;
}

.leftContainer_viplounge {
	background: transparent url(../images/background_rightContainer_viplounge.png) no-repeat left top;
}

.leftContainer_kontakt {
	background: transparent url(../images/background_rightContainer_kontakt.png) no-repeat left top;
}




div#loginClass {
	border: 0px solid red;
	text-align: right;
	padding-top: 115px;
	padding-right: 5px;
	font-size: 10px;
}

/* @group menu */

div#menu {
	height: 35px;
	float: right;
	/* width: 584px;*/
	
	border: 0px solid blue;
	margin-right: 45px;
}

div#menu ul {
	float: right;
	list-style: none;
	margin: 14px 0 0 5px;
	padding: 0 0 0px 0;
}

div#menu li {
	float: left;
	display: block;
	margin: 0 0 2px 17px;
	padding: 0;
	font-size: 11px;
}

div#menu li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #131312;
}

div#menu li.active a {
	color: #e2007a;
}

/* @end */

/* @group submenu */

div#submenu {
	height: 35px;
	float: right;
	border: 0px solid blue;
	margin-right: 45px;
}

div#submenu ul {
	float: right;
	list-style: none;
	margin: 14px 0 0 5px;
	padding: 0 0 0px 0;
}

div#submenu li {
	float: left;
	display: block;
	margin: 0 0 2px 17px;
	padding: 0;
	font-size: 11px;
}

div#submenu li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #ccc;
}

div#submenu li.active a {
	color: #e2007a;
}

/* @end */


/* @group content */
/* lots of changes coz: http://css-discuss.incutio.com/?page=MultipleIdClassBug */
#content {
	/*margin: 0;*/
	/*height: 266px;*/
	overflow: auto;
	/*background: transparent url(../images/background_content.jpg) no-repeat left top;*/
	padding: 40px 0px 0 40px;
	color: #000;
	font-size: 13px;
	/*margin-right: 45px;*/

}

.content_home, .content_galerie, .content_gutscheine{
    background: none;
	margin: 0 0 0 40px;
	height: 370px;
}

.content_viplounge{
    height: 390px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0px solid red;
}

.content_preise, .content_reservierung, .content_kontakt{
	margin: 0;
	height: 266px;
	overflow: auto;
	background: transparent url(../images/background_content.jpg) no-repeat left top;
	padding: 40px 0px 0 40px;
	color: #000;
	font-size: 13px;
	margin-right: 45px;
}

#content.home a, #content.galerie a, #content.viplounge a {
	/*color: #fff;*/
}	

#content a {
	color: #000;
	text-decoration: underline;
}


#content .white a{
    color: #ccc;
}

.white a{
    color: #ccc;
}


#content h1 {
	color: #fff;
	padding: 0;
	margin: 0 0 0px 0;
	font-size: 15px;
	text-transform: uppercase;
}

#content.home h1, #content.galerie h1, #content.viplounge h1 {
	color: #e2007a;
}

#content h2 {
	color: #000;
	padding: 0;
	margin: 7px 0 1px 0;
	*margin: 4px 0 1px 0;
	font-size: 13px;
	text-transform: uppercase;
}

#content h3, #content h3 a {
	color: #af0066;
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 13px;
}

#content div.indent {
	padding: 0px 0 0 90px;
}

#content p {
	margin: 0;
	padding: 0 20px 0 0;
}

#content.home p, #content.galerie p, #content.viplounge p {
	color: #fff;
	text-align: justify;
}

#content h4 {
	margin: 7px 0 0 0;
	*margin: 4px 0 0 0;
	font-size: 13px;
}

/* @end */


/* site footer */
div#mainFooter{
    clear:both;
    text-align: right;
    margin-top: 2px;
    padding-top: 2px;
    font-size: 11px;
    color: #5F5F5F;
}

div#mainFooter a{
    text-decoration: underline;
}





/* admin bereich */

table.mytable {
	margin-top: 5px;
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
	background-color: white;
}

table.mytable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.mytable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/* tables */

table.tablesorter {
	font-family: arial;
	background-color: #CDCDCD;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color: #F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}

/* images */

div.images {
	padding: 15px 0 0 0;
}

div.images img {
	margin: 0 5px 9px 0;
	*margin: 0 0 9px 0;
	width: 160px;
	*width: 150px;
	border: 1px solid #3e3e3e;
}

/* forms */

input, select {
	display: block;
	clear: left;
	width: 180px;
	margin-bottom: 5px;
}

label {
	display: block;
	float: left;
	width: 110px;
	color: #ccc;
}

input#submit {
	float: none;
	width: auto;
}

/* notes */

div.note {
	float: left;
	border: 0px solid blue;
	height: 112px;
	width: 119px;
	margin: 0 30px 25px 0;
	background-color: #feed01;
	
	
}

div.note div.header {
	height: 12px;
	padding: 1px 0 4px 5px;
	font-weight: bold;
	border: 0px solid red;
}

div.note div.body {
	border-bottom: 3px solid black;
	height: 73px;
	color:  black;
	padding: 0px 5px 0 5px;
	
}

div.note div.footer {
	padding: 0px 0 0 7px;
	margin-top: 2px;
}
div.note div.footer img{
    margin-right: 3px;
    border: 0;
}
div.note div.footer a{
    dext-decoration:none;
}
