 
// scss 
//
// (c) 2008-, thomas salvador. alle rechte vorbehalten

.dummy {}

.page {
	margin-left: auto;
	margin-right: auto;
	width: 733px;	
	padding-left:5px;
	padding-bottom:5px;
	border:1px solid #999;
	background-color:#fff;
}


img {border:0px;}


/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

// 1024

html { display:block; min-width:700px; margin-left:auto; margin-right:auto; }

body
{
  display:block;
  min-width:700px; 
	background: #ddd;
  border: 0px;
	color: #333;
	font-size: 13px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

a {
  color: #333;
  text-decoration: none;
}

.first {padding:0;margin:0;}
.notfirst {padding-top:1em;}

h1 {
	font-family: verdana, arial,helvetica,sans-serif;
	font-weight: normal;
  font-size:200%;	
  margin: 0;
}

h2 {
	font-family: verdana, arial,helvetica,sans-serif;
	font-weight: normal;
  margin: 0;
  font-size:160%;	
  padding-top: 1em;
}

h3 {
	font-family: verdana, arial,helvetica,sans-serif;
	font-weight: normal;
  margin: 0;
  font-size:120%;	
  padding-top: 1em;
}


p,ul,table { overflow: hidden; margin:0px; padding:0px; padding-top:10px;}

p,ul,li,table,td,tr {	line-height: 1.3em; }

td,th { font-family: arial,helvetica,sans-serif; font-size: 13px;}

.first {padding-top:0px;margin-top:0px; }

.wpage     { width:728px; }
.wheader   { width:250px; }
.wnheader  { width:468px; }
.wcategory { width:300px; }
.wbm       { }


.fheader { 
  background: transparent;
  color: #000000;
  font-size:270%;
  font-family:arial,helvetica,sans-serif;
  text-align: left; 
  margin:0;
  padding:0;  
  letter-spacing:1px;
  font-variant: small-caps;
  min-height: 32px;
}

.fcategory { 
  background: transparent;
  color: #000000;
  font-size:100%;
  font-family:verdana, arial,helvetica,sans-serif;
  text-align: left; 
  margin:0;
  padding:0; 
  margin-top:20px; 
}

.description { 
  background: transparent;
  color: #000000;
  font-size:100%;
  font-family:verdana, arial,helvetica,sans-serif;
  text-align: left; 
  margin:0;
  padding:0; 
}

.services { 
  background: transparent;
  color: #000000;
  font-size:100%;
  font-family:verdana, arial,helvetica,sans-serif;
  text-align: left; 
  margin:0;
  padding:0; 
}

.fcopy { 
  background: transparent;
  color: #000000;
  font-size:86%;
  font-family:verdana, arial,helvetica,sans-serif;
  text-align: center; 
  padding: 10px 0;
}

.col0 { 
  background:#ffffff;
  color:#000000;
  font-family:arial,helvetica,sans-serif;  
}

.col1 { 
  background:#333333;
  color:#cccccc;
  font-family:arial,helvetica,sans-serif;
}


.col0 a:link,.col0 a:visited, .fcopy a:link, .fcopy a:visited { 
  text-decoration:none;
  color: #1111aa;
/*  border-bottom: 1px dotted #dddddd; */
}

.col0 a:active, .col0 a:hover, .fcopy a:active,.fcopy a:hover { 
  text-decoration:none;
  color: #cc0000;
/*  border-bottom: 1px dotted #ff3333; */
}

.col1 a:link,.col1 a:visited { 
  text-decoration:none;
  color: #ccccff;
/*  border-bottom: 1px solid #666666; */
}

.col1 a:active,.col1 a:hover { 
  text-decoration:none;
  color: #ffcccc;
/*  border-bottom: 1px solid #ff3333; */
}

.fentry { 
  margin-left:50px; 
  padding: 10px 0;
  font-variant: small-caps;
}

.fheader a:active, .fheader a:hover{ 
  text-decoration:none;
  color: #000000;
  border-bottom: 0px;
}

.fheader a:link,.fheader a:visited{ 
  text-decoration:none;
  color: #000000;
  border-bottom: 0px;
}

.fd {
  font-size:91%;
}

.ct { display: inline; float: left; margin 0px; padding: 0px; }
.ct100 { width:100%; }
.ct75 { width:75%; }
.ct50 { width:50%; }
.ct25 { width:25%; }
.ct67 { width:67%; }
.ct33 { width:33%; }
.ct34 { width:34%; }

.submit {
border: 1px solid #dddddd;
background:#ffffee;
margin-top:0px;
}

.submit:hover {
border: 1px solid #999999;
background:#ffff88;
margin-top:0px;
}

ul {margin: 0px; padding:0px; margin-top:1em;}
li {margin: 0px; padding:0px; margin-left:2em;}


.inputlabel {
  color: #000000;
  font-size:86%;
  font-family:verdana, arial,helvetica,sans-serif;
}

textarea.edit {
  font-family: monospace;
  font-size: 14px;
  color: #000000;
  background-color: #eee;
  border: 1px solid #999;
  padding: 0.20em 0.3em;
  width: 100%;
}

textarea.editerror {
  font-family: monospace;
  font-size: 14px;
  color: #000000;
  background-color: #f9eeee;
  border: 1px solid #990000;
  padding: 0.20em 0.3em;
  width: 100%;
}

input.edit {
  font-size: 100%;
  height: 1.2em;
  border: 1px solid #999;
  color: #000000;
  background-color: #eee;
  vertical-align: middle;
  padding: 0.20em 0.3em;
  display: inline;
}

input.editerror {
  font-size: 100%;
  height: 1.2em;
  border: 1px solid #990000;
  color: #000000;
  background-color: #f9eeee;
  vertical-align: middle;
  padding: 0.20em 0.3em;   
  display: inline;
}

select.edit {
  font-size: 100%;
  min-height: 1.2em;
  border: 1px solid #999;
  color: #000000;
  background-color: #eee;
  vertical-align: middle;
  padding: 0.20em 0em;
  padding-left: 0.25em;
  display: inline;
}

select.editerror {
  font-size: 100%;
  min-height: 1.2em;
  border: 1px solid #990000;
  color: #000000;
  background-color: #f9eeee;
  vertical-align: middle;
  padding: 0.20em 0em;
  padding-left: 0.25em;
  display: inline;
}


select.edit {
  padding: 0.1em 0;
}

input.missing {
  font-size: 100%;
  border: 1px solid #999;
  color: #000000;
  background-color: #ffcccc;
  vertical-align: middle;
  margin: 1px;
  padding: 0.20em 0.3em;
  display: inline;
}

input.button, input.okbutton,
button.button {
  border: 1px solid #999;
  color: #000000;
  background-color: #eee;
  vertical-align: middle;
  text-decoration: none;
  font-size: 100%;
  cursor: pointer;
  margin: 0px;
  padding: 0.125em 0.4em;
}

input.okbutton:hover {
  border: 1px solid #9a9;
  color: #000000;
  background-color: #efe;
}

* html input.button, * html input.okbutton,
* html button.button {
  height: 1.8em;
}

.rating{
	width:80px;
	height:16px;
	margin:0 0 0px 0; 
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/img/rating.gif) no-repeat 0 0;
}

.show0 {background-position:0 0}
.showg1 {background-position:0 -16px}
.showg2 {background-position:0 -32px}
.showg3 {background-position:0 -48px}
.showg4 {background-position:0 -64px}
.showg5 {background-position:0 -80px}
.showr1 {background-position:0 -96px}
.showr2 {background-position:0 -112px}
.showr3 {background-position:0 -128px}
.showr4 {background-position:0 -144px}
.showr5 {background-position:0 -160px}
ul.rating li {
	cursor: pointer;
	float:left;
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.rating5 a {left:0}
ul.rating li.rating4 a {left:16px;}
ul.rating li.rating3 a {left:32px;}
ul.rating li.rating2 a {left:48px;}
ul.rating li.rating1 a {left:64px;}
ul.rating li a:hover {
  z-index:2;
  width:80px;
  height:16px;
  overflow:hidden;
  left:0;	
  background: url(/img/rating.gif) no-repeat 0 0
}
ul.rating li.rating5 a:hover {background-position:0 -96px;}
ul.rating li.rating4 a:hover {background-position:0 -112px;}
ul.rating li.rating3 a:hover {background-position:0 -128px}
ul.rating li.rating2 a:hover {background-position:0 -144px}
ul.rating li.rating1 a:hover {background-position:0 -160px}


.ratingsmall{
  width:40px;
  height:8px;
  padding:0;
  list-style:none;
  background: url(/img/rating-small.gif) no-repeat 0 0;
  background-position:0 0px
}

img.ratingsmall,
img.ratingsmall0,
img.ratingsmall1,
img.ratingsmall2,
img.ratingsmall3,
img.ratingsmall4,
img.ratingsmall5 {
  z-index:2;
  width:40px;
  height:8px;
  overflow:hidden;
  background: url(/img/rating-small.gif) no-repeat 0 0;
  background-position:0 0;
}

img.ratingsmall0 { background-position:0 0px }
img.ratingsmall5 { background-position:0 -80px }
img.ratingsmall4 { background-position:0 -72px }
img.ratingsmall3 { background-position:0 -64px }
img.ratingsmall2 { background-position:0 -56px }
img.ratingsmall1 { background-position:0 -48px }

