/*
 -------------------------------------------------- 
 Theme Name: Blueness
 Description: Theme for pension-neubert.de
 Version: 1.0
 Author: C. Neubert
 --------------------------------------------------
 TODO:
	- min-width for the content? some browser supposedly have
	  problems when the browser window is smaller than the
	  width of the content. research.
 --------------------------------------------------
*/

/* ------------------------------ */
/* RESET STANDARD TAGS            */
/* ------------------------------ */

* {
	border:0;
	margin:0;
	padding:0;
}

.hidden {
	display:none;
}

/* ------------------------------ */
/* STANDARD HTML TAGS             */
/* ------------------------------ */

body {
	/* FIX: fix font sizes & units */
	font-family:Georgia;
	font-size:14px;
	color: #222;
	line-height:23px;
}

a {
	color:#c98819;
}

img {
	border: 0 none;
}

h2 {
	font-family:Georgia,serif;
	font-variant:small-caps;
	font-size:150%;
	color:#1D4A6E;
	margin-bottom: 12px;
}

p {
	padding-bottom: 15px;
}

/* ------------------------------ */
/* PAGE ELEMENTS                  */
/* ------------------------------ */

#pagewrap {
	/*margin: auto;*/
	background:url(images/content_bg.jpg) repeat top center #dee3ee;
}

	#headerwrap {
		background: url(images/header_bg.jpg) top center no-repeat;
		height: 160px;
	}

		/* ------------------------------ */
		/* HEADER                         */

		#header {
			margin: 0pt auto;
			position: relative;
			width: 800px;
		}

			#logo {
				/* display: inline;*/ /* why? */
				width: 380px;
				height: 200px;
				position: absolute;
			}


	#contentwrap {
		/*background-color: white;*/
		margin: 0 auto;
		width: 800px;
	}
		/* ------------------------------ */
		/* CONTENT                        */

		#content {
			float: left;
			height: 800px;
			/*min-height:800px;*/
			/*margin-right: 280px;*/
			margin-right: 20px;
			padding-top: 10px;
			width: 510px;
		}

		#content .padding {
			padding: 30px 0 0 25px;
		}

			#slogan {
				margin-bottom: 20px;
			}


			#flashcontent {
				width: 480px;
				height: 300px;
			}

		/* ------------------------------ */
		/* SIDEBAR                        */


		#sidebar {
			float: left;
			width: 250px;
		}

			#sidebar .padding {
			padding: 30px 0 0 0;
		}

			#shadebox {
				/*background: url(images/hbg.gif) repeat-x; border-bottom: 1px dotted #ccc; padding: 10px; margin-bottom: 25px;*/
				margin-bottom: 25px;

			}

			#sidebox {
				background-color:#E0E0E0;
				border:1px dashed #777;
				padding:10px;
			}

		/* ------------------------------ */
		/* FOOTER                         */

		#footer {
			clear: both;
			background: #a5c1f1;
			font-size:12px;
			padding: 10px 25px;
		}


/* ------------------------------ */
/* NAVIGATION                     */

#navbar {
	width: 423px;
	height: 33px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	position: absolute;
	right: -2px;
	top: 127px;

}

#navbar li {
	display: inline; /* why? */
	float: left;
}

.n_uebersicht, .n_uebersichtactive, .n_details, .n_detailsactive, .n_anfahrt, .n_anfahrtactive, .n_kontakt, .n_kontaktactive {
	overflow: hidden; /* keeps Firefox from drawing a border around the element when it's clicked. is there a better way? */
	text-indent: -9999em;
}


.n_uebersichtactive a {
	background: url(images/alltabs.jpg) no-repeat left bottom;
	display: block;
	width: 106px;
	height: 33px;
}

.n_uebersicht a {
	background: url(images/alltabs.jpg) no-repeat left top;
	display: block;
	width: 106px;
	height: 33px;
}

.n_uebersicht a:hover {
	background: url(images/alltabs.jpg) no-repeat left center;
	display: block;
	width: 106px;
	height: 33px;
}


.n_detailsactive a {
	background: url(images/alltabs.jpg) no-repeat -106px bottom;
	display: block;
	width: 106px;
	height: 33px;
}

.n_details a {
	background: url(images/alltabs.jpg) no-repeat -106px top;
	display: block;
	width: 106px;
	height: 33px;
}

.n_details a:hover {
	background: url(images/alltabs.jpg) no-repeat -106px center;
	display: block;
	width: 106px;
	height: 33px;
}


.n_anfahrtactive a {
	background: url(images/alltabs.jpg) no-repeat -212px bottom;
	display: block;
	width: 106px;
	height: 33px;
}

.n_anfahrt a {
	background: url(images/alltabs.jpg) no-repeat -212px top;
	display: block;
	width: 106px;
	height: 33px;
}

.n_anfahrt a:hover {
	background: url(images/alltabs.jpg) no-repeat -212px center;
	display: block;
	width: 106px;
	height: 33px;
}

.n_kontaktactive a {
	background: url(images/alltabs.jpg) no-repeat -318px bottom;
	display: block;
	width: 105px;
	height: 33px;
}

.n_kontakt a {
	background: url(images/alltabs.jpg) no-repeat -318px top;
	display: block;
	width: 105px;
	height: 33px;
}

.n_kontakt a:hover {
	background: url(images/alltabs.jpg) no-repeat -318px center;
	display: block;
	width: 105px;
	height: 33px;
}

