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

body {
	/*background:#fff url('images/meinphoto_header_line.jpg') repeat-x;*/
	/*color: #fff;*/
	font: 11px Tahoma;
	text-align: center;
}

a img {
	border: 1px solid #eee;
	padding: 1px;
}

dt
{
	display:none;
}

a {
	color: #000000;
	text-decoration: none;
}

input
{
	border: 1px solid #D3D3D3;
	height: 20px;
	padding-top: 3px;
}

select
{
	border: 1px solid #D3D3D3;
	height: 25px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#file
{
	border: 1px solid #D3D3D3;
	height: 25px;
}

a:hover { text-decoration: underline; }
h3 {

	font-family:"Trebuchet MS";
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:8px 0 4px;
	text-transform:uppercase;
}

h3.premium {
	/*background:transparent url(images/premium.gif) no-repeat scroll left center;*/
	padding-left:18px;
	padding-top:12px;
}

/* @group Header */

#header {
	margin: auto auto;
	width: 950px;
	height: 96px;
	background:transparent url(images/page/top_image.jpg) no-repeat;
	
}
#links {
	width: 940px;
	/*background:#57768A url('images/menu/meno_notitem.jpg') repeat-x;*/
	margin: auto auto;
	text-align: left;
	height: 50px;
	margin-bottom: 20px;
	padding-left: 5px;
	clear: both;
}
#main {
	width: 950px;
	/*background:#57768A url('images/main.jpg') repeat-x;*/
	margin: auto auto;
	text-align: left;
	padding-bottom: 25px;
}

#logo {
	float: left;
	padding-top: 30px;
	padding-left: 0px;
}

#steps {
	width: 100%;
	font-family: "Trebuchet MS";
	padding-top: 10px;
}

#wide {
	width: 935px;;
	margin: 0 auto 0 auto;
	display: block;
}


#steps li {
	float: left;
	list-style-type:none;
}

#steps li a {
	display: block;
	
	height: 25px;
	padding-top: 10px;
	text-transform: uppercase;
	color: #595959;
}

#steps li a:hover {
	/*color: #A9A9A9;*/
	text-decoration: none;
}

#steps li a span {
	font-size: 24px;
	vertical-align: middle;
}

.menu_item
{
	font-weight: bold;
	
	width: 150px;
}

.menu_item.active
{
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	width: 150px;
		
}

.menu_item.logout
{
	background: url('images/menu/logout_static.png') no-repeat;
}
.menu_item.login
{
	background: url('images/menu/login_static.png') no-repeat;
}
.menu_item.login_active
{
	background: url('images/menu/login_click.png') no-repeat;
}

.menu_item.upload
{
	background: url('images/menu/auswahlen_static.png') no-repeat;
}
.menu_item.upload_active
{
	background: url('images/menu/auswahlen_click.png') no-repeat;
}

.menu_item.modify
{
	background: url('images/menu/anpassen_static.png') no-repeat;
}
.menu_item.modify_active
{
	background: url('images/menu/anpassen_click.png') no-repeat;
}

.menu_item.send
{
	background: url('images/menu/senden_static.png') no-repeat;
}
.menu_item.send_active
{
	background: url('images/menu/senden_click.png') no-repeat;
}


.menu_item.inactive
{
	background: url('images/menu/menu_inactive_full.jpg') no-repeat;	
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	width: 150px;
}

.menu_item.noitem
{
	background: url('images/menu/space.png') no-repeat;	
	width: 335px ;
	border-right: 1px solid #d4d4d4;
	
}


.windows_container
{
	width: 100%;
	margin-top: 20px;
}
.window
{
	background: url('images/menu/box_title.jpg') repeat-x;	
	padding-top: 5px;
	margin-bottom: 20px;
	
	float: left;
	color: #000000;
	height: 290px;
}

.window_nospace
{
	background: url('images/menu/box_title.jpg') repeat-x;	
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	float: left;
	color: #000000;
	height: auto;
}

.window_title
{
	height: 20px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}

.windows_content
{
	width: 100%;
	height: 230px;
	padding-left:5px;
	padding-right:5px;
	
}

.window_footer
{
	background: url('images/menu/box_footer.jpg') repeat-x;	
	/*position: relative;*/
	top: 270px;
	height: 20px;
	width: 100%;
}


.text_bold
{
	/*font-size: 14px; */
	font-weight: bold;
	padding-bottom: 10px;
}


.desc_text
{
	font-size: 13px;
	line-height: 18px;
}

.footer_text
{
	font-size: 10px;
	color: #000000;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}

.footer_text a
{
	color: #000000;
	text-decoration: underline;
}

#footer{
	display:block;
	height: 40px;
	text-align: center;
	margin-top: 16px;
	padding-top: 10px;
	color: #000000;
	background: url('images/page/footer_line.jpg') no-repeat;	
}
#footer_links{
	display:block;
	text-align: center;
}

#footer_links a{
	padding-right: 10px;
	color: #006699;
}


.gratis_button {
	display: block;
	width: 138px;
	height: 27px;
	background: url('images/page/gratis_static.png') no-repeat;
	border: 0px none;
	/*padding-top: 8px;*/
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	cursor: pointer;
}

.login_button {
	display: block;
	width: 86px;
	height: 27px;
	background: url('images/page/login_static.png') no-repeat;
	border: 0px none;
	/*padding-top: 8px;*/
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	cursor: pointer;
}


.register_button {
	
	width: 112px;
	height: 27px;
	background: url('images/page/register_static.png') no-repeat;
	border: 0px none;
	/*padding-top: 8px;*/
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	cursor: pointer;
}

.next_button {
	
	width: 86px;
	height: 27px;
	background: url('images/page/butt_next.png') no-repeat;
	border: 0px none;
	/*padding-top: 8px;*/
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	cursor: pointer;
}
.send_button {
	
	width: 86px;
	height: 27px;
	background: url('images/page/senden_static.png') no-repeat;
	border: 0px none;
	/*padding-top: 8px;*/
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
	cursor: pointer;
}

.pager_med_button {
	
	width: 43px;
	height: 25px;
	background: url('images/page/butt_pager_med.png') no-repeat;
	border: 0px none;
	padding-top: 0px;
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #FF6600;
	cursor: pointer;
}

.pager_small_button {
	
	width: 33px;
	height: 28px;
	background: url('images/page/butt_pager_small.png') no-repeat;
	border: 0px none;
	padding-top: 0px;
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #FF6600;
	cursor: pointer;
}


.td_caption
{
	padding-top: 3px;
	color:#000000;
	font-weight: bold;
	width: 150px;
}


.flash_container
{
	background-color: #FFFFFF;
	width: 780px;
	margin-left: 70px;
	margin-top: 10px;
}











/* @end */

/* @group Content */



#container {
	width: 630px;
	display: block;
	margin: 40px auto 0 auto;
}

#left {
	padding-left:5px;
	padding-right:5px;
	height: 250px;
	float: left;
	border-left: 1px solid #82b5d8;
	border-right: 1px solid #82b5d8;
	background: url('images/1panel_02.gif') repeat-x;
	color: #1B6AA3;
}

#right {
	width: 300px;
	float: right;
	border: 1px solid #475B6B;
	background-color: #3D4F5D;
}

.button {
	display: block;
	width: 161px;
	height: 23px;
	background: url('images/button.jpg') no-repeat;
	padding-top: 8px;
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	color: #DADADA;
}

.button:hover {
	color: #fff;
	text-decoration: none;
}
.input_button {
	display: block;
	
	text-align: center;
	font: bold 13px "Trebuchet MS";
	text-transform: uppercase;
	
	padding: 0px; 
	border: none; 
	height:28px;
}

.input_button:hover {
	color: #fff;
	text-decoration: none;
}

#step-left {
	width: 27px;
	height: 96px;
	float: left;
	background: url('images/arrow-left.gif') no-repeat right;
	margin-left: 10px;
	margin-top: 30px;
}

#step-right {
	width: 27px;
	height: 96px;
	float: right;
	background: url('images/arrow-right.gif') no-repeat right;
	margin-right: 10px;
	margin-top: 30px;
}

#step-left:hover,#step-right:hover {
	background-position: left;
}

/* @end */

.error {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
}

.message_error {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
}



ul.errors {
	color: #FF6600;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type:none;
}
.clear {
	clear: both;
}


dl.voting_form {
}

dl.login_form dt {
	padding: 5px;
	text-align: left;
	padding-left: 80px;
}


	
.panel1_left
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel1_right
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel1_center
{
	width: 790px;
	height: 200px;
	background-image: url('images/2panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel1_title
{
	height:30px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}

.panel1_image
{
	height: 140px;
	width: 250px;
	background-image: url('images/upload_image.png');
	background-repeat: no-repeat;
	background-position: center ;
	float:left;
}


.panel1_left
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel1_right
{
	width: 2px;
	height: 200px;
	background-image: url('images/2panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel1_center
{
	width: 790px;
	height: 200px;
	background-image: url('images/2panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}






.panel2_left
{
	width: 2px;
	height: 250px;
	background-image: url('images/1panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel2_right
{
	width: 2px;
	height: 250px;
	background-image: url('images/1panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel2_center
{
	width: 790px;
	height: 250px;
	background-image: url('images/1panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel2_title
{
	height:40px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}



.panel3_left
{
	width: 2px;
	height: 530px;
	background-image: url('images/5panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel3_right
{
	width: 2px;
	height: 530px;
	background-image: url('images/5panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel3_center
{
	width: 790px;
	height: 530px;
	background-image: url('images/5panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel3_title
{
	height:40px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
}


.panel6_left
{
	width: 2px;
	height: 75px;
	background-image: url('images/6panel_01.gif');
	background-repeat: no-repeat;
	float:left;
}

.panel6_right
{
	width: 2px;
	height: 75px;
	background-image: url('images/6panel_03.gif');
	background-repeat: no-repeat;
	float:left;
}


.panel6_center
{
	width: 790px;
	height: 75px;
	background-image: url('images/6panel_02.gif');
	background-repeat: repeat-x;
	float:left;
}

.panel6_title
{
	
	color: #26689A;
	font-weight: bold;
	font-size: 14px;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-transform: uppercase;
}

.panel6_title2
{
	color: #FF0000;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
}

.panel6_tbl_data
{
	padding-left: 15px;
}



#file-label
{
	display: none;	
}

#handy_model-label
{
	display: none;
}

#handy_brand-label
{
	display: none;
}

#handy_brand-element
{
	float: left;
}

#handy_brand-element
{
	float: left;
}

#handy_model_p-label
{
	display: none;
}
#handy_brand_p-label
{
	display: none;	
}


.butt_blue
{
	background-image: url('images/butt_back.gif');
	background-repeat: repeat-x;
	
	border: 1px solid #006699;
	color: #1B6AA3;
	padding-left: 5px;
	padding-right: 5px;
}

.butt_blue:hover
{
	background-image: url('images/butt_back_hover.gif');
}




.category_list
{
	height: 320px;
	width: 180px;
	border: 0px;
}

#handy_content_container
{
	display:block;
	height:320px;
	overflow:auto;
	text-align:left;
	border: 1px solid #000000;
}

.content_preview
{
	float:left;
	padding-left: 10px;
	padding-top: 10px;
}

.content_img
{
	border: 2px solid #FFFFFF;
	cursor: pointer;
}

.content_img:hover
{
	border: 2px solid #FF9900 !important;
	cursor: pointer;
}

.pagger
{
	margin-top: 5px;
	color: #000000;
	
}

#msg_info
{
	color: #FF0000;
}

.info_message
{
	color: #009900;
	text-align: center;
	padding: 5px;
}

#handy_model-element .errors
{
	display: none;
}

.ad_text
{
	font-size: 13px;
}

.ad_text a
{
 	color: #FF9900;
}





.blue_text
{
	color: #FF9900;
}

.blue_text a
{
	text-decoration: underline;
}


.fpass
{
	font-weight: bold;
	font-size: 10px;
}

.fpass a
{
	text-decoration: none;
	color: #0000DD;
}

#popup
{
	background-image: url(images/popup/handybild_panel_new.png);	
	background-repeat: no-repeat;
	width: 380px;
	height: 300px;
}

#popu_top
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 30px;
	
}

#popu_form
{
	margin-bottom: 20px;
	margin-left: 40px;
}

#popu_footer
{
	text-align: right;
	margin-top: 10px;
	margin-right: 20px;
}

.butt_cancel_popup
{
	width: 160px;
	height: 30px;
	background-image: url(images/popup/fs_static.png);	
	background-repeat: no-repeat;
	border: 0px none;
	background-color: transparent;
}

