/*	
Theme Name: Amedeo HTML Template
Description: Professional Business Template
Version: 2
Author: webtunes
*/

/* Basic Layout */
body {
	background: #fff url(../img/main-bg.gif) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#4c4c4c;
}
#wrap {
	background:url(../img/wrap_main-bg.png) no-repeat left top;
	width:948px;
	margin:30px auto;
}
#inside_wrap {
	padding:0px 61px;
	background: url(../img/main_content-bg.png) repeat-y center top;
}
#left_large_page {
	background:url(../img/left_large_page-bg.gif) repeat-y 554px top;
}
#right_large_page {
	background:url(../img/right_large_page-bg.gif) repeat-y left top;
}
#inside_wrap_bottom {
	height:14px;
	background: url(../img/main_content-bottom.gif) no-repeat left top;
}
.main_content {
	width:534px;
	padding:10px;
	float:left;
}
/* Headline Style*/
h1 {
	font-size:26px;
	color:#363636;
	letter-spacing:-1px;
	padding:10px 0px 5px;
}
h2 {
	font-size:20px;
	color:#363636;
	letter-spacing:-1px;
	padding:5px 0px;
}
h3 {
	font-size:16px;
	color:#363636;
	letter-spacing:-1px;
	padding:5px 0px;
}
h3 span {
	color:#808080;
}
h4, h5 {
	font-size:12px;
	color:#363636;
	font-weight:bold;
	padding:5px 0px;
}
.bottom_line,h1.bottom_line, h2.bottom_line, h3.bottom_line, h4.bottom_line, h5.bottom_line {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:7px;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
	text-decoration:none;
}
/* List Style*/

 ul.simple li {
	padding:0 0 0 20px;
	margin:0 0 0px 0px;
	background:url(../img/ul_default.gif) no-repeat left 6px;
}
ol.simple {
	list-style-image:none;
	list-style-type:decimal;
	padding:0 0 0 22px;
}
ol.simple li {
	margin:0 0 10px 0px;
}

ul.simple li.simp {
    float:left;
  clear: none;
  margin-bottom:0px;
}

/*Code Style*/
code, pre {
	background:#E8EBEC;
	border:1px dotted #BBBBBB;
	color:#333333;
	padding:15px 5px;
	margin:10px 0 0 0;
}
/* Default Link Style*/
a {
	color: #a02725;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #c34c4c; /*#24ac44;*/
	text-decoration:underline;
	cursor:pointer;
}
p {
	padding:3px 0px;
}
.content_list {
	margin:10px 0 0 0;
}
.content_list li {
	clear:both;
	padding:0 0 10px 0;
	/*display:inline-block;*/
}
.content_list.big_distance_bottom li {
	padding:0 0 20px 0;
}
.full-page {
	padding:10px;
}
.one-third, .two-thirds, .one-fourth, .one-fifth, .one-sixth, .half-page {
	float: left;
	margin: 0 10px 0 0;
}
.one-third.last, .two-thirds.last, .one-fourth.last, .one-fifth.last, .one-sixth.last, .half-page.last {
	margin:0px;
}
.one-third {
	width:262px;
}
.two-thirds {
	width:581px;
}
.one-fourth {
	width:193px;
}
.one-fifth {
	width:170px;
}
.one-sixth {
	width:78px;
}
.half-page {
	width:393px;
}
.image {
	padding:4px;
	border:1px solid #dcdcdc;
	display:block;
	background:none;
}
.align_left {
	float:left;
	padding:0px 10px 0px 0px;
	display:inline-block;
}
.text_right {
	text-align:right;
}
a:hover .image {
	background:#efefef;
}
a.content-link, a.content-link:hover {
	color:#4c4c4c;
	font-size:11px;
	text-decoration:none;
}
/*Button Style*/ 
a.button, a.button:hover, a.dark_button, a.dark_button:hover, a.skin_button, a.skin_button:hover {
	background:url(../img/default_button_left.png) no-repeat left top;
	width:6px;
	font-size:11px;
	color:#363636;
	display:inline-block;
	text-decoration:none;
	width:auto;
	border:0px;
	margin:4px 0px 0px 0px;
	
}
.button button {
	border:0px;
	background:none;
	padding:0px;
	margin:0px;
	font-size:11px;
	cursor:pointer;
	margin:4px;
}
a.button span, a.button:hover span, a.dark_button span, a.dark_button:hover span, a.skin_button span, a.skin_button:hover span {
	background:url(../img/default_button_right.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 6px;
	padding:0px 10px 0px 3px;
	line-height:24px;
}
a.button span img, a.button:hover span img, a.dark_button span img, a.dark_button:hover span img, a.skin_button span img, a.skin_button:hover span img {
	vertical-align:middle;
	padding:0px 5px 0 0;
}
a.button:hover {
	background:url(../img/default_button_left-hover.png) no-repeat left top;
	cursor:pointer;
}
a.button:hover span {
	background:url(../img/default_button_right-hover.png) no-repeat right top;
}
a.dark_button, a.dark_button:hover {
	background:url(../img/dark_button_left.png) no-repeat left top;
	font-weight:bold;
}
a.dark_button span, a.dark_button:hover span {
	background:url(../img/dark_button_right.png) no-repeat right top;
}
a.dark_button:hover {
	background:url(../img/dark_button_left-hover.png) no-repeat left top;
}
a.dark_button:hover span {
	background:url(../img/dark_button_right-hover.png) no-repeat right top;
}
a.skin_button, a.skin_button:hover {
	background:none;
	font-weight:bold;
	height:27px;
	color:#a02725;
}
a.skin_button span, a.skin_button:hover span {
	background:none;
	font-size:12px;
	padding:2px 10px 2px 3px;
}
a.skin_button:hover {
	background:url(../img/skin_button_left-hover.png) no-repeat left top;
	color:#FFFFFF;
}
a.skin_button:hover span {
	background:url(../img/skin_button_right-hover.png) no-repeat right top;
}
a.nav_button, a.nav_button:hover, a.nav_button .active, a.nav_button:hover .active {
	background:url(../img/nav_button_left.png) no-repeat left top;
	width:4px;
	font-size:11px;
	font-weight:bold;
	color:#767676;
	display:inline-block;
	text-decoration:none;
	width:auto;
	border:0px;
	height:20px;
	margin:0 10px 0 0;
}
a.nav_button span, a.nav_button:hover span {
	background:url(../img/nav_button_right.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 4px;
	padding:2px 6px 2px 3px;
	height:17px;
	font-weight:bold;
}
a.nav_button:hover {
	background:url(../img/nav_button_left-hover.png) no-repeat left top;
	cursor:pointer;
	color:#a02725;
}
a.nav_button:hover span {
	background:url(../img/nav_button_right-hover.png) no-repeat right top;
}
a.nav_button.active, a.nav_button:hover.active {
	background:url(../img/nav_button_left-active.png) no-repeat left top;
	color:#FFFFFF;
}
a.nav_button.active span, a.nav_button:hover.active span {
	background:url(../img/nav_button_right-active.png) no-repeat right top;
	display:inline-block;
	margin:0px 0px 0px 4px;
	padding:2px 6px 2px 3px;
	height:17px;
	font-weight:bold;
}
a.prev_button, a:hover.prev_button {
	background:url(../img/prev_button.png) no-repeat right top;
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	margin:0 10px 0 0;
	float:left;
}
a:hover.prev_button {
	background:url(../img/prev_button-hover.png) no-repeat right top;
}
a.next_button, a:hover.next_button {
	background:url(../img/next_button.png) no-repeat right top;
	width:20px;
	height:20px;
	text-indent:-9999px;
	display:block;
	margin:0 10px 0 0;
	float:left;
}
a:hover.next_button {
	background:url(../img/next_button-hover.png) no-repeat right top;
}
/* Header */
#header {
	background: url(../img/header-bg.gif) repeat-x left 5px;
	height:104px;
	width:826px;
	margin:0px 61px;
}
#header_top {
	background:url(../img/header_top.png) no-repeat left top;
	height:5px;
}
#header .logo {
	background:url(../img/logo.png) no-repeat left top;
	text-indent:-9999px;
	margin:9px 16px;
	float:left;
	padding:0px;
}
#header .logo a {
	display:block;
	height:43px;
	/*width:183px;*/
        width:796px;
}

#showcase {
	height:72px;
	background:#FFFFFF url(../img/showcase-bg.gif) repeat-x left bottom;
	padding:13px;
}
#showcase h3 {
	padding:2px 0 8px 0;
}
#showcase .skins {
	width:335px;
	background:url(../img/survey.png) left top no-repeat;
	padding:0 0 0 55px;
}
#showcase .page_styles {
	width:335px;
	background:url(../img/people.png) left top no-repeat;
	padding:0 0 0 55px;
}
.text-box {
	background:#FFFFFF url(../img/text-box-bg.gif) repeat-x left bottom;
	padding:10px;
}
/* Latest News */  
.latest_news {
	margin:25px 0 10px 0;
}
.latest_news a.title {
	padding:5px 0 0 0;
	display:block;
}
.latest_news ul {
	margin-top:10px;
}
.latest_news .date {
	margin:8px 0px 0px;
}
.date a, .date a:hover {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}
.date a span, .date a:hover span {
	background:url(../img/clock_icon.png) no-repeat left 3px;
	display:block;
	padding:0px 15px;
}
.tag {
	background:url(../img/tag_icon.png) no-repeat left 3px;
	padding:0px 12px;
	color:#999999;
}
.tag a {
	color:#999;
	font-size:10px;
	text-decoration:none;
	padding:0px 2px 0px 2px;
        margin-left:1px;
        margin-right:1px;
        background-color:#fffddd;
}

.tag a:hover {
        color:#a02725;
        background-color:#fffaaa;
}

a.mail, .mail a:hover {
        background:url(../img/mail.png) no-repeat left 1px;
        padding:0px 12px;
	color:#a02725;
	font-size:10px;
	text-decoration:none;
}

.breadcrumb {
	height:29px;
	background:url(../img/breadcrumb-bg.gif) repeat-x left top;
}
.breadcrumb ul {
	background:url(../img/home.png) 10px 10px no-repeat;
	height:29px;
	padding:7px 25px;
}
.breadcrumb ul li {
	float:left;
}
.breadcrumb ul li a, .breadcrumb ul li a:hover {
	color:#575757;
	padding:0px 2px;
	text-decoration:none;
}
.breadcrumb ul li a.current, .breadcrumb ul li a.current:hover {
	color:#898989;
}
.right_column {
	width:272px;
	float:right;
}
.left_column {
	width:272px;
	float:left;
}
.right_column h3, .left_column h3 {
	padding-top:7px;
}
.right_column .item, .left_column .item {
	margin:10px;
}
.right_column .divider, .left_column .divider {
	background:url(../img/item_spliter.gif) repeat-x left bottom;
	height:2px;
	margin-top:10px;
	clear:both;
}
.testiomonial_item {
	width:245px;
}
.sec_nav {
	list-style:none;
	margin:5px 0px;
}
.sec_nav li a, .sec_nav li a:hover {
	padding:5px 10px;
	display:block;
	color:#a02725;
	font-weight:bold;
	text-decoration:none;
	background:none;
}
.sec_nav li a:hover {
	color:#fff;
	background:url(../img/sec_nav-hover.png) no-repeat left top;
}
.phone {
	background:url(../img/phone_icon.png) no-repeat left 3px;
	margin:5px 0px 10px;
}
.phone h2 {
	margin:0 0 0 25px;
}
/* Form Style*/	
label {
	padding-top:15px;
	display:block;
}
.input_bg {
	background:url(../img/input-bg.gif) left top no-repeat;
	height:28px;
}
.input_bg input, .input_bg textarea {
	float:left;
}
input {
	border: 1px solid #bbb;
	width: 256px;
	height: 14px;
	line-height: 14px;
	padding:8px;
	background:#eee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.textarea {
	width: 272px;
	float:left;
	padding-bottom:15px;
}
.textarea .top {
	background:url(../img/textarea-top.gif) left top no-repeat;
	display:block;
	width:262px;
	height:5px;
}
.textarea textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333a3f;
	background:#fff;
	padding:2px 6px;
	border:0px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:248px;
	margin:-1px 0px -4px 0px;
}
.textarea .bottom {
	background:url(../img/textarea-bottom.gif) left top no-repeat;
	display:block;
	width:262px;
	height:5px;
}
.errors {
	/*background:url(../img/error-bg.gif) left top no-repeat;*/
	/*float:left;
	display:block;*/
	color:#655d5d;
	/*padding:6px 16px;
	width:229px;*/
}
/* Tabs */ 
ul.tabs {
	margin:15px 0 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:27px;
	border-bottom:1px solid #cccccc;
	width:100%;
	background:url(../img/tab_out-bg.gif) repeat-x left top;
}
ul.tabs li {
	float:left;
	margin:0px 0px 0px 10px;
	padding:0;
	height:28px;
	line-height:28px;
	overflow:hidden;
	position:relative;
	background:#e0e0e0;
}
ul.tabs li a, ul.tabs li a:hover {
	text-decoration: none;
	color:#4c4c4c;
	font-weight:bold;
	display: block;
	background:url(../img/tab_left.gif) no-repeat left top;
	display:inline-block;
	width:auto;
}
ul.tabs li a:hover {
	color:#4c4c4c;
	background:url(../img/tab_left-hover.gif) no-repeat left top;
}
ul.tabs li a span, ul.tabs li a:hover span {
	background:url(../img/tab_right.gif) no-repeat right top;
	margin-left:5px;
	padding:0px 13px 0px 8px;
	display:inline-block;
}
ul.tabs li a:hover span {
	background:url(../img/tab_right-hover.gif) no-repeat right top;
}
ul.tabs li.active, ul.tabs li.active a, ul.tabs li.active a:hover {
	color:#a02725;
	border-bottom: 1px solid #fff;
	background:url(../img/tab_active-left.gif) no-repeat left top;
	display:inline-block;
	width:auto;
}
ul.tabs li.active span, ul.tabs li.active a span, ul.tabs li.active a:hover span {
	background:url(../img/tab_active-right.gif) no-repeat right top;
	margin-left:5px;
	padding:0px 13px 0px 8px;
	display:inline-block;
}
.tab_container {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
}
.tab_content {
	padding:20px 0 20px 0;
}
/*Pagination*/
.pagination {
	height:20px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#FFFFFF url(../img/pagination-bg.gif) repeat-x left bottom;
	margin:10px -10px;
	padding:10px;
}
.pagination li {
	float:left;
}
#filter {
	margin:2px 0 0 0;
}
#filter a, #filter a:hover {
	color:#575757;
	padding:0px 3px;
	text-decoration:none;
}
#filter li.selected a, #filter li.selected a:hover {
	color:#898989;
}
#items {
	margin:0 -10px 10px 0;
}
#items li {
	padding:0 0 10px 0;
}
/* Footer */   
.footer {
	background:#d7d7d7 url(../img/footer-bg.gif) repeat-x left top;
	clear:both;
}
.footer .content {
	padding:10px 10px 5px 10px;
}
.footer .copy {
	background-color:#c0c0c0;
	color:#FFFFFF;
	padding:7px 10px 2px;
	font-size:11px;
}
.footer .copy a, .footer .copy a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_nav li {
	float:left;
	padding:5px 0px;
	color:#4c4c4c;
	font-size:11px;
}
.footer_nav li span {
	padding:5px 10px;
	display:block;
}
.footer_nav h4 {
	padding:0px 10px 5px;
	background:url(../img/footer_nav_headline.gif) repeat-x left bottom;
}
.footer_nav ul {
	margin:5px 0px 0px;
	padding:0px 10px;
}
.footer_nav ul li {
	float:none;
	padding:0px;
}
.footer_nav ul.pages {
	padding:0px;
}
.footer_nav ul.pages li a, .footer_nav ul.pages li a:hover {
	color:#000000;
	font-size:11px;
	text-decoration:none;
	background:none;
	padding:0px 10px 0px;
}
.footer_nav ul.pages li a:hover {
	background:url(../img/footer_link_arrow.png) no-repeat left 5px;
}
.social_icon {
	padding:0px 10px;
}
.social_icon a {
	padding-right:7px;
	line-height:25px;
}
.social_icon a.last {
	padding:0px
}

table.detail {
    margin-bottom:5px;
}

.pfn td, .pfn th {
    padding-bottom: 5px;
}

.detail th {
    width: 120px;
    font-weight:bold;
    vertical-align:top;
}

div.errorSummary {
    color: #D8000C;
    border: 1px solid;
    margin: 10px 0 10px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    font-size: 12px;
    background-color: #FFBABA;
    background-image: url('../images/serror.png');
}

input.error {
	border: 1px solid #D8000C;
	width: 256px;
	height: 14px;
	line-height: 14px;
	padding:8px;
	background:#FFBABA;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

textarea {
background:none repeat scroll 0 0 #EEEEEE;
border:1px solid #BBBBBB;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:14px;
padding:8px;
width:256px;
}

textarea.error {
background:none repeat scroll 0 0 #FFBABA;
border:1px solid #D8000C;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:14px;
padding:8px;
width:256px;
}

input.datum {
    width:120px;
}

input.zeit {
    width:40px;
}


table.einsaetze{
border-collapse:collapse;
border: 1px solid #ccc;
width:500px;
}

table.einsaetze th {
padding: 3px 6px;
font-size: 12px;
font-weight:bold;
border: 1px solid #ccc;
background-color: #e0e0e0;
color:#000;
}

table.einsaetze td{
padding: 3px 6px;
font-size: 12px;
border: 1px solid #ccc;
}
table.einsaetze .even{
background-color: #f7f7f7;
}
table.einsaetze .odd{
background-color: #FFF;
}
table.einsaetze .hovcolor{
background-color: #FFFFE0;
color:#4C4C4C;
}
table.einsaetze .highlightcolor{
background-color: #FFFACD;
color:#FFF;
}

input[type=file] {
    height:22px;
}


/*******************************************************************************
                                Main Menu
*******************************************************************************/
#nav {
	height: 36px;
	position: relative;
	z-index: 500;
	margin:2px 0 0 0;
}

#nav li.top {
	display: block;
	float: left;
	background: url(../img/menu-split.gif) no-repeat right top;
	padding-right:2px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	background: none;
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 11px 0 12px;
	height: 36px;
	cursor: pointer;
}

#nav li a.top_link span.down{
	padding-right: 20px;
	background: url(../img/menu-down.png) no-repeat right 17px;
}

#nav li:hover a.top_link {
	color: #fff;
	background: url(../img/menu-hover.gif) repeat-x left top;
}
#nav li:hover a.top_link span.down { background: url(../img/menu-down-hover.png) no-repeat right 17px; }

/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 200;
}

#nav li:hover ul.sub {
	left: 0;
	top: 36px;
	width: 205px;
	height:auto;
	z-index:300;
	background-color: #c34e4e; /*#269258;*/
	border-right:1px solid #a02725;
}

#nav li:hover ul.sub li {
	display: block;
	float: left;
	position: relative;
	width: 205px;
	height:34px;
	background:url(../img/sub_menu-spliter.gif) repeat-x left bottom;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 11px;
	width: 181px;
	color: #fff;
	text-decoration:none;
	padding: 9px 12px 13px;
}

#nav li ul.sub li a.fly span{
  background: url(../img/sub_menu-arrow.png) no-repeat right center;
  display:block;
  width:181px;
  }

#nav li:hover ul.sub li a:hover {
	background:url(../img/sub_menu-hover.gif) repeat-x left top;
	color:#fff;
}

#nav li:hover ul.sub li a.fly:hover { background:url(../img/sub_menu-hover.gif) repeat-x left top;}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 206px;
	top: 0px;
	width: 205px;
	z-index:400;
	height:auto;
	background-color: #c34e4e; /*#269258;*/
	border-right:1px solid #a02725;
	/*background-color: #269258;
	border-right:1px solid #1e7546;*/
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background:url(../img/sub_menu-hover.gif) repeat-x left top;
	color: #fff;
}