/* CSS Document */

/* - - - - - - - - - Boxes - - - - - - - - - */

div.boxFloatRight {
	width: 250px;
/*	float: right;*/
	clear: left;	

	background-color: #FFFFFF;

	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;	
}

.boxButton {
	background-color: #CCCCCC;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 10px;
	color: #333333;
}

div.boxHeadLine{
	background-image: url(images/elemente/box250HeadlineBg.gif);
	clear: left;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
	color: #666666;
	padding-left: 3px;
	background-repeat: repeat-x;
}

div.boxDivider {
	margin: 2px 0px 2px 0px;
	clear: left;
	height: 3px;
	background-image: url(images/elemente/box250Divider.gif);
	line-height: 0%;
	font-size: 0px;
}

div.boxImageCenter{
	padding: 4px 0px 4px 0px;
	clear: left;
	text-align: center;
}

div.boxImageCenter img {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}

div.boxCenter{
	padding: 2px 0px 2px 0px;
	clear: left;
	text-align: center;
}

div.boxContent{
	padding: 4px 4px 4px 4px;
	clear: left;
}

div.boxContent p, div.boxContent a{
	font-size: 10px;
	line-height: 13px;
	color: #333333;
	/* text-decoration: none; */
	margin: 0px;
	padding: 2px;
}

/* - - - - - - - - - Forms - - - - - - - - - */

/* Suche in der nav */
form.suche {
	margin: 0px;
}
form.suche input.inputSmall {
	background-color: #FFFFFF;
	font-size: 9px;	
	color: #333333; 			
	
	width: 120px;
	
	border-color: #999999;
	border-style: solid; 	
	border-width: 1px;
}

form.suche input.inputSmall:focus { 
	background-color : #FAFAFA;
}

/* Andere */

.inputTextfeld, .inputTextfeldSmall, .inputTextfeldMiddle, .inputTextArea, .inputSelect, .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #333333; 		
}

.inputTextfeld, .inputTextfeldSmall, .inputTextfeldMiddle, .inputTextArea, .inputSelect {
	width: 350px;
	border-color: #999999;
	border-style: solid; 	
	border-width: 1px;
	background-color: #FFFFFF;
}

.inputTextfeldSmall {
	width: 50px;
}

.inputTextfeldMiddle{
	width: 285px;
}

.inputTextfeld:focus, .inputTextfeldSmall:focus, .inputTextArea:focus, .inputTextfeldMiddle:focus { 
	background-color : #FAFAFA;
}

.button {
	background-color: #F3F3F3; 
	height: 18px; 
	width: 160px; 
	border: #000000; 
	border-style: solid; 
	border-width: 1px; 
	margin-bottom: 10px;
}


