/* 
 ---------------------------
| 	CSS-StyleSheet  for		|
| 		webSite 			|
|	"www.innocrush.com"		|
 :::::::::::::::::::::::::::
| author: Tomek Richard		|
| copyright: Tomek Richard	|
| created: 12 August 2008	|
 ---------------------------
 */


html {
	margin: 0;
	padding: 0;
}

body {
	color: #616365;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #b3ae90 url(images/rotor_bg.png) 100px 500px no-repeat;
}

	/******************************************************************
		Hyperlinks
    *******************************************************************/

a:link { color: #d95e00; text-decoration: none; }
a:active { color: #d95e00; text-decoration: none; }
a:visited { color: #d95e00; text-decoration: none; }
a:hover { color: #d95e00; text-decoration: underline; }

	/******************************************************************
		generelle Formatierungen
    *******************************************************************/

h1 { font-size: 20px; }
h1 { font-size: 18px; }
h1 { font-size: 16px; }
h1 { font-size: 14px; }

hr {
	color: #d95e00;
	width: 550px;
	height: 1px;
	border: 0;
	background-color: #d95e00;
	text-align: center;
}

	/******************************************************************
		Menu-Box (mainmenu - enthält alle site-internen links exkl. impressum)
    *******************************************************************/

#menu-box {
	position: relative;
	top: 0px;
	right: 0px;
	height: 28px;
	padding: 5px;
	z-index: 60;
}

.active {
	color: #d95e00;
}

#lang {
	overflow: visible;
}

	#lang img {
		border: 0;
		margin-right: 5px;
	}

	/******************************************************************
		side-box (enthält die Bilder am linken Rand)
    *******************************************************************/		
#side-bar {
	background: none;
}

	#side-bar img {
		position: relative;
		top: 15px;
	}
	
	
	/******************************************************************
		Content (enthält den informativen Inhalt der Site)
		
		roter Text laut PPT: color: #9D0E2F;
    *******************************************************************/

#content-table {
	position: relative;
	top: 12px;
	text-align: left;
	width: 980px;
	height: 590px;
}

#content-menu {
	height: 50px;
}

	#mainMenu {
		text-align: center;
		background-color: #f9f9f9;
	}

	#mainMenu a {
		font-size: 15px;
		color: #363d43;
		text-decoration: none;
	}
	
	#mainMenu a:hover {
		color: #d95e00;
	}

#content-row {
	color: #000000;
	vertical-align: top;
	color: #616365;
}

#content-box {
	position: relative;
	min-height: 490px;
	color: #000000;
	vertical-align: top;
	color: #616365;
	overflow: auto;

}

#content-footer {
	height: 25px;
	color: #FFFFFF;
	background-color: #616365;
	text-align: center;
}

	#content-footer a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#content-footer a:hover {
		color: #d95e00;
		text-decoration: none;
	}

#content-law {
	height: 25px;
	background: none;
	text-align: right;
	background: none;
}

	#content-law a {
		font-size: 10px;
		color: #363d43;
		margin-right: 10px;
		text-decoration: none;
	}
	
	#content-law a:hover {
		color: #d95e00;
	}

	#content-law .active {
		color: #d95e00;
	}

#side-bar {
	width: 200px;
}

	/******************************************************************
		Bild der Startseite
    *******************************************************************/

.home-content {
	position: relative;
	top: 33px;
}



#menu {list-style-type:none; 
margin-left:55px; /* settings for this demo olnly */
padding:0;}

#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}
#menu li span {display:block; z-index:100; background:#f9f9f9; padding-right:30px;}
#menu li a, #menu li a:visited {display:block; padding:0;}

#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}
#menu dt {background: #f9f9f9; margin:0; float:left;}
#menu dd {display:none; background: transparent; clear:left; margin:0; padding:0; text-align:left;}

#menu dt a, #menu dt a:visited {display:block; padding: 0px 15px; text-decoration:none;}
#menu dd a, #menu dd a:visited {background:#f9f9f9; text-decoration:none; display:block; padding: 4px 16px; font-size:12px;}

#menu li a:hover {border:0;}

#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {}
#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #f9f9f9;}
