* {
margin: 0;
padding: 0;
list-style: none;
}

html {
height: 101%;
}

body {
font-size: 62.5%;
line-height: 150%;
background: #fff;
text-align: center;
}

div#wrap {
	width: 767px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
	div#header {
		padding: 50px 25px 5px;
		position: relative;
	}
		div#header h1 {
			width: 297px;
			height: 75px;
		}
		div#header h1 a {
			display: block;
			width: 297px;
			height: 75px;
			background: url(http://www.truesize.nl/truesize.png) no-repeat top left;
		}
		div#header h1 span {
			display: none;
		}
		div#menu {
			position: absolute;
			right: 25px;
			top: 110px;
		}
		div#menu a {
			color: #ff00cc;
			font-size: 1.3em;
			font-weight: bold;
			margin: 0 0 0 15px;
		}
	div#content {
		padding: 60px;
		background: url(http://www.truesize.nl/bg.png) no-repeat top left;
	}
		img#demo_button {
			float: right;
			margin-left: 60px;
		}
		p {
			margin: 0 0 15px;
			line-height: 1.5em;
		}
		input.text, textarea {
			width: 300px;
		}
		textarea {
			height: 150px;
		}
		input.submit {
			width: 150px;
		}
	div#footer {
		background: url(http://www.truesize.nl/bg-bottom.png) no-repeat top left;
		padding: 15px 40px;
		color: #999;
	}
div#popup {
	width: 100%;
	text-align: left;
	position: relative;
}


body, input, textarea, select, option {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
}

.smallprint {
font-size: 0.8571em;
line-height: 1.66666em;
color: #999;
}

.screenreader {
position: absolute;
left: -999em;
top: -999em;
}

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

a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

.article .alignleft {
	float: left;
	margin: -3px 0.6em 0 0;
}

.article .alignright {
	float: right;
	margin: -3px 0 0 0.6em;
}

.article .aligncenter {
	margin: 0 auto;
}

.wp-caption a {
	margin: 0;
	display: block;
	overflow: hidden;
	padding: 0;
}

.wp-caption-text {
	font-size: 0.7857em;
	line-height: 1.272727em;
	margin: -6px 10px 0 0;
	padding: 0 0 1.4em 0;
	clear: both;
}

#blogtoy-bottom {
border: 0;
border-bottom: 1px dotted #BDBDBD;
height: 0;
line-height: 0;
overflow: hidden;
margin: 0 0 30px;
}

.bottomspace {
margin-bottom: 2em;
}

.topspace {
margin-top: 2em;
}

fieldset {
border: none;
}


/* Header-Bereich --------------------------------- */

div#header form {
display: inline;
}

input#livesearch {
width: 9em;
font-size: 0.9em;
color: #999;
padding: 0 0 0 2px;
border: 1px solid #FF00CC;
}

input#livesearchsubmit {
font-size: 0.8em;
height: 1.8em;
color: #fff;
width: 2.5em;
background: #FF00CC;
border: none;
}

input#livesearchsubmit:hover {
cursor: pointer;
}

/* Blogtoys ------------------------------------------- */

.blogtoy {
border-top: 1px dotted #BDBDBD;
clear: both;
}

.blogtoy .space1,
.blogtoy .space2 {
clear: both;
width: 200px;
padding-bottom: 0.6em;
}

.blogtoy h2.widgetheader {
font-size: 1em;
width: 50%;
margin: 0 auto;
text-align: left;
background: url(images/arrowdownblack.gif) right no-repeat;
position: relative;
z-index: 10;
line-height: 1.75em;
}

.blogtoy h2.widgetheader:hover {
color: #FF00CC;
background: url(images/arrowdown.gif) right no-repeat;
cursor: pointer;
}

.blogtoy dt {
float: left;
clear: left;
padding-left: 0.9em;
margin-right: 1.2em;
background: url(images/pix-arrow-right.gif) 0 0.5em no-repeat;
}

.blogtoy dd {
margin-left: 0.9em;
}

.blogtoy .innerwidget {
margin: 0 auto;
width: 50%;
text-align: left;
overflow: hidden;
position: relative;
z-index: 0;
}

.blogtoy ul li {
padding-left: 13px;
background: url(images/pix-arrow-right.gif) 1px 0.5em no-repeat;
}

.blogtoy ul li.rss {
background: url(images/rss.gif) 1px 50% no-repeat;
padding-left: 18px;
}

.blogtoy ul li.twitter {
background: url(images/twitter.gif) 1px 50% no-repeat;
padding-left: 18px;
}

/* Content-Bereich --------------------------------- */

div.article {
margin: 0 auto;
width: 60%;
padding: 0.5em 0 1.2em 0;
position: relative;
}

.article img {
/*float: left;*/
margin: 10px 10px 10px 0;
}

.wp-caption img {
	margin-left: 0;
	margin-right: 0;
}

.article img.wp-smiley {
float: none;
margin: 0;
}

.article table {
border-collapse: collapse;
margin: 0 0 1em 0;
width: 100%;
}

.article table td {
vertical-align: top;
line-height: 1.3em;
padding: 0.2em 0.7em 0.2em 0;
border-bottom: 1px solid #bbb;
font-size: 0.9em;
border-right: 0.4em solid white;
}

.article table th {
line-height: 1.3em;
text-align: left;
font-weight: bold;
vertical-align: bottom;
border-bottom: 1px solid #555;
border-right: 0.4em solid white;
padding: 0.2em 0.7em 0.2em 0;
font-size: 0.9em;
}

.article ol li {
list-style: decimal;
}

.article ul li,
.article dl dd {
position: relative;
left: -12px;
padding-left: 13px;
background: url(images/pix-arrow-right.gif) 0 0.6em no-repeat;
margin-bottom: 0.2em;
}

.article ul li li {
left: 10px;
}

dt {
	font-weight: bold;
}

.article ol li li {
	margin-left: 22px;
}

.article dl dd {
	margin-left: 14px;
	margin-bottom: 1em;
}



blockquote {
position: relative;
left: -30px;
padding: 0 0 0.3em 30px;
font-family: georgia, "Times New Roman", serif;
font-size: 1.1em;
color: #999;
background: url(images/quotes.gif) 0 3px no-repeat;
}

code {
font-size: 0.92857142857em;
font-family: consolas, "Bitstream Vera Mono", monaco, courier, "Courier New", fixed;
color: #333;
background: #eee;
}

pre {
padding: 0.3em 1em;
margin: 0.6em 0;
background: #eee;
}

.date, .essaydate {
width: 7em;
position: absolute;
top: 1em;
left: -9em;
text-align: right;
padding: 0 1em 0 0;
color: #FF00CC;
border-right: 1px dotted #BDBDBD;
}

.essaydate {
top: 0.65em;
font-size: 1.1em;
line-height: 0.9em;
}

.date_month {
font-size: 1.1em;
margin: -0.3em 0 -0.25em 0;
letter-spacing: -0.05em;
}

.date_day {
font-size: 4.5em;
line-height: 0.85em;
letter-spacing: -0.1em;
}

p.articlefooter {
padding-top: 0.5em;
clear: both;
}

p.articlefooter span {
padding: 0 17px;
}

p.articlefooter span span {
padding: 0;
}


.posted {
background: url(images/posted.png) left no-repeat;
}

.kommentar {
background: url(images/comments.png) left no-repeat;
}

.trackback {
background: url(images/trackback.png) left no-repeat;
}

.tags {
background: url(images/tags.png) left no-repeat;
}

.cats {
background: url(images/cats.png) left no-repeat;
}

.kommentarfeed {
background: url(images/kommentarfeed.png) left no-repeat;
}

.article h2,
.article h1,
.article h3,
.aa dt {
color: #FF00CC;
font-size: 2em;
line-height: 1.1em;
margin: 0.1em 0 0.4em 0;
clear: left;
}

.aa dt {
margin-top: 1.1em;
}

.article h3 {
font-size: 1.5em;
margin: 0.9em 0 0.5em 0;
}

.article .bildrahmen img {
border-top: 5px solid #ddd;
border-bottom: 5px solid #ddd;
margin: 1em 0;
padding: 0.3em 0;
}

.article .bildrahmen a:hover img {
border-top: 5px solid #aaa;
border-bottom: 5px solid #aaa;
}

/* Comments Section -------------------------- */

div#Kommentar,
div#cpreview {
margin: 0 auto;
width: 32.14285714286em;
}

fieldset#yourcomment {
margin-top: 2em;
}

.nocomments {
padding-bottom: 2em;
}

div#Kommentar {
margin-bottom: -0.8em;
}

#yourcomment #submitcomment {
padding: 0 1em;
}

div#Kommentar h2,
div#cpreview h2,
p#txpCommentInputForm {
color: #FF00CC;
font-size: 1.6em;
line-height: 1.6em;
margin: 0.3em 0 0.4em 0;
}

div#Kommentar h3,
div#cpreview h3 {
font-weight: bold;
font-size: 1em;
padding: 0.4em 0 0.3em 0;
line-height: 1.3em;
}

div#Kommentar ol li:last-child {
background: none;
}

div#Kommentar ol li {
position: relative;
clear: both;
display: block;
padding-bottom: 0.8em;
margin-bottom: 0.8em;
border-bottom: 1px dotted #BDBDBD;
}

img.avatar {
position: absolute;
left: -63px;
top: 0.6em;
width: 40px;
height: 40px;
border: 4px solid #FFD7F7;
}

a:hover img.avatar,
a:focus img.avatar {
border: 4px solid #FF00CC;
}

div#cpreview {
position: relative;
padding: 0 0 3em 0;
}

textarea#message {
width: 100%;
line-height: 1.4em;
height: 9em;
font-size: 1em;
padding: 0.2em;
}

div#cpreview input[type=text] {
width: 50%;
margin: 0.7em 0.6em 0 0;
padding: 0.2em;
font-size: 1em;
}

div#cpreview div input {
margin-right: 0.6em;
font-size: 1em;
}

div#cpreview div {
margin-top: 1em;
}

.commentpermlink {
padding-right: 0.5em;
}

#yourcomment div label,
#yourcomment div input {
vertical-align: middle;
padding: 0;
line-height: 1.5em;
margin: 0;
}

div#cpreview input#remember {
margin-right: 0.2em;
}

/* Calendar */

#wp-calendar {
	width: 100%;
}

#wp-calendar td,
#wp-calendar th {
	background: #eee;
	line-height: 2em;
	text-align: center;
	vertical-align: middle;
}

#wp-calendar th {
	background: #ddd;
}

#wp-calendar td a {
	display: block;
}

#wp-calendar td a:focus,
#wp-calendar td a:hover {
	background: #FF00CC;
	text-decoration: none;
	color: #fff;
}


/* Footer ------------------------------- */

ul#paging {
overflow: hidden;
width: 32em;
margin: -1.6em auto -1em auto;
padding: 2em 0;
}

#portfolio ul#paging {
margin: -2.3em auto -1.1em auto;
}

ul#paging li a:link,
ul#paging li a:visited {
text-indent: -999em;
display: block;
float: left;
width: 40px;
height: 40px;
margin-right: 10px;
background: url(images/paging.gif) 0 0 no-repeat;
}

ul#paging li#older a:link,
ul#paging li#older a:visited {
background-position: right top;
}

ul#paging li#newer a:focus,
ul#paging li#newer a:hover,
ul#paging li#newer a:active {
background-position: left bottom;
}

ul#paging li#older a:focus,
ul#paging li#older a:hover,
ul#paging li#older a:active {
background-position: right bottom;
}

