/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	color: #333333;
}

h1, h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}

h1 {
	font-size: 197%;
	color: #619315;
}

h2 {
	font-size: 132%;
	color: #619315;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 1.8em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: em;
	background: url() no-repeat;
	font-style: italic;
}

a:link {
	color: #000000;
}

a:active {
	color: #ED5C0C;
}

a:visited {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #067600;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}



/* Menu */

#menu {
	width: 960px;
	height: 65px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 109px;
	height: 45px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 144%;
	color: #BABABA;
}

#menu a:hover {
	background: #F9F9F9;
}

#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 1280px;
	height: 300px;
	margin: 0 auto;
	background: url(images/t-shirts/herren/t-shirt-bedruckung-header.jpg) no-repeat;)
	
}

#header h1 {
	float: left;
	width: 320px;
	height: 10px;
	margin: 0;
	padding: 200px 0 0 30px;
	background: url() no-repeat;
	text-align: center;
	font-size: 36px;
}

#header h2 {
	float: right;
	width: 580px;
	height: 0px;
	margin: 0;
	background: url() no-repeat;
	padding: 112px 185px 0 0;
	text-align: right;
}

#header a {
	
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #868889;
}



/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0;
	
}



/* Content */

#content {
	float: right;
	width: 960px;
	padding-top: 0px;
}

.post {
	margin-bottom: 20px;
	padding: 0 0px;
	border-bottom: 1px solid #EDEBD5;
	
}

.hr {
	height: 280px;
	border-bottom: 1px solid #EDEBD5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 5px;
	background: ;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #FFFFFF;
}

#sidebar h3 {
	font-size: 85%;
	color: #5c5c5c;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #5c5c5c;
}



/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #82BC2B url() repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

#tagcloud{
	text-align:center;
}

#tagcloud .tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6699CC;
	text-decoration:none;
}
#tagcloud .med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FF9900;
	text-decoration:none;
}
#tagcloud .big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#990000;
	text-decoration:none;
}
#tagcloud .verybig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#99CC00;
	text-decoration:none;
}

#tagcloud a:hover{
	color:#000;
}

.style3 {
	color: #3366FF;
	font-weight: bold;
}

