/* standard elements */
html {min-height: 100%;}
                                                                
body {
font-family:Arial,Helvetica,sans-serif;
background:#ffffff url(../images/bg.gif) repeat-y;		
}

* {
margin: 0;
padding: 0;
}

#navigation {            
width: 131px;
float:left;
background-color: #ff0000;	
}

a {
color: red;	
}         

#content {
padding-left:40px;
padding-top:20px;
width:600px;
margin-left: 140px;
}          

#content p {
margin-top:15px;
line-height:25px;	
}

.navfirst {
padding-top: 15px;
margin-left:5px
}

.navelement {
margin-left:5px
}

a.impressum {
margin-top: 20px;
margin-left: 25px;	
color: #ffff00;
}

input {
margin-top:5px;
}
            
#katalog {
margin-top:30px;	
}              

table#katalog td{
background-color: #66ffff;
width: 45px;	
height: 45px;
text-align: center;
font-size:20px;
font-weight:bold;
}                

p span {
	background-color: #66ffff;
	padding: 15px;
	width: 30px;	
	height: 30px;
	text-align: center;
	font-size:20px;
	font-weight:bold;   
}

span.green {
	background-color: #66ffff;
	padding: 15px;
	width: 30px;	
	height: 30px;
	text-align: center;
	font-size:20px;
	font-weight:bold;   
}                    

p span span {
	font-weight:bold;
}

table#katalog a {
color: #ff0000;
}                         

table.katalog {
background-color: #ffccff;	
}

table.katalog_unter {
background-color: #66FFFF;	
}

table.katalog td {
	height: 24px;
	width: 	169px;
	font-size:14px;
	color: red;
	font-weight: bold;
	text-align: center;
}

table.katalog_unter td {
	height: 30px;
	width: 	290px;
	font-size:14px;
	font-weight:bold;
	color: #000000;
	text-align: left;
}

.form td {
  font-size: 12px;
}

.tabletop td {
  font-size: 14px;
}

.boldcenter {
  font-weight: bold;
  text-align: center;
}

.form {
	margin-top: 15px;
	margin-bottom: 15px;
}