.navi{								/*die Navigationsspalte links*/
	border-width:1px;
	border-color:#ddae00;
	border-style:solid;
	background-color:#fff0b2;
	vertical-align:top;
	text-align:center;
	align:center;
}
	
.obererLink,
.inhalt,
.editor{							/*die Spalte mit dem Inhalt*/
	border-width:0px;
	border-style:none;
	background-color:#fff8d9;
	vertical-align:top;
	align:left;
	font-size:13px;
	font-family:Verdana;
	padding-left:5px;
}

.obererLink{
	font-size:12px;
	font-variant:small-caps;
}

.editor{
	text-indent:20px;
}
	
.menuitem{							/*Der Hauptmenüpunkt*/
	background-color:#ffd22b;
	color:black;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
	text-align:center;
	line-height:17px;
}
	
.menuitem_lev1{						/*Untermenüpunkte*/
	line-height:15px;
	background-color:#fff0b2;
	font-size:11px;
	font-family:Verdana;
	color:black;
	text-align:left;
	border-style:none;
	border-width:0px;
	text-indent:15px;
}

.menuitem_lev2{						/*Untermenüpunkte*/
	line-height:15px;
	background-color:#fff0b2;
	font-size:11px;
	font-family:Verdana;
	color:black;
	text-align:left;
	border-style:none;
	border-width:0px;
	text-indent:25px;
}
	
a:link{								/*Links werden grundsätzlich schwarz ohne Unterstreichung angezeigt*/
	color:black;
	text-decoration:none;
}
a:visited{							/*Auch besuchte Links, wie oben*/
	color:black;
	text-decoration:none;
}

.handleHead{						/*Die Kopfzeile in der Handleübersicht*/
	background-color:#ffd22b;
	color:black;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	text-align:left;
	line-height:17px;
	width:430px;
	text-indent:10px;
}

.infoZeileSuche,
.handleHeadSuche{					/*Die Kopfzeile in der Handleübersicht, die Suche*/
	background-color:#ffd22b;
	color:black;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	text-align:right;
	line-height:17px;
	width:220px;
	text-indent:10px;
}
.infoZeileSuche{
	background-color:#ffe37b;
}

input, select, textarea, prices {
	font-size:11px;
	font-family:Arial;
}
.handleEditorInput{
	width:200;
	}
.prices{
	width:50;
	}

.handleIndex{						/*Die Zeile wo sich der Buchstabenindex befindet*/
	background-color:#ffe37b;
	color:black;
	font-size:9px;
	font-family:Verdana;
	text-align:left;
	line-height:17px;
	width:650px;
	text-indent:10px;
}

.infoZeile,
.bereichsTeiler{					/*Die Kopfzeile in der Handleübersicht, die Suche*/
	background-color:#ffe37b;
	color:black;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	text-align:left;
	line-height:17px;
	text-indent:10px;
}
.bereichsTeiler{
	font-size:10px;
	width:220px;
}

.handleItemSpalte1{					/*Die Eigenschaften der Handle-Zeilen*/
	text-indent:10px;
	width:110px;
}
.handleItemSpalte2{
	width:300px;
}
.handleItemSpalte3{
	width:100px;
}
.handleItemSpalte4{
	width:70px;
}
.handleItemSpalte5{
	width:70px;
}


.domainItemSpalte1{
	width:230px;
}
.domainItemSpalte2{
	width:130px;
}
.domainItemSpalte3{
	width:130px;
}
.domainItemSpalte4{
	width:160px;
}


.handleItemSpalte1, 				/*Gemeinsame Eigenschaften der Handlezeilen*/
.handleItemSpalte2, 
.handleItemSpalte3, 
.handleItemSpalte4,
.handleItemSpalte5,
.domainItemSpalte1,
.domainItemSpalte2, 
.domainItemSpalte3, 
.domainItemSpalte4,
.spalte130,
.normal{
	background-color:#fff0b2;
	color:black;
	font-size:11px;
	font-family:Verdana;
	text-align:left;
	line-height:15px;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:solid;
	border-color:fff8d9;
}

.spalte130{
	padding-left:10px;
	width:130px;
}

.handleEditorSpalte1{
	width:200;
	height:19px;
	text-indent:20px;
}

.handleEditorSpalte1,
.handleEditor{
	font-family:Arial;
	font-size:12px;
}
.resellerEditorPrices{
	font-family:Arial;
	font-size:11px;
	text-align:center;
	background-color:#ffe37b;
	border-color:#ffff0b2;
	border-style:solid;
	border-width:1px;
}
input.button {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #ddae00;
	color: #ddae00;
	background-color:#fff0b2;
}
input.button3 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px;
	border-color: #090909;
	color: #010101;
	background-color:#fafafa;
}