/*
Theme Name: xpdt tmp
Theme URI: http://www.xp-dt.de
Description: the temporary XP.DT Template
Version: 0.3
Author: Daniel Schmidt | xp-dt.de
Author URI: http://www.xp-dt.de
Tags:
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/*
#_8a1f26 > #386d9e
#_931 > #21436e
#_920 > #2482a5
#_940057 > #617c91
*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	/*clear: both;*/
	font-weight: normal;
	}
ol, ul {
	list-style: none;
	}
blockquote {
	quotes: none;
	}
blockquote:before, blockquote:after {
	content: '';
	content: none;
	}
del {
	text-decoration: line-through;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
a img {
	border: none;
	}

/* ----------------------------
   OUR OWN styles _START_ here
---------------------------- */

/* box layout */
#centered {
	position: relative;
	top: 0;
	left: 50%;
	width: 820px;
	margin-left: -410px;
	}
	#redline {
		position: relative;
		float: left;
		top: 0;
		left: 0;
		width: 150px;
		height: 12px;
		background-color: #386d9e;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		}
		body.home #redline {
			width: 460px;
			}
	#xpdtnav {
		position: relative;
		float: right;
		width: 610px;
		height: 16px;
		}
		body.home #xpdtnav {
			width: 350px;
			}
		#xpdtnav ul {
			margin: 0;
			padding: 0;
			}
			#xpdtnav ul li {
				float: right;
				font-size: 10px;
				-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
				-moz-text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
				text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
				}
				#xpdtnav li a {
					display: block;
					padding-left: 5px;
					padding-right: 5px;
					color: #989088;
					text-decoration: none;
					text-transform: uppercase;
					}
					#xpdtnav li a:hover {
						background-color: #386d9e;
						color: #fff;
						-webkit-text-shadow: none;
						-moz-text-shadow: none;
						text-shadow: none;
						-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
						-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
						box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
						}
				.menu-item-11 {
					font-size: 15px !important;
					font-weight: bold;
					}
	#content {
		position: relative;
		float: left;
		width: 820px;
		margin-top: 20px;
		min-height: 500px;
		background-image: url(images/xpdt_tmp.gif);
		background-repeat: no-repeat;
		border-bottom: 50px solid #fff;
		}
		body.home #content {
			margin-top: 50px;
			}
		body.home #content {
			background-image: url(images/xpdt_home-tmp.gif);
			}
		#xpdtinfo {
			position: relative;
			width: 400px;
			margin-top: 147px;
			margin-left: 210px;
			}
			body.home #xpdtinfo {
				width: 280px;
				margin-top: 195px;
				margin-left: 540px;
				}
				body.home #xpdtinfo #haupttext p {
					color: #a8a098;
					}
			#xpdtside {
				position: absolute;
				top: 147px;
				left: 610px;
				width: 190px;
				margin-left: 20px;
				}
		#content .news {
			position: relative;
			width: 280px;
			margin-top: 25px;
			margin-left: 540px;			
			}
			.accordion_headings {
				cursor:pointer;
				}
			.closed, .opened {
				font-size: 10px;
				color: #2482a5;
				padding-right: 8px;
				}
			.opened {
				display: none;
				}
			.closed {
				display: inline;
				}
			.acc_head .opened {
				display: inline;
				}
			.acc_head .closed {
				display: none;
				}
		#adresse {
			position: absolute;
			top: 210px;
			left: 0px;
			width: 150px;
			text-align: right;
			}
			#adresse p, #adresse a, #adresse a:visited {
				color: #a8a098 !important;
				}
			body.home #adresse {
				top: 513px;
				left: 217px;
				width: 250px;
				}
				body.home #adresse p {
					color: #796855;
					}
/* form formatting */	
input, textarea {
	border: 1px dotted #a8a098;
	width: 270px;
	}
	input:hover, textarea:hover {
		-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
		box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
		}
	input.wpcf7-submit {
		width: auto;
		background-color: #8f8f8a;
		color: #fff;
		font-weight: bold;
		letter-spacing: 2px;
		text-transform: uppercase;
		border-radius: 5px;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		}
		input.wpcf7-submit:hover {
			background-color: #cc2019;
			-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.4);
			-moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
			box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
			}

/* text formatting */
h1, h2, h3, p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	}
h1, h2 {
	color: #617c91;
	}
h1:first-child {
	margin-top: 0 !important;	
	}
h2:first-child {
	margin-top: 0 !important;
	margin-bottom: 16px !important;
	}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 16px 0;
	}
h2 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 16px 0 8px 0;
	}
h3 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #21436e;
	margin: 16px 0 8px 0;
	}
p, #content li, #content td {
	color: #796855;
	font-size: 10px;
	}
p {
	margin: 0 0 8px 0;
	padding: 0;
	}
#content li {
	margin-left: 16px;
	}
#content ul li {
	list-style-type: disc;
	}

strong, b {
	color: #796855; font-weight: bold;
	}
em, i {
	font-style: italic;
	}
	
#content a {
	color: #796855;
	text-decoration: underline;
	}
	#content a:hover {
		background-color: #617c91;
		color: #fff;
		text-decoration: none;
		-webkit-text-shadow: none;
		-moz-text-shadow: none;
		text-shadow: none;
		-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
		}