*
{
    padding: 0px;
    margin: 0px;
}

html
{
    background: url(../assets/html_background_purple.gif) repeat-x;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #554f8b;
}

#container
{
    width: 932px; /*832*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#header
{
    height: 140px;
    background: url(../assets/container_header_background.jpg) no-repeat;
}

    #header img
    {
        _margin-bottom: -3px;
    }

#menu
{
    height: 21px;
    width: 100%;
    background-color: #7c76b7;
}

    #menu ul {
    	float: left;
    	width: 847px; /*747*/
    	line-height: 21px;
    	margin-left: 41px;
        _margin-left: 20px; /* ie6 fix margin */
    	list-style: none;
    	background: white;
    	font-weight: bold;
    	background-image:url(../assets/container_menu_ul_background.jpg);
    	background-repeat:repeat-x;
    	border-left: 1px solid white;
    	border-right: 1px solid white;
    }

    #menu a {
    	display: block;
    	color: #554f8b;
    	text-decoration: none;
    	line-height: 21px;
        padding-left: 9px;
        padding-right: 9px;
    }

    #menu a:hover
    {
        color: white;
        background-color: #7d76b7;
    }

    #menu a.active
    {
        background-color: #c2bfde;
    }

    #menu li {
    	float: left;
        padding: 0;
    }

    #menu li ul {
    	position: absolute;
    	left: -999em;
    	height: auto;
    	width: 160px;
    	font-weight: normal;
        border: 1px solid #c2bfde;
        margin-top: -1px;
        margin-left: 0px;
        margin-bottom: -1px;
    	background: white;
    }

    #menu li li {
    	width: 160px;
    }

    #menu li ul a {
    	width: 140px;
        padding-left: 10px;
    }

    #menu li ul a:hover
    {
        background: #E0DDF0;
        color: black;
    }

    #menu li:hover, #menu li.hover {
    position: static;
    }

    #menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
    	left: -999em;
    }

    #menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
    	left: auto;
    }

    #menu li:hover, #menu li.sfhover{
    }

    #menu li strong
    {
        padding-left: 10px;
        border-bottom: 1px dotted #7C76B7;
        display: block;
    }

#content
{
    float: left;
    width: 100%;
    min-height: 600px;
    _height: 600px; /* ie hack to simulate min-height for IE6< */
    background: url(../assets/container_background.gif) repeat white;
}

    #content #column1
    {
        float: left;
        width: 560px; /*460*/
        margin-left: 41px;
        _margin-left: 20px; /* ie6 fix margin */
        padding: 30px;
        _padding: 30px 30px 30px 30px;
        display: block;
    }

    #content #column1 a
    {
        color: #7c76b7;
    }

    #content #column1 a:hover
    {
        color: black;
    }

    #content #column1 a.noborder
    {
        text-decoration: none;
    }

    #content #column1 a.noborder img
    {
        padding-right: 5px;
    }
    
    #content #column1 a.nameTag
    {
    	color: #554F8B;
    }
    
    #content #column1 li
    {
        margin-left: 15px;
    }

    #content #column1 p.small
    {
        font-style:italic;
        margin-bottom: 10px;
    }

    #content #column1 .introduction
    {
        font-weight: bold;
        margin-bottom: 8px;
    }

    #content #column1 .paging
    {
        font-size: 9px;
        text-decoration: none;
        border: 1px solid #C5C2E1;
        background-color: #F5F4F9;
        padding: 1px 2px 1px 2px;
        margin:1px;
        display: inline-block;
    }

    #content #column1 .paging_number
    {
        display: inline-block;
        width: 15px;
    }

    #content #column1 .paging_current
    {
        font-weight: bold;
    }

    #content #column1 .paging_results
    {
        padding: 1px 12px 1px 12px;
    }

    #content #column1 .paging_np
    {
    }

    #content #column1 .paging_inactive
    {
        color: #C2BFDC;
    }

    #content #column1 .webshop_product
    {
        font-weight: bold;
        font-size: 14px;
        border-bottom: 1px solid #7C76B7;
        display: block;
        margin-bottom: 6px;
    }

    #content #column1 .webshop_price
    {
        font-weight: bold;
        font-size: 18px;
        float: right;
    }

    #content #column1 img
    {
        border: 1px solid #7C76B7;
    }


    #content #column1 table tr td a img
    {
        border: 0px;
        padding-top: 1px;
    }

    #content #column1 a img
    {
        border: 0px;
        margin-bottom: -3px;
    }

    #content #column1 .comment
    {
<<<<<<< .mine
        border: 1px solid #F0775E; /*ef8100*/
=======
        border: 2px solid #F0775E; /*ef8100*/
>>>>>>> .r69
        background-color: #FFFFFF;
        padding: 5px;
        margin-top: 0px;
        *margin-top: 20px;
        color: black;
    }

    #content #column1 .comment H5
    {
        font-size: 12px;
        color: #F0775E; /*ef8100*/
        margin-bottom: 4px;
    }


    #content #column1 .profile
    {
        border: 1px solid #CAC8DD;
        width: 450px;
        margin-bottom: 15px;
        padding: 4px;
    }

	#content #column1 .profile_sub
	{
		margin-top: -15px;
		border-left: 1px solid #CAC8DD;
		border-right: 1px solid #CAC8DD;
		border-bottom: 1px solid #CAC8DD;
        width: 450px;
        margin-bottom: 15px;
        padding: 4px;		
	}

    #content #column1 .profile_div_left
    {
        width: 65%;
        float: left;
    }

    #content #column1 .profile_div_right
    {
        width: 35%;
        float: left;
    }

    #content #column1 .profile_heading
    {
        border-bottom: 1px dotted #CAC8DD;
        font-weight: bold;
        display: block;
        height: 20px;
        line-height: 20px;
        margin-bottom: 4px;
    }
    
    #content #column1 .poll_bar
    {
        background: url(../assets/poll_bar.jpg) no-repeat;
        height: 15px;
        width: 100%;
        display: block;

    }
    
    #content #column1 .poll_bar img
    {
        padding-top: 2px;
        padding-left: 2px;
        float: left;
        margin-right: 5px;
    }

    #content #column1 p.poll_score
    {
        display: block;
        font-size: 11px;
        line-height: 15px;
    }
    
    #content #column1 #big_image
    {
    	width: 458x; 
    	border: 1px solid #817BBB; 
    	text-align: center;
    }
    
    #content #column1 #big_image_comment
    {
    	border-left: 1px solid #817BBB; 
    	border-right: 1px solid #817BBB; 
    	border-bottom: 1px solid #817BBB; 
    	background-color: #F5F4F9; 
    	color: black;
    	padding: 5px;
    	text-align: center;
    }
    
    #content #column1 ul.image_list
    {
    	text-align: center;
    	margin-bottom: 10px;
    }
   
   	#content #column1 #thumbnails
   	{
   		text-align: center;
   	}
   	
   	#content #column1 #thumbnails img
   	{
   		margin-top: 5px;
		margin-right: 5px;
		border: 1px solid #817BBB;
   	}   	
   	
   	#content #column1 .evaluationDiv
   	{
   		padding:10px; background:#F5F4F9; border:1px solid #E0DEEE; margin-bottom:5px;
	}
	
	/* BADGES*/
	#content .badgeIMG
	{
		background: url('../assets/badges-image.jpg') no-repeat; 
		width:362px; 
		height:114px; 
		border:1px solid #000; 
		text-align:center; 
		padding-top:90px;
	}
	#content .badgeTXT
	{
		font-size:20px; 
		font-weight:bold; 
		color:black;
	}
	#content .badgeCompanyTXT
	{
		font-size:16px; 
		font-weight:bold; 
		color:black;
	}
    /*
    #content #column1 ul.image_list li
    {
    	display: inline-block;
    	display: inline;
    	list-style: none;
    	margin-left: 0px;
    }

	#content #column1 ul.image_list li img
	{
		margin-top: 5px;
		margin-right: 5px;
		border: 1px solid #817BBB;
	}
	
	#content #column1 ul.image_list li a:hover img, #content #column1 ul.image_list li a.active img   
	{
		opacity:1.0;
		filter: alpha(opacity=100); 
		-moz-opacity: 1.0;	
	}

	#content #column1 ul.image_list li a img
	{
		opacity:.50;
		filter: alpha(opacity=50); 
		-moz-opacity: 0.5;
	}
	*/
    #content #column1 .inputfieldH
    {
    	display:none;
    }
	
	
    #content #column2
    {
        float: left;
        width: 182px;
        margin-right: 42px;
        _margin-right: 2px; /* ie6 fix margin */
        padding: 10px 20px 20px 20px;
        _padding: 10px 10px 20px 20px;
    }

	#content #column2 div.importantTxt
	{
		border:2px solid #7c76b7; 
		margin: -10px -27px -10px -12px; 
		padding:10px;
	}
	
    #content #column2 .shopblock
    {
        background-color: #fdfdfe;
        border: 1px solid #7d77b8;
        width: 100%;
        margin-bottom: 25px;
    }

    #content #column2 .shopblock td
    {
        padding: 2px;
        font-size: 11px;
    }

    #content #column2 .shopblock .title
    {
        color: white;
        text-transform:uppercase;
        line-height: 20px;
        background-color: #7d77b8;
        font-size: 12px;
    }

    #content #column2 .shopblock .payline
    {
        border-top: 1px solid #d7d5e5;
    }

    #content #column2 .shopblock .footer
    {
        color: white;
        line-height: 20px;
        background-color: #9a95c6;
        border-top: 1px solid #d7d5e5;
    }

    #content #column2 .shopblock .footer a
    {
        color: white;
        text-decoration:none;
    }

    #content #column2 .shopblock .footer a:hover
    {
        color: black;
    }

    #content #column2 a
    {
        color: #7c76b7;
        display: block;
        text-decoration: none;
    }

    #content #column2 a:hover
    {
        color: black;
    }

    #content #column2 a.noborder img
    {
        padding-right: 5px;
        margin-bottom: -3px;
    }

    #content #column2 table td
    {
        height: 25px;
    }

input, textarea, select
{
    border: 1px solid #7c76b7;
    background-color:#fefeff;
    color: #554f8b;
    padding: 1px;
    margin:1px;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
}

#content #column1 table.border td
{
    padding: 10px;
    border: 1px solid #817BBB;
    _display: block;
}

input.noborder
{
    border: none;
    background-color:none;
}

label
{
padding: 0;
text-align: left;
line-height: 22px;
}

input.radiobutton
{
    border: 0px;
    margin-bottom: -3px;
}



input.button
{
    background-color: #7c76b7;
    border: 1px solid #554f8b;
    color: white;
    padding:2px;
    margin: 1px;
}

input.search_button
{
    margin-bottom: -5px;
    *margin-bottom: -3px;
}

.inputcomment
{
    color: #6D7171;
}

.requiredLabel
{
    color: red;
}

.requiredInput
{
    background-color: #faafaf;
}

.requiredTd
{
    background-color: #faafaf;
    border: 1px solid #7c76b7;
}

.calendarSelector
{
    border: 0px;
    margin-bottom: -5px;
    margin-left: 5px;
    cursor:pointer;
}

.attention{
	background:#F5F4F9; 
	padding:5px; 
	border:2px solid #817BBB;
}

p.error
{
    color: red;
    margin-bottom: 8px;
    display: block;
}

p.block_error
{
    color: red;
    margin-bottom: 8px;
    display: block;
    border: 1px solid red;
    padding: 5px;
}

p.block_confirm
{
    color: green;
    margin-bottom: 8px;
    display: block;
    border: 1px solid green;
    padding: 5px;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
}

h2
{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    border-bottom: 1px solid #D4D2E8;
}

h3
{
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
}

h4
{
    font-size: 12px;
    margin-top: -6px;
    font-weight: normal;
    margin-bottom: 10px;
}

h5
{
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
}

p.newsletterPar
{
	margin-bottom: 10px;	
}

hr
{
    border: 0px;
    height: 1px;
    background-color: #554f8b;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.seperator
{
    display: block;
    width: 621px; /*521*/
    margin-left: -30px;
    background-color: #F5F4F9;
    height: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    font-size: 1px;
    _margin-right: -30px;
}

.seperator_small
{
    display: block;
    width: 222px;
    _width: 223px;
    margin-left: -13px;
    background-color: #F5F4F9;
    height: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1px;
}

a img
{
    border: 0px;
}



img.topLeft
{
    border: 1px solid #7c76b7;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    margin-top: 3px;
}

img.topRight
{
    border: 1px solid #7c76b7;
    margin-left: 5px;
    margin-bottom: 5px;
    float: right;
    margin-top: 3px;
}

img.centerLeft
{
    border: 1px solid #7c76b7;
    margin: 5px 5px 5px 0px;
    float: left;
    margin-top: 3px;
}

img.centerRight
{
    border: 1px solid #7c76b7;
    margin: 5px 0px 5px 5px;
    float: right;
    margin-top: 3px;
}

img.bottomLeft
{
    border: 1px solid #7c76b7;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
}

img.bottomRight
{
    border: 1px solid #7c76b7;
    margin-left: 5px;
    margin-top: 5px;
    float: right;
}

font.news_date
{
    font-size: 9px;
    font-weight: bold;
}

font.news_date_new
{
    font-size: 9px;
    font-weight: bold;
    color: red;
}


#footer
{
    height: 80px;
    width: 932px; /*832*/
    margin-left: auto;
    margin-right: auto;
    background: url(../assets/footer_background.gif) no-repeat;
    clear: both;
    text-align: center;
    font-size: 10px;
    margin-bottom: 25px;
}

    #footer p
    {
        padding: 75px 20px 5px 20px;
        color: #7E78B8;
    }

    #footer a
    {
        color: #7E78B8;
    }
    
    #footer a:hover
    {
        color: #7C76B7;
    }
