/***************************************************************************************************************
*
*        body
*
***************************************************************************************************************/

body {
        padding:0px;
        margin:0px;
        background-color:#ffffff;

        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        text-align:center;
}


/***************************************************************************************************************
*
*	div
*
***************************************************************************************************************/

img {
	border:0px;
}

h1 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	font-weight:100;
	font-size:18px;
	font-style:normal;
	color:#333333;
}

h2 {
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	font-weight:100;
	font-size:18px;
	font-style:normal;
	color:#333333;
}

.clear {
	clear:both;
}

.error {
        border:2px solid red;
        padding:10px;
        margin-bottom:20px;
}

.info {
        border:1px dotted green;
        padding:10px;
        margin-bottom:20px;
}

.dotline {
        height:10px;
        border-bottom:1px dotted gray;
        margin-bottom:10px;
}

/***************************************************************************************************************
*
*        link
*
***************************************************************************************************************/

a {
	font-weight:bold;
	color:#800000;
	text-decoration:none;
	font-size:12px;
}

a:hover {
	text-decoration:underline;
}

a.button {
	border:0px;
	background-color:#750000;
				
	background-image:url('img/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:20px;
		
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;

	height:20px;
	line-height:20px;

	font-weight:normal;
	font-size:11px;
	color:white;
	
	text-decoration:none;
}

a:hover.button {
	border:0px;
	background-color:#750000;
				
	background-image:url('img/buttonarrow.gif');
	background-repeat:no-repeat;
		
	padding-left:20px;
	
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;

	height:20px;
	line-height:20px;

	font-weight:normal;

	font-size:11px;
	color:white;
	
	text-decoration:none;
}

/***************************************************************************************************************
*
*        form
*
***************************************************************************************************************/

form {
	border:0px;
	padding:0px;
	margin:0px;
}



label {
	float: left;
	width: 120px;
	padding-top: 4px;
	text-align: right;
	margin-right: 5px;
}


input {

	margin-bottom:10px;

}



select {

	margin-bottom:10px;

}



textarea {

	margin-bottom:10px;

}

.input,.gm_class_input {

	width:180px;

	height:16px;

	border:1px solid #666666;

	margin-bottom:5px;

}



.select {

	width:180px;

	height:20px;

	border:1px solid #666666;

	margin-bottom:5px;

}



.textarea {

	border:1px solid #666666;

	margin-bottom:5px;

}

input.button {
	border:0px;
	background-color:#750000;
		
	background-image:url('img/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:15px;
	
	padding-right:5px;
	padding-top:2px;
	padding-bottom:3px;

	font-size:11px;
	color:white;
}

*html input.button {
	width:120px;	

	border:0px;
	background-color:#750000;
		
	background-image:url('img/buttonarrow.gif');
	background-repeat:no-repeat;
	
	padding-left:15px;
	
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;

	font-size:11px;
	color:white;
}

/***************************************************************************************************************

*

*        structure
*

***************************************************************************************************************/

#body {
        width:950px;
        margin:auto;
        text-align:left;
}

#header {
	background-image:url('img/Header-gif.gif');
	background-repeat:no-repeat;
	background-position:top center;
	height:140px;
}

#header .left {
        width:25%;
        padding-top:12px;
	padding-left:0.5%;
        float:left;
}


#header .left a {
	display:block;
	font-size:14px;

	font-weight:bold;
	color:white;

	text-decoration:none;
}

*html #header .left a {
	font-size:13px;
}

#header .center {
	width:44%;
	
	overflow:hidden;
	float:left;

	padding-top:8px;

	text-align:center;
}

#header .center a {
	font-size:14px;
}

*html #header .center a {
	font-size:13px;
}

#header .right {
	width:20%;
	
	overflow:hidden;
	float:left;

	padding-top:10px;
	margin-left:9%;
}

#header .right select {
	width:100px;
	height:18px;
	float:left;
	font-size:11px;
}

#header .right img {
	margin-right:3px;
	margin-top:2px;
}

#header .information {
	width:69%;

	float:left;
	
	padding-top:30px;
	color:#800000;

	font-style:italic;
	font-weight:bold;
}

#header .information .part {	
	margin-left:150px;
	padding-left:20px;
	padding-bottom:14px;
	
	background-image:url('img/stern.gif');
	background-repeat:no-repeat;

	line-height:18px;
}

#header .information .one {
	margin-left:200px;
}

#header .information .two {
	margin-left:185px;
}

#header .information .three {
	margin-left:170px;
}

#header .hotline {
	width:30%;

	overflow:hidden;
	float:left;

	padding-top:42px;

	font-size:18px;
	font-weight:100;
}

#header .hotline strong{
	font-size:34px;
	font-weight:bold;
	line-height:30px;
}

#toolbar {

	width:950px;

	height:30px;

	background-image:url('img/information-background.jpg');

	background-repeat:no-repeat;		

}

#toolbar .slogan {

        float:left;

        width:295px;

        margin-right:35px;

        padding-top:2px;

        text-align:right;

	color:#C68C8C;

	font-weight:bold;
}



#toolbar .search {

        overflow:hidden;

        float:left;

        width:290px;

        padding-top:5px;

	color:#800000;

	font-weight:bold;
}


#toolbar .search input {

	margin-bottom:0px;
}

#toolbar .search .gm_class_input {
	height:16px;

	width:150px;

	float:left;

	margin-right:10px;

}


#toolbar .search .text {
	float:left;

        margin-top:3px;

        margin-right:10px;

}



#toolbar .menu {

        overflow:hidden;

        float:left;

        width:325px;

        padding-top:5px;

}

#toolbar .menu a {

	font-size:14px;

	font-weight:bold;
	text-decoration:none;

	margin-right:20px;

}

#content {
	clear:both;
	width:950px;

        background-image:url('img/content-background.jpg');

        background-repeat:repeat-y;

        border-bottom:5px solid #750000;
}

#content .left {

	float:left;

	width:235px;

	padding-left:15px;
}

#content .right {
	overflow:hidden;
	float:left;
	width:685px;
}


#content .right .path {
        padding-bottom:10px;
}

#content .right .path  a {
	font-size:11px;
	color:gray;
	text-decoration:none;
}

#content .path a:hover {
	text-decoration:underline;
}

#footer {
	background-color:#750000;
	padding-left:5px;
	padding-bottom:5px;
	color:#ffffff;
	font-weight:bold;
}

#information {
	text-align:center;
        margin-bottom:20px;
}

/***************************************************************************************************************
*
*        copyright
*
***************************************************************************************************************/

.copyright {
        margin:10px;
        margin-left:20px;
}

/***************************************************************************************************************
*
*        copyright
*
***************************************************************************************************************/

.navigation .navigation_left {
        float:left;
}

.navigation .navigation_right {
        text-align:right;
}

/***************************************************************************************************************
*
*	Kimage Price
*
***************************************************************************************************************/



.kimage-bestprice-prefix {
	font-size:12px;
	float:left;

	padding-top:15px;

        padding-right:5px;
}



.kimage-bestprice-before-comma {
	font-size:30px;
	font-weight:bold;
	color:#333333;
	line-height:100%;

	float:left;

        padding-bottom:0px;

        margin-bottom:0px;
}



.kimage-bestprice-after-comma {
	color:#333333;
	font-size:14px;
	font-weight:bold;

	margin-top:0px;

        padding-top:0px;

        float:left;

        padding-top:2px;
}



.kimage-bestprice-additional {
	color:#333333;
}



.kimage-price {
	font-size:11px;

	clear:both;

        margin-top:10px;
}



.kimage-bestprice-without-contract {
	font-size:10px;
}

/*************************************************************************************
*
*
*	Create Account
*
*
*
**************************************************************************************/

.cell_note {
	font-size:10px;
}

#create_account_page label {
	width:200px;
	float:left;
	text-align:left;
}

#create_account_page .cell_right input {
	width:200px;
	border:1px solid #cccccc;
}

#create_account_page #gender {
    float:left;
}

#create_account_page #gender input{
	width:20px;
}

#create_account_page select {
	width:203px;
	border:1px solid #cccccc;
}

/*************************************************************************************
*
*
*	Button Navigation back and next
*
*
*
**************************************************************************************/

.navigation_buttons {

}

.button_box_left {
	float:left;
}

.button_box_right {
	float:right;
}

/*************************************************************************************
*
*
*	Error messages
*
*
*
**************************************************************************************/

.new_line {
        margin-left:200px;
        margin-bottom:20px;
}

.class_error_message {
        color:red;
        font-size:12px;
	font-weight:lighter;
        font-style: italic;
}


