/* 
 * part of project: schalch.net
 * copyright: schalch.net - Internet Solutions, Switzerland
 * coder: Thomas Schalch
 * date: 9-2008
 * 
 * Description (de): CSS-Stylesheet
 */


/*
 * Allgemeine Deklarationen
 */
html {
	padding:0px;
	margin:0px;
}

body {
	background-color:#FFFFFF;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 25px;
	padding:0px;
	margin:0px;
}

h1 {
	color:#CC3333;
	font-weight:normal;
	font: 25px Times, Times New Roman;
	margin-top: 0px;
	padding-top:0px;
	text-shadow: 2px 2px 2px #AAAAAA;
}

h2 {
	color:#87888A;
	font-weight:normal;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding-top:0px;
}

a {
	color:#CC3333;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
	border-bottom: 1px dashed #CC3333;
}

a:visited {
	color:#58585A;
	text-decoration:none;
}

a.nohover:hover {
	text-decoration:none;
	border-bottom: none;
}

img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
	padding: 5px;
	margin: 10px;
	border: 1px solid #BBBBBB;
	background-color: #FAFAFA;
	-webkit-box-shadow: 3px 3px 5px #444444;
	-moz-box-shadow: 3px 3px 5px #444444;
	-o-box-shadow: 3px 3px 5px #444444;
}

img:hover {
	padding: 5px;
	margin: 10px;
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	-webkit-box-shadow: 1px 1px 5px #444444;
	-moz-box-shadow: 1px 1px 3px #444444;
	-0-box-shadow: 1px 1px 3px #444444;
}

img.normal, img.normal:hover, #lightbox img {
	padding: 0px;
	margin: 0px;
	border: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 0px #FFFFFF;
	-moz-box-shadow: 0px 0px 0px #FFFFFF;
	-o-box-shadow: 0px 0px 0px #FFFFFF;
}

/*
 * Design-Elemente
 */

#top {
	position: absolute;
	top: 0px;
	height: 30px;
	line-height: 30px;
	right: 15px;
	text-align: right;
	color: #666666;
	background-color:#AAAAAA;
}

#top a {
	border: none;
	text-decoration: none;
	color: #666666;
}

#top a:hover {
	border-bottom: 1px dashed #BBBBBB;
	text-decoration: none;
}

#navigation {
	position: absolute;
	width: 100%;
	min-width: 800px;
	top: 0px;
	height: 135px;
	padding-top: 30px;
	left: 0px;
	background-color:#AAAAAA;
}

#navigation ul {
	list-style:none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	float: left;
	position: relative;
	width: 16.63%;
	height: 125px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navigation ul:hover li {
	float: left;
	position: relative;
	width: 16.63%;
	height: 125px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	font: 16px "Trebuchet MS", Lucida Sans Unicode, Verdana, sans-serif;
}

#navigation ul li a.asubnav {
	display:none;
}

#navigation ul li:hover a.asubnav {
	display:block;
	color: #111111;
	text-decoration: none;
	font: 13px "Times New Roman";
}

#navigation ul li ul li a {
	color: #111111;
	text-decoration: none;
	font: 13px "Times New Roman";
}

#main {
	position:relative;
	margin: 0px auto 0px auto;
	padding: 0px 50px 0px 50px;
	top: 220px;
	width: 700px;
	 text-align:justify;
}

#bottom {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 95%;
	padding-right: 5%;
	height: 30px;
	text-align: right;
filter:alpha(opacity=0);
	/* background-image: url('../images/schalchnet_logo.jpg');
	background-repeat: no-repeat;
	background-position: right center); */
}