/*
Theme Name: PLAKOMA
Theme URI: http://plakoma.de/
Description: 
Version: 1.0
Author: FBO New Media
Author URI: http://fbo-newmedia.com/
*/

/*=RESET
======================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*=HTML
======================================*/

html {
	background: none !important;
	/*background: url(./images/bg_contentwrap.jpg) repeat-y center;*/
}

body {
	background: url(./images/bg_header.jpg) center top no-repeat #fff;
	color: #000;
	font-family: Helvetica, Arial;
	font-size: 12px;
	line-height: 20px;
	margin: 0 auto 0 auto;
	width: 958px;
}

h1, h2, h3, h4, h5, h6 {
	color: #018bcf;
	font-weight: bold;
}


h2 {
	color: #018bcf;
	font-size: 14px;
	margin: 0 0 25px 0;
}

h3 {
	margin: 5px 0 10px 0;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #018bcf;
}

a img {
	border: 0px;
}

strong {
	color: #018bcf;
	font-weight: bold;
}

hr {
	background: none;
	border:0px;
	border-bottom: 1px solid #ddd;
	clear: both;
	height: 0px;
	margin: 10px 0;
}

hr.devide {
	margin: 20px 0;
	border: 1px solid #fff;
}



/*=HEADER
======================================*/
.page {
	margin: 0 0 0 1px;
}

#header {
	float: left;
	padding: 37px 9px 0 9px;
}

#header h2 {
	color: #018bcf;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 16px 0 0 0;
	width: 230px;
}

#meta {
	float: right;
	font-size: 13px;
	padding: 37px 10px 0 0px;
}
	
	#de {
		padding: 0 0 0 15px;
	}

	#meta li {
		display: inline;
		padding: 0 0 0 10px;
	}
	
		#meta li a {
			border-bottom: 1px solid #018bcf;
		}
		#meta li a:hover {
			border: 0px;
			border-bottom: 1px solid #fff;
		}

/*=MENU
======================================*/

div#menuwrap {
	background: url(./images/bg_menuwrap.jpg) repeat-x left bottom;
	padding: 0 4px 0 0;
	clear: both;
}

#menu {
	background: url(./images/bg_menu.jpg) repeat-x;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	margin: 0 5px 0 238px;
	padding: 0 0 0 4px;
}

	#menu li {
		display: inline;
		margin: 0px 0 0 -4px;
	}
	
	#menu li a {
		padding: 8px 16px 10px;
		color: #fff;
	}
	#menu li a:hover, .current_page_item a, .current_page_parent a {
		background: url(./images/bg_menu_hover.jpg) repeat-x;
		padding: 8px 16px 10px;
		color: #fff;
	}
	
#submenu {
	background: url(./images/bg_submenu.jpg) repeat-y;
	float: left;
	margin: -127px 25px 0 0;
	min-height: 92px;
	opacity: 0.9;
	padding: 6px 0;
	width: 200px;
}

	#submenu li {
	}
	
		#submenu li a {
			display: block;
			font-size: 13px;
			line-height: 30px;
			padding: 0 0px 0 10px;
		}
		#submenu li a:hover, #submenu li.current_page_item a {
			background: url(./images/bg_submenu_hover.jpg) no-repeat;
			color: #fff;
		}

/*=KEYVISUAL
======================================*/
#keyvisual {
	background: url(./images/test_visual.jpg) no-repeat bottom;
	height: 245px;
	padding: 0px 0 0 0;
	width: 932px
}

/*=CONTENT
======================================*/
#contentwrap {
	background: url(./images/bg_contentwrap.jpg) repeat-y;
	padding: 5px 13px;
}

#postwrap {
	background: url(./images/test_visual2.jpg)  left top no-repeat;
	padding: 0px 0 0 0;
}

.post {
	background: none;
	padding: 25px 0 0 0px;
	width: 460px;
}

	.wide {
		width: 600px !important;
	}

	.post ul {
		list-style: square;
		padding: 0 0 0 10px;
	}

	.post a {
		border-bottom: 1px solid #018bcf;
	}

.referenzen {
	background: #efefef;
	height: 150px;
	padding: 10px;
}

	.referenzen h3 {
		margin-top: 0px;
	}

	.referenzen ul {
		list-style: none !important;
	}

	.referenzen li {
		list-style: none !important;
		float: left;
		margin: 0 3px 0 0;
	}
	
	.referenzen li a {
		border: 0px;
	}
	
	.referenzen img {
		width: 80px;
		height: 80px;
		padding: 2px;
	}

/*=POST
======================================*/
.alignleft {
	float: left;
	margin: 0 15px 15px 0 !important;
}

.alignright {
	float: right;
	margin: 0 0px 15px 15px;
}

.wp-caption {
	color: #666;
	font-size: 10px;
	font-style: italic;
}

	.wp-caption a {
		border: 0px !important;
	}

.post a img {
	border: 3px solid #ccc;
}

.jobs, .post ul {
	margin: 0 0 15px 0;
}


/*=SIDEBAR
======================================*/
#sidebar {
	float: left;
	margin: 20px 30px 0 0;
	width: 200px;
}

/*=FOOTER
======================================*/

#footer {
	clear: both;
	padding: 0 0 25px 0;
}

/*=HELPER
======================================*/
.editbtn {
	clear: both;
	margin: 15px 0 0 0;
	padding: 0 150px 0 0;
	text-align: right;
}

	#content .editbtn a {
		border: 0px;
	}
	
.noborder {
	border: 0px !important;
}

.nochildren {
	padding-left: 225px !important;
}

.side_image {
	border: 3px solid #ccc;
	float: right;
	margin: 75px 50px 0 0 ;
	width: 150px;
}

.pxs_css_spamcheck {
	display: none;
}

/*=STARTSEITE
======================================*/

#page-26 #postwrap, #page-354 #postwrap, #page-548 #postwrap {
	background: url(./images/bg_pagewrap_start.jpg) repeat-x #ADBCD1;
	color: #fff;
	margin: 5px 0 0 0;
	padding: 15px 150px 0px 225px;
}

	#page-26 #postwrap h2, #page-354 #postwrap h2, #page-548 #postwrap h2 {
		color: #fff;
	}
	
	#page-26 #postwrap a, #page-354 #postwrap a, #page-548 #postwrap a {
		border-bottom: 1px solid #b4c67f;
		color: #ced86c ;
	}
