 
// 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,lu,table,td,tr {	line-height: 1.3em; }


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

.wpage     { width:728px; }
.wheader   { width:450px; }
.wnheader  { width:278px; }
.wcategory { width:100px; }
.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;
}

