/* www.marekhemmann.de */

/* @group Main */

* {
	margin: 0;
	padding: 0
}

body {
	color: #999;
	line-height: 1.8em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
	background-color: #fff;
	text-align: center;
}

h1 {
	color: #FFFFFF;
	width: 725px;
	font-size: 1px;
	background-color: #fff;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 80px;
}

h2 {
	border-bottom: 1px solid #e5e5e5;
	color: #4c4c4c;
	margin-bottom: 1.1em;
	text-transform: capitalize;
	display: block;
	margin-top: 5px;
	padding-bottom: 0.3em;
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
}

h3 {
	color: #666;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

h4 {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFF;
}

li {
	font-size: 1.1em;
}

p {
	font-size: 1.1em;
	padding-bottom: 1.2em;
	color: #999;
}

ul {
	list-style-type: none;
	padding-bottom: 1.2em;
}

/* @end */

/* @group Links */

a:link, a:visited, a:hover, a:active {
	color: #069;
	text-decoration: none;
}

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

.disco a:link, .disco a:visited, .disco a:hover, .disco a:active {
	text-decoration: none;
    border-bottom: 1px dotted;
    color: #999;
}

.disco a:hover, .disco a:active {
    color: #666;
}

.disconew a:link, a:visited, a:hover, a:active {
	text-decoration: none;
    border-bottom: 1px dotted;
    color: #999;
}

.disconew a:hover, a:active {
    color: #666;
}


/* @end */

/* @group Content */

.box {
	width: 725px;
	text-align: left;
	margin: 0 auto 25px;
}

.left {
	float: left;
	width: 420px;
}

.right {
	float: right;
	width: 270px;
	background-color: #fff;
}

.leftcontent {
	margin: 17px 0 30px;
}

.rightcontent {
	background-color: #f3f8fA;
	margin-bottom: 30px;
	padding: 3px 10px 10px;
}

.rightcontent ul a, .rightcontent p a {
	border-bottom-style: none;
}

.imgbio {
	float: left;
	padding: 3px;
	border: 1px solid #c5c5c5;
	margin: 5px 15px 10px 0;
}

.imgdisco {
	border: 1px solid #e6f0f5;
	background-color: #fff;
	padding: 3px;
	float: left;
	margin: 2px 8px 0 0px;
}

.imgflyer {
	border: 1px solid #069;
	background-color: #fff;
	margin: 0px;
	padding: 1px;
}

.imgpress {
	border: 1px solid #e5e5e5;
	background-color: #fff;
	margin: 0px;
	padding: 2px;
}

.disco, .disconew {
	border-bottom: 1px solid #e6f0f5;
	padding-bottom: 15px;
	display: block;
	width: 420px;
	margin-bottom: 5px;
	line-height: 1.6em;
}

.discolast {
	border-bottom: none;
}

.disconew {
	background: url(../img/disco/new_star.jpg) right top no-repeat;
}

.stripe li {
	padding: 1px 5px 1px 1px;
	margin: 0;
	color: #999;
	border-bottom: 1px solid #e5e5e5;
	line-height: 2em;
	text-transform: uppercase;
}

.stripe li:last-child {
    border-bottom: none;
}

.stripe span {
    text-align: right;
}


/* @end */

/* @group Footer */

.footer {
	clear: both;
	font-size: 1em;
	line-height: 2.4em;
	text-align: center;
	width: 750px;
	background: url(../img/foot.gif) top no-repeat;
	color: #ccc;
	margin: 0 auto;
}

.footer a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	border-bottom: none;
	color: #ccc;
}

.footer a:hover, a:active {
	color: #999;
	border-bottom: none;
	
}

/* @end */

/* @group Contact */

h5 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

input:hover, textarea:hover {
	background-color: #e6f0f5;
}

input:focus, textarea:focus {
	background-color: #f7f7f7;
}

textarea, input {
	background: #fff;
	border: 1px solid #e6f0f5;
	padding: 2px;
}

.hinweis {
	font-weight: bold;
	color: #d75600;
	padding: 0;
	margin: 0;
}

.name, .email, .betreff {
	margin: 4px 0 0 0;
	width: 200px;
}

.submit {
	background-color: #fff;
	border: 1px solid #e6f0f5;
	color: #666;
	font-size: 0.9em;
	font-weight: normal;
	padding: 2px;
}

.texteingabefeld {
	height: 100px;
	width: 200px;
}

/* @end */
