
/*****************************************************************************
 * Autor	| Tobias Baur ( http://www.tobiasbaur.de )
 * Projekt	| Neveling Zahnarzt ( http://www.zahnarzt-neveling.de )
 *
 * Datum	| 2009-12-20
 * Datei	| main.css
 * Funktion	| style-definition for all browsers
 *****************************************************************************/

/* 
 * Aufbau: 	1. Kalibrierung
       		2. Allgemeine Styles
        	3. Styles für Layoutbereiche
        	4. Sonstige Styles 
*/

/*========  1. Kalibrierung  ========*/

* {
	padding: 0;
	margin: 0;
}

html {
	height: 101%;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 8px;
}

ol, ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 10px; 
	padding-left: 10px;
}

#menue ul, #menue ol {
	margin-bottom: 0px;
	margin-left: 0px; 
	padding-left: 0px;
}


/*========  2. Allgemeine Styles  ========*/

body {
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(../images/body.gif);
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
}

h1 {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	color: #FFF;
}

h3 {
	font-size: 100%;
	color: #FFF;
	margin-bottom: 10px;
}

h4 {
	font-size: 100%;
	color: #666;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Hyperlinks */  

a {
	text-decoration: none;
	outline: none;
}

a:link, a:visited {
	color: #fff;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
}

/*========  3. Styles für Layoutbereiche  ========*/

#wrapper {
	position: absolute;
	width: auto;
	top: 25px;
	left: 119px;
	height: 1%;
}

#logo {
	position: absolute;
	width: 217px;
	margin-bottom: 8px;
	margin-left: 10px;
	margin-top: 29px;
}

#motion-01 {
	position: absolute;
	width: 236px;
	top: 118px;
	left: 0px;
}

#motion-02 {
	position: absolute;
	width: 472px;
	top: 0px;
	left: 236px;
}

#content {
	position: absolute;
	width: 472px;
	color: #FFF;
	top: 236px;
	left: 236px;
}

#imprint {
	position: absolute;
	top: 236px;
	left: 708px;
	padding: 8px 0 0 9px;
	width: 100px;
	height: 1%;
	font-size: 9px;
}

#imprint a:link, #imprint a:visited {
	color: #b0b0b0;
	text-decoration: none;
}

#imprint a:hover, #imprint a:focus, #imprint a:active {
	color: #c0311c;
}

#imprint .iactive {
	color: #c0311c;
}

#footer {
	padding: 5px 0 40px 15px;
	color: #666;
	clear: both;
	font-size: 9px;
	color: #b0b0b0;
}

/* Menue */

#menue {
	position: absolute;
	top: 0px;
	left: 708px;
	height: 236px;
	width: 108px;
	margin-left: 10px;
}

		#menue ul {
			position: absolute;
			bottom: 30px;
		}
		
		#menue li {
			margin: 0;
			list-style: none;
			line-height: 22px;
			margin-bottom: 0;
		}
		
		#menue a, #menue span {
			padding: 0 0 0 20px;
			background-image: url(../images/m-marker-trans.png);
			background-repeat: no-repeat;
			background-position: -3px 0px;
			color: #4c514f;
			width: 119px;
			display: block;
			cursor: pointer;
		}
		
		#menue a:hover, #menue a:focus, #menue a:active {
			background-image: url(../images/m-marker-trans.png);
			background-repeat: no-repeat;
			color: #c0311c;
			background-position: -3px -44px;
			text-decoration: none;
		}
		
		#menue .menueaktive {
			padding: 0 0 0 20px;
			background-image: url(../images/m-marker-trans.png);
			background-repeat: no-repeat;
			background-position: -3px -44px;
			color: #c0311c;
		}

/*========  4. Sonstige Styles  ========*/

.dklgrau {
	color: #898d8b;
}

.small {
	font-size: 9px;
}

.big {
	font-size: 13px;
}

.dkl {
	color: #666;
}

.txtright {
	text-align: right;
}


/*========  5. Ecken  ========*/

#ecken_01 img, #ecken_02 img, #ecken_03 img, #ecken_04 img, #ecken_05 img {
	position:absolute;
}

#ecken_01 img.eck1, #ecken_02 img.eck1, #ecken_03 img.eck1, #ecken_04 img.eck1, #ecken_05 img.eck1 {
	top:0;
	left:0;
}

#ecken_01 img.eck2, #ecken_02 img.eck2, #ecken_03 img.eck2, #ecken_04 img.eck2, #ecken_05 img.eck2 {
	top:0;
	right:0;
}

#ecken_01 img.eck3, #ecken_02 img.eck3, #ecken_03 img.eck3, #ecken_04 img.eck3, #ecken_05 img.eck3 {
	bottom:0;
	left:0;
}

#ecken_01 img.eck4, #ecken_02 img.eck4, #ecken_03 img.eck4, #ecken_04 img.eck4, #ecken_05 img.eck4 {
	bottom:0;
	right:0;
}


