	body{
	background-color: #fdfef9;
}

div{
	font-family: verdana;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}

p, .textcontent {
	line-height: 20px;
}

hr{
	border: 2px solid #000000;
}

a{
	color: #000000;
}

img {
	border-width: 0px;
}

.main_container{
	width: 950px;
	text-align: left;
}

.rightSideMenuNormal{
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
}

.rightSideMenuBold{
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
}

.titleLeft{
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
	width: 115px;
}

.titleRight{
	float: left;
	width: 250px;
	padding-bottom: 10px;
}

input.inputField{
	width: 210px; 
	border: 1px solid #000000;
}

textarea.inputField{
	width: 363px;
	height: 80px; 
	border: 1px solid #000000;
}

select.inputField{
	width: 215px; 
	border: 1px solid #000000;
	padding-top: 5px;
}
.mandatoryField{
	float: left;
	padding-left: 5px;
	padding-top: 3px;
}
/************************************************************************
* Blog
************************************************************************/
.blog_sidecolumn_headline {
	text-transform: uppercase;
	font-weight: bold;
}
.blog_sidecolumn_linkholder {
	margin-top: 5px;
}
.blog_sidecolumn_link {
	text-decoration: none;
}
.blog_headline {
	text-transform: uppercase;
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 0px;
}

/************************************************************************
* Shop
************************************************************************/

.shopinputline {
	margin-bottom: 10px;
}
.shopwideinput {
	width: 260px;
	height: 22px;
	border: 1px solid #848484;
	margin-top: 3px;
}
.shopinput {
	height: 22px;
	border: 1px solid #848484;
	margin-top: 3px;
}
.shopwideselect {
	width: 262px;
	height: 22px;
	border: 1px solid #848484;
	margin-top: 3px;
}
.shop_add_address_link {
	color: #af1726;
	text-decoration: none;
}
.shoppingbasket_headline {
	margin-bottom: 25px;
	padding-top: 20px;
}
.shop_button {
	color: #FFFFFF;
	background-color: #000;
	border-color: #000;
}

.breaker{
	clear: both;
}

.typeOfInput{
	float: left;
	width: 150px;
	padding-bottom: 5px;
}

.theInput{
	float: left;
}