﻿#Div_Main
{
    width: 960px; 
    background-color: White;
    margin: 0 auto;
}

#Div_Head
{
    height: 205px;
    background: url(/Images/Global/head.jpg) no-repeat;
}

#Div_Head_Logo
{
	float: left;
	width: auto;
	margin-top: 36px;
}

#Div_Head_Right
{
	float: right;
	width: auto;
}

#Div_Head_Login
{
	margin-top: 10px;
	margin-right: 30px;
	text-align: right;
	height: 28px;
	float: right;
}

#Div_Head_Login_TextBox1,
#Div_Head_Login_TextBox2
{
	float: right;
	margin-top: 4px;
	margin-left: 10px;
}

#Div_Head_Login_ButtomOK
{
	float: right;
	margin-top: 1px;
	margin-left: 10px;
}

#Div_Head_Navigation
{
	/*margin-top: 42px;*/
	/*width: 544px;*/
	width: 619px;
	margin-left: 113px;
}

#Div_Footer
{
    height: 30px;
    margin-top: 30px;
    line-height: 34px;
    color: #848484;
}

#Div_Footer a
{
    margin: 0px 5px 0px 5px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    color: #848484;
}

#Div_Footer a:hover
{
    color: #ffa200;
}

#Content_Left
{
    float: left;
    width: 620px;
}

#Content_Right
{
    float: left;
    width: 290px;
    margin-left: 50px;
}

#DivEndContent
{
    clear: both;
    height: 1px;
}

#Div_Main, #Div_Head, #Div_Footer, #Div_Content
{
   /* border: solid 1px Red; DEBUG !! */
}

.Haeckchen_gross
{
	font-size: 15px;
	background-image: url(/Images/Produkte/haekchen_gross.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 2px;
}

.Haeckchen_mittel
{
	background-image: url(/Images/Produkte/haekchen_mittel.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-top: 5px;
	line-height: 1.75;
}

.Haeckchen_klein
{
	background-image: url(/Images/Produkte/haekchen_klein.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	/*padding-top: 5px;*/
	/*line-height: 1.75;*/
	display: block;
}

