/*  
Theme Name: Dirty Remix
Theme URI: http://pix-designs.de/Freedesigns/DirtyRemix
Description: Theme by PixDesigns <br /> BITTE ANLEITUNG LESESN, WEGEN NESBUTTONS, LISTSTYLES UND DEM BLOGTITEL!!!
Version: 1.0
Author: Simon Bauske
Author URI: http://pix-designs.de
Tags: Dirty, Remix, Black, White, Modern
*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	list-style-image: url(images/list.jpg);
	list-style-position: outside;
}
#header {
	background-image: url(images/Header.jpg);
	width: 1001px;
	height: 339px;
	overflow: hidden;
}
#sidebar {
	margin-left: 650px;
	width: 171px;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:link, #blogtitle a:link, #blogtitle a:active, #blogtitle a:visited, #about2 a:link, #about2 a:active, #about2 a:visited {
	text-decoration: none;
}
#sidebar a:hover, #blogtitle a:hover, #about2 a:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(images/footer.jpg);
	width: 600px;
	height: 127px;
	overflow: hidden;
}
#content {
	width: 600px;
	background-image: url(images/bg.jpg);
	overflow: hidden;
}
#main {
	width: 500px;
	margin-right: 15px;
}
#search {
	width: 230px;
	float: right;
}
#textfeld {
	background-image: url(images/textfeld.jpg);
	height: 60px;
	width: 230px;
	margin-right: 100px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border-width: 0px;
	padding-top: 20px;
	max-height: 60px;
	color: #FFFFFF;
}
#pixlogo {
	width: 94px;
	height: 18px;
	margin-left: 335px;
	margin-top: 105px;
}
#holder {
	float:left;
	width:600px;
	margin-left:40px;
}
#inhalt {
	width: 500px;
	margin-top: 100px;
	margin-left: 122px;
}
#about {
	width:400px;
	overflow:hidden;
	height:100px;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 3px;
}
#about2 {
	width:380px;
	height:80px;
	overflow:hidden;
	margin-top:10px;
}
#blogtitlenew {
	height: 60px;
	background-image: url(images/New.jpg);
	width: 66px;
	position: absolute;
}
#blogtitle {
	height: 60px;
	background-image: url(images/Newsbut.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-left: 70px;
	vertical-align: middle;
}
#blogcontent {
	width: 460px;
	margin-left: 30px;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
#searchsubmit {
	background-image: url(images/Suchen.jpg);
	width: 230px;
	height: 60px;
	border-width: 0px;
}
#comment {
	width: 480px;
}
#commentar {
	font-size: small;
	font-weight: bold;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}