@charset "utf-8";
/* CSS Document written by Cow XL webdevelopment */

*
{
	padding:0;
	margin:0;
	border:none;
}

html, body 
{
	height:100%;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#333;
	background:#fff url(images/bg_body.jpg) repeat-x;
	text-align:center;
}

#container 
{
	position: absolute;
	width:1010px;
	padding-left:10px;
	left:50%;
	margin-left:-500px;
	text-align:left;
}

#header
{
	width:1000px;
	height:90px;
	padding-top:20px;
}

#header .logo
{
	float:left;
	width:300px;
	height:83px;
}

#header .inbetween
{
	float:left;
	width:500px; /* total width: 500px; */
	height:83px;
	text-align:center;
}

#header .site_search
{
	float:right;
	width:200px;
	height:83px;
	text-align:right;
}

#header form
{
	margin-top:25px;
}

#top_search_field
{
	width:150px;
}

#top_search_button
{
	margin-left:8px;
	width:24px;
	height:24px;
	border:none;
	background:#fff url(images/button_search.jpg) no-repeat center center;
	cursor:pointer;
}


#navigation
{
	clear:both;
	width:1000px;
	height:55px;
	line-height:70px;
	list-style-type:none;
	overflow:hidden;
}

#navigation li
{
	float:left;
	height:55px;
	margin-right:5px;
}

#navigation .active a
{
	font-weight:bold;
	background-color:#57b7df;
}

#navigation li a
{
	display:block;
	color:#fff;
	font-size:14px;
}

#navigation li a:hover
{
	text-decoration:none;
	color:#fff;
	background-color:#57b7df;
}

#navigation li .nav_left
{
	display:block;
	float:left;
	width:10px;
}

#navigation .active .nav_left
{
	background:url(images/active_menu_left.jpg) no-repeat left top;
}

#navigation li:hover .nav_left
{
	background:url(images/active_menu_left.jpg) no-repeat left top;
}


#navigation li .nav_right
{
	display:block;
	float:right;
	width:10px;
}

#navigation li:hover .nav_right
{
	background:url(images/active_menu_right.jpg) no-repeat right top;
}

#navigation .active .nav_right
{
	background:url(images/active_menu_right.jpg) no-repeat right top;
}

#banner
{
	width:1000px;
	height:250px;
	overflow:hidden;
	border-bottom:15px #57b7df solid;
}

#main
{
	width:1000px;

}

#content
{
	float:left;
	width:650px;
	overflow:hidden;
}

#breadcrumbs
{
	height:25px;
	font-size:9px;
	line-height:25px;
	color:#666;
}

#breadcrumbs span
{
	letter-spacing:-2px;
}

#content h1
{
	width:700px;
	margin-top:0px;
	padding-top:10px;
	line-height:auto;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	letter-spacing:-1px;
	border-top:1px solid #999;
}

#content h1 a
{
	width:700px;
	margin-top:0px;
	padding-top:10px;
	line-height:auto;
	overflow:hidden;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	letter-spacing:-1px;
	border-top:1px solid #999;
	color:#333;
}

#content h2
{
	color:#000;
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
}

#content h3
{
	color:#000;
	font-size:14px;
	font-weight:bold;
}

#content ul
{
	list-style-type:disc;
	list-style-position:inside;
}

#home_portfolio
{
	margin-top:15px;
	width:650px;
	overflow:hidden;
}

#home_portfolio li
{
	list-style-type:none;
	float:left;
	margin-right:15px;
	width:150px;
	height:113px;
	border:1px solid #000;
	overflow:hidden;
}

#home_portfolio li img
{

}


#sidebar
{
	float:right;
	width:300px;
}

#sidebar a
{
	color:#fff;
}

#sidebar a
{
	color:#fff;
	text-decoration:underline;
}

#sidebar h4
{
	padding-left:10px;
	height:30px;
	line-height:30px;
	overflow:hidden;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:0px;
	letter-spacing:-1px;
}

#offer_banner
{
	margin-top:25px;
	width:300px;
	background:#2750b8 url(images/time.jpg) no-repeat right bottom;
	line-height:0px;
}

#sidebar p
{
	color:#fff;
	line-height:20px;
	padding:0px 15px 5px 15px;	
}

#offer_banner p
{
	margin:0px;
	background-image:url(images/corner_dark_blue.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:0px 50px 5px 15px;	
}

#offer_banner a
{
	text-decoration:none;
}

#twitter_lasttweet
{
	margin-top:25px;
	width:300px;
	background:#e5a315 url(images/corner_orange.jpg) no-repeat left bottom;	
}

#tweetholder ul
{
	list-style-type:none;
}

#lastblog
{
	margin-top:25px;
	width:300px;
	background:#ff0000 url(images/corner_red.jpg) no-repeat left bottom;	
}

#mailing
{
	
}

#mailing h4
{
	color:#57b7df;	
}

#social
{
	margin-top:25px;	
}

#social h4
{
	color:#57b7df;	
	margin-bottom:15px;
}

#mailing form
{
	padding:3px 0px 5px 12px;
}

#mailingfield
{
	width:250px;
}

#mailingbutton
{
	margin:0px;
	margin-left:5px;
	width:24px;
	height:24px;
	border:none;
	background:#fff url(images/button_mail.jpg) no-repeat center center;
	cursor:pointer;
}

#footer
{
	clear:both;
	margin:25px 0px 0px 0px;
	border-top:15px #57b7df solid;
	background-color:#eee;
	color:#000;
	overflow:hidden;
}

#footer1
{
	padding-left:2px;
	width:248px;
	float:left;
}

#footer2
{
	width:275px;
	float:left;
}

#footer3
{
	width:250px;	
	float:left;
}

#footer4
{
	width:225px;	
	float:left;
}

#footer p
{
	margin:0px;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:5px;
	font-size:12px;
}

#footer ul
{
	list-style-type:square;
	list-style-position:inside;
	margin-bottom:10px;
}

#footer ul a
{
	font-size:11px;
	color:#333;
	text-decoration:none;
}

#footer ul a:hover
{
	color:#333;
	text-decoration:underline;
}

a img
{
	border:none;
}


p
{
	margin:0px 0px 15px 0px;
	line-height:20px;
}

a
{
	color:#57b7df;
	text-decoration:none;
}

a:hover
{
	color:#57b7df;
	text-decoration:underline;
}

.form_txt
{
	width:225px;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#333;
	background-color:#eee;
	border-bottom:5px solid #fff;
	line-height:25px;
	padding-left:3px;
}

.form_inbetween
{
	width:0px;
	vertical-align:top;
	padding-bottom:5px;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #333;
	display:none;
}

.form_input
{
	color:#333;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #333;
	width:300px;
	background-color:#eee;
	border-bottom:5px solid #fff;	
	text-align:right;
}

.form_buttons
{
	color:#333;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #333;
	width:300px;
	background-color:#eee;
	border-bottom:5px solid #fff;
	text-align:right;
}

.button
{
	border:#333 1px solid;
	background-color:#57b7df;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#fff;
	height:24px;
	line-height:20px;
	margin-top:5px;
	padding:0px 24px;
}

.button:hover
{
	background-color:#fff;
	color:#008ee0;
}

.field
{
	border:#57b7df 1px solid;
	background-color:#fff;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color:#333;
	padding:1px;
	width:295px;
}

.tarea
{
	border:#57b7df 1px solid;
	background-color:#fff;
	color:#333;
	padding:1px;
	font:12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	width:295px;
}


#contact_form_check
{
	display:none;
}

.error
{
	padding:5px;
	margin:10px 0px;
	border: 1px solid #FF0000;
	color:#FF0000;
	background-color:#FFF;
}

.succes
{
	padding:10px;
	margin:10px 0px;
	border: 1px solid #333;
	color:#009a49;
	background-color:#FFF;
}

.clear
{
	clear:both;
}

.small
{
	font-size:9px;
}

hr
{
	border:none;
	height:1px;
	color:#999;
	background-color:#999;
	clear:both;
	margin:25px 0px;
}

address
{
	float:left;
	width:228px;
	font-style:normal;
	margin-bottom:30px;
}

#contact_ul
{
	float:left;
	width:225px;
	list-style-type:none;
	margin-bottom:30px;
	margin-top:20px;
}

#contact_ul li
{
	list-style-type:none;
}

/*Portfolio*/

#portfolio_drukwerk_ul
{
	list-style-type:none;

}

#portfolio_drukwerk_ul li
{
	padding:0px;
	margin:22px 22px 22px 0px;
	overflow:hidden;
	list-style-type:none;
	float:left;
	border:1px solid #333;
	line-height:0px;
	width:200px;
	height:150px;
}


#portfolio_ul
{
	list-style-type:none;
	width:650px;
}

#portfolio_ul li
{
	clear:both;
	padding-top:25px;
	padding-bottom:25px;
	overflow:hidden;
	list-style-type:none;
}


.portfolio_img
{
	width:146px;
	height:96px;
	overflow:hidden;
	float:left;
	border:2px solid #000;
}

.portfolio_txt
{
	width:484px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-left:5px;
	padding-left:5px;
	border:1px solid #57b7df;
	border-left:5px solid #57b7df;
}

.portfolio_txt_header
{
	height:30px;
	margin:0px;
	padding:0px;
	color:#000;
}

.portfolio_txt_header a
{
	color:#000;
	font-size:14px;
	margin:0px 0px 0px 0px;
}

.portfolio_txt_header span a
{
	font-size:10px;
	color:#333;
}

.portfolio_txt_descr
{
	height:45px;
	margin:0px;
	padding:0px;
}

.portfolio_txt_ourwork
{
	height:15px;
	line-height:15px;
	margin:0px;
	padding:0px;
	font-size:10px;
}

.portfolio_readmore a
{
	background-color:#57b7df;
	padding:2px 4px;
	color:#fff;	
}

.portfolio_readmore a:hover
{
	background-color:#000;
	padding:2px 4px;
	color:#fff;
	text-decoration:none;
}

#portfolio_page_nav
{
	list-style-type:none;
	margin-top:30px;
}

#portfolio_page_nav_title
{
	padding:2px;
	line-height:20px;
}

#portfolio_page_nav li
{
	list-style-type:none;
	float:left;
	margin:0px 10px 0px 0px;
	list-style-type:none;
}

#portfolio_page_nav li a
{
	padding:2px;
	background-color:#333;
	display:block;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
}

#portfolio_page_nav li a:hover
{
	background-color:#57b7df;
}

#portfolio_page_nav li .active
{
	background-color:#57b7df;
}

#portfolio_page_nav li a
{
	color:#fff;
	text-decoration:none;
}

#portfolio_detail_col1
{
	float:left;
	width:365px;
}

#portfolio_detail_col2
{
	float:right;
	width:204px;
	padding:0px;
	margin:0px;
}

#portfolio_detail_col2 img
{
	border:2px solid #000;
}

#portfolio_detail_col2 div
{
	text-align:right;
	line-height:20px;
	
}

#portfolio_detail_col2 div ul
{
	list-style-type:none;
}

#portfolio_detail_col2 div h3
{
	line-height:50px;
}

#portfolio_detail_url
{
	clear:both;
	border:1px solid #000;
	background-color:#57b7df;
	padding:3px;
	color:#000;
	margin-top:20px;
}

#portfolio_detail_url a
{
	font-weight:bold;
	color:#fff;
}

#portfolio_detail_navigation_prev
{
	clear:both;
	float:left;
	width:200px;
	margin-top:10px;
}

#portfolio_detail_navigation_next
{
	float:right;
	width:200px;
	text-align:right;
	margin-top:10px;
}


#search_results
{
	list-style-type:none;
}

#search_results li
{
	border-bottom:#57b7df 1px dotted;
	padding:6px 0px;
	list-style-type:none;
}

.news_p
{
	border-bottom:#57b7df 1px dotted;
	padding-bottom:25px;
}

.news_date
{
	font-weight:bold;
	color:#57b7df;
}

#news_date_p
{
	color:#999;
}


#news_archive_headlines
{
	list-style-type:none;	
}

#news_archive_headlines li
{
	border-bottom:#57b7df 1px dotted;
	padding:6px 0px;
	list-style-type:none;
}

#news_archive_headlines li .date
{
	width:65px;
	display:block;
	float:left;
}

#news_archive_headlines li .sep
{
	width:10px;
	display:block;
	float:left;
}

#faq_ul
{
	list-style-type:none;
}

#faq_ul li
{
	border-bottom:#57b7df 1px dotted;
	padding:6px 0px;
	list-style-type:none;
}

.sitemap_ul li
{
	line-height:22px;
}

.sitemap_ul ul li
{
	margin-left:35px;
	list-style-type:circle;
}