/*<group=http://www.blauechnopf.ch/css/site.css>*/
/*
 * main style sheet for site
 */

/* core styles */
* {
  font-family: "Lucida Grande", "verdana", "tahoma";
}

html, body {		
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5; 
	font-size: 10px;
}

img {
	border:0px;
}

a {
	color: #333333;
	text-decoration: underline;
	border: none;
}

a.selected { /* a currently selected/opened link */
	color: #666666;
}

a:hover {
	color: #003399;
}

/* core page elements */
#container {
	background-image: url(../images/backbody.jpg); 
	background-repeat: repeat-y; 
	background-position: center top;		
	width: 760px;	
	margin: auto;		
}

#header {
	color: #81B5CA;
	height: auto;
	margin: auto;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincontent {
	padding-left:10px;
	padding-right:10px;
}

#header h1 {
	letter-spacing: 0.2em;
	font-size: 26px;
	margin:0px;
	padding-left:20px;
	color: #e7e7e7;	
}

#header div {
	font-size:14px;
	display: inline;
	padding-left:20px;	
}

#footer {
	color: #bbbbbb;
	padding-left:25px;
	padding-top:50px;
	font-size: 10px;
	margin: 0;
	text-align:left;	
}

#footerend {
	background-image: url(../images/backfooter.jpg); 
	background-repeat: repeat-y; 
	background-position: center top;			
	width: 760px;	
	height: 25px;
}

/* navigation elements */
#mainnavigation, #contentnavigation {		
	padding-top:2px;
	padding-bottom:2px;		
}

#mainnavigation {
	font-size: 13px;
	font-weight: bold;
}

#mainnavigation ul, #contentnavigation ul {
	margin: 0;
	padding: 0;
	padding-left:20px;
	list-style: none;
}
#mainnavigation li, #contentnavigation li {
	display: inline; /* to get them on the same line */
	padding-right: 10px;
}

#mainnavigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainnavigation a:hover {
	color: #333300;
}

#mainnavigation a.selected { /* a currently selected/opened link */
	color: #585549;
}

/* main content area */
#content {
}

#content img {
	float: right;
	padding: 2px;
	padding-left:5px;
}

#content h1 {
}
#content h2 {
}
#content h3 {
}
#content ul {
	padding-left:25px;
	list-style-type: square;
}
#content ol {
	padding-left:25px;
}

#content a {
	color: #609ec8;
	text-decoration: underline;
}

#content a.selected {
	color: black;
}

#content a:hover {
	color: black;
}

#contentheader {
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	font-weight: bold;
}

#contentheader b {
	letter-spacing:0.1em;
}

#contentnavigation {
	text-align:center;
	border-bottom: 1px solid #c0c0c0;
}

#contentnavigation a {
	text-decoration: none;
}
#contentnavigation a:hover {
	text-decoration: none;
	text-decoration: underline;
}

#contenttext-nosidebar {
	padding:20px;
}

#contenttext table {

}

#contenttext td {
	border: 1px solid #999;
	min-width:80px;
}

#sidebar {
	overflow: hidden;
	float:right;
	visibility: visible; 
	padding-left:5px;
	padding-top:20px;	
	padding-bottom:20px;
	padding-right: 5px;
	width:190px;
	height:auto;
}

#sidebar img {
	float: none;
}

#sidebar a {
	color: black;	
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;		
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;	
	text-align: center;
	padding-left:5px; 
	padding-right:5px;
}

#sidebar li {
	padding-top: 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

#sidebar p {
	font-size: 11px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;	
}

#sidebar span.requirements {
	font-size:11px;
}

#sidebar span.review {
	text-align:center;
	font-size:9px;
	color: #bbbbbb;
	display: block;
	margin-bottom:25px;
}

#contenttext {
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;	
}

body > #container > #middlebody > #content >#contenttext {
	width:520px;
}

/* Home */
#products {
	margin: auto;
	margin-top:20px;	
	border-collapse: collapse;
}
td.image {
	border-right:0px;
}
td.text {
	border-left:0px;	
}
td.text b {	
	font-size:20px;
	padding-bottom:10px;
	display: block;	
}

#products a {
	color: black;
	text-decoration: none;
}
#products a:hover {
	color: #609ec8;
	text-decoration: none;
}
#products img {
	float:none;
	padding:30px;
	border:0px;
	width:100px;
	height:100px;
}

/* support form */
#contenttext-nosidebar form {
	padding-top: 30px;
	padding-left: 10px;
}
#contenttext-nosidebar formline {
	text-align: center;
}

#contenttext-nosidebar label {
	width: 100px;
	text-align:right;
	position: absolute;
}

div.formline input,select,textarea {
	margin-left: 110px;
	min-width: 200px;
}

div.formaction input {
	margin-left: 110px;
	width: 100px;
}

/* news */
#news h2{
	text-align: center;
}

#news h3{
}
#news ul {
	padding-left:0px;
	text-align:left;
	list-style: none;
	font-size: 9px;
	padding-bottom:10px;
	border-bottom: 1px solid #e0e0e0;
}
#news ul li ul  {
	display:none;
}
.nav_balken {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
.rahmen_sw {
	border: thin solid #666666;
}
.rahmen_gr {
	border: 2px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.eyemotion {
	color: #999999;
	text-decoration: none;
}

