/* CSS Document */

/* Allgemein
------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    background: 		#FFFFFF;
	color: 				#666666;
	font-weight: 		normal;
	font-size: 			11px;
    font-family: 		Arial, Verdana, sans-serif;
	margin:				50px 50px 50px 50px;
}

h1 { 
	font-size:			12px; 
    text-transform:		uppercase;
	letter-spacing:		2px;
	color: 				#790000;
	margin:				20px 0 10px 0;
}

h2 { 
	font-size:			11px; 
    text-transform:		none;
	text-decoration:	none;
	color: 				#666666;
	margin:				20px 0 20px 0;
}

h3 { 
	font-size:			11px; 
    text-transform:		none;
	text-decoration:	none;
	color: 				#666666;
	margin:				0px 0 10px 0;
}

a {
	text-decoration:	underline;
}

a:hover {
	text-decoration:	underline;
}

input, textarea, select {
    font-size: 			11px;
    padding: 			2px;
    border: 			1px solid #790000;
	margin: 			0 0 5px 0;
}

/* Container
------------------------------------------------------*/

#content { 
	width:				500px;
	height:				auto;
	margin:				0 0 20px 0;
}

.block {
	width:				inherit;
	height:				auto;
}

.textBlock {
	width:				inherit;
	height:				100px;
}

.description {
	width:				inherit;
	height:				auto;
	margin:				0 0 0 0;
	padding:			0 0 0 0;
}

/* Images
------------------------------------------------------*/
.dateImage {
    width: 				150px;
	height: 			auto;
    padding: 			3px;
    border: 			1px solid #790000;
	float: 				left;
	margin:				0 20px 20px 0;
}
