/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

a[href^="http://www.incolanoctis.de"],
a[href^="http://twitter.com"],
a[href^="http://www.twitter.com"],
a[href^="http://wiki.gotham-mesh.de"],
a[href^="http://www.gotham-mesh.de"],
a[href^="http://localhost"] {
	background:none;
	padding:0;
	margin:0;
}

a:active,
a:focus,
.container a:active,
.container a:focus {
	color:#800000;
}

div{

}

/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	background: #000000;
	color: #ffffff;
	background: #000;/** url(../../images/incolanoctis/bg.png);**/
	line-height:1.2em;
}
html {
	height:101%;
}

.incolanoctis {
	font-style: italic;
}

.container {
	background-color: #000000;
	border:1px solid #555555;
}

div.colborder {
	border-right:0px;
}



/**************************************/
/*              TABS                  */
/**************************************/
.place_tab {
	border:1px solid #FFFFFF;
	padding:10px;
}

ul.idTabs {
	height:4px;
	padding:0px;
	margin-left:10px;
}

ul.idTabs li {
	list-style:none;
	margin:0px;
}

ul.idTabs li a,
ul.idTabs li a:hover,
ul.idTabs li a:visited,
ul.idTabs li a:active,
ul.idTabs li a:link {
	display:block;
	float:left;
	border:1px solid #ffffff;
	padding:2px 6px;
	margin:-1px 10px 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
}

ul.idTabs li a.selected {
	background-color:#555555;
}



/**************************************/
/*              HEADER                */
/**************************************/

#title {
	color:#800000;
	font-weight:bold;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/

#menu ul li {
	list-style-type: none;
	margin-left: 0.3em;
}

#menu li a {
	font-weight: bold;
	display: block;
	margin:4px;
	padding:0px 0px 0px 4px;
	color:#ffffff;
	text-decoration: none;
	
	border:1px solid #999999;
	background-color: #444444;
}

#menu li.active a {
	background-color: #000000;
}

#menu li a:hover {
	background-color: #444444;
	border:1px solid #222222;
}

#menu li.active a:hover {
	background-color: #666666;
	border:1px solid #111111;
}

#menu ul ul,
#menu ul ul ul {
	margin-left: 0.4em;
	margin-bottom:0;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#contenttop {
    
}

.newbox {
	border:1px solid #444444;
    background: #000 url(../../images/incolanoctis/bg.png);
}

.newbox:hover {
	border:1px solid #444444;
	background: #000;
}

.newbox h3 {
	text-align:center;
	margin:0.5em 0px 0.4em 0px;
}

.newbox ul {
    background-color:#333333;
	margin:0.6em;
    border:1px solid #555555;
    list-style-type:none;
}

#news .newsitem {
    border:1px solid #444444;
    background: #000 url(../../images/incolanoctis/bg.png);
    margin-bottom:0.6em;
}

#news .newsitem h3 {

}

#news .newsitem div.text {
    background-color:#333333;
	margin:0.6em;
    border:1px solid #555555;
}


	.newPlaceItem {
		margin-bottom:4px;
		padding:4px;
	}

    #commentlisting div.comment {
        margin-bottom:10px;
        padding:0 5px;
    }
 
    #commentlisting div.comment span.date {
        float:right;
    }
    #commentlisting div.comment span.title {
        float:left;
    }
 
    .evenodd-1 {
        background-color:#222222;
    }
    .evenodd-0 {
        background-color:#444444;
    }

#content .bodycontent {
margin-right:42px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer {
	border-top:1px solid #111111;
}








	#right .placelist-Club,
    #oneplace .title-clubs {
		border-top :3px solid #B40A00;
		border-left:3px solid #B40A00;
	}

	#right .placelist-Bar,
    #oneplace .title-bars {
		border-top :3px solid #E4420C;
		border-left:3px solid #E4420C;
	}

	#right .placelist-Restaurant,
    #oneplace .title-restaurants {
		border-top :3px solid #F59244;
		border-left:3px solid #F59244;
	}

	#right .placelist-Shop,
    #oneplace .title-shops {
		border-top :3px solid #EEBE8D;
		border-left:3px solid #EEBE8D;
	}

	#right .placelist-Andere,
    #oneplace .title-sonstiges {
		border-top :3px solid #DDD5CC;
		border-left:3px solid #DDD5CC;
	}

    #oneplace .title-bars,
    #oneplace .title-clubs,
    #oneplace .title-shops,
    #oneplace .title-restaurants,
    #oneplace .title-sonstiges {
        padding: 4px 0px 0px 4px;
    }














form .reihe {
  clear: both;
  padding: 2px 0px;
}

form label{
  float: left;
  width: 100px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}



form input {
  float: right;
  width: 300px;
  text-align: left;
}

form textarea {
  float: right;
  width: 300px;
  height:60px;
  text-align: left;
}

form select {
  float: right;
  width: 311px;
  text-align: left;
}

form .quarter_3 {
  width: 250px;
}

form .quarter_1 {
  width: 39px;
}

form .knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

form .defbreite {
  width: 260px;
}

form #cmdSubmit {
	width:100px;
}
