/* CSS Document */

/*

Author:		Michael Scribellito
For:		Zundfolge
Creation:	3/9/2008

*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin-bottom: 40px;
	background-color: #17232a;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:visited, a:active {
	color: #41d9ff;
	text-decoration: underline;
}

a:hover {
	color: #33ccff;
	text-decoration: underline;
}

#wrap {
	margin: 0 auto;
	width: 766px;
}

#head {
	width: 766px;
	height: 368px;
}

#head h1, #head p {
	display: none;
}

#page {
	width: 766px;
	overflow: auto;
}

#side {
	float: left;
	width: 160px;
	padding: 10px 20px 10px 20px;
	background: #111a1f;
}

#side h1 {
	margin: 10px 0 10px 0;
	color: #d52d00;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}

#side p {
	margin-bottom: 10px;
	color: #1d617c;
}

#side img {
	margin: 10px 0 10px 0;
}

#side ul {
	margin-bottom: 10px;
	padding-left: 15px;
	list-style-image: url("../img/bul.gif");
}

#side ul li {
	margin-bottom: 5px;
}

#side .border {
	padding-bottom: 10px;
	border-bottom: 1px solid #293136;
}

#main {
	float: left;
	width: 546px;
	padding: 0 0 20px 20px;
}

div.section {
	width: 546px;
	overflow: auto;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #293136;
}

div.title {
	float: left;
	width: 126px;
}

div.title h1 {
	padding-left: 10px;
	background: url("../img/grad.gif") 0 5px no-repeat;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-transform: uppercase;
}

div.title h1.red {
	color: #d52d00;
}
div.title h1.blue {
	color: #41d9ff;
}

div.info {
	padding-left: 20px;
	float: left;
	width: 400px;
}

div.info dl {
	font-size: 110%;
	list-style-image: url("../img/bul.gif");
	line-height: 150%;
}

div.info dl dd {
	padding-left: 20px;
	color: #1d617c;
}

div.info p, div.info blockquote, div.info address {
	color: #1d617c;
	font-size: 110%;
	line-height: 150%;
	margin-bottom: 20px;
}

div.info address {
	color: #33ccff;
	font-style: normal;
}

div.info p strong {
	color: #33ccff;
}

div.info .red {
	color: #ff0000;
	font-weight: normal;
}

div.info form label {
	display: block;
	color: #1d617c;
	font-size: 110%;
	margin-bottom: 10px;
}

div.info form input, div.info form textarea {
	padding: 5px;
	margin-bottom: 10px;
	width: 80%;
	border: 4px solid #eee;
	background: #ddd;
	font-family: "Courier New", Courier, monospace;
	font-size: 120%;
}

div.info form .button {
	width: 116px;
	color: #33ccff;
	border: none;
	background: url("../img/button.jpg") no-repeat center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 150%;
}

div.info form .button:focus {
	background: url("../img/button.jpg") no-repeat center center;
}

div.info form input:focus , div.info form textarea:focus {
	border: 4px solid #ff6;
	background: #ff9;
}

div.info h2 {
	margin-bottom: 10px;
	color: #1d617c;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	text-transform: uppercase;
}

#foot {

	border-top: 1px solid #293136;
	font-size: 110%;
	margin-top: 20px;
	padding-top: 20px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#foot a:link, #foot a:active, #foot a:visited {
	color: #41d9ff;
	font-weight: bold;
	text-decoration: none;
}

#foot a:hover {
	color: #33ccff;
	text-decoration: none;
}

#foot ul {
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	background: #101820;
}

#foot ul li {
	padding: 20px;
	float: left;
	display: block;
	margin-right: 20px;
}

#foot ul li a strong {
	display: block;
}

#foot ul li a span {
	text-transform: uppercase;
	font-weight: normal;
}

#foot p {
	margin-bottom: 20px;
	color: #1d617c;
	line-height: 150%;
}

#foot a img {
	border: 3px solid #101820;
}

#foot a:hover img {
	border: 3px solid #33ccff;
}

.emp {
	color: #41d9ff;
}

div.images {
	overflow: auto;
	width: 100%;
}

div.images div.one-image {
	display: block;
	float: left;
	margin-right: 10px;
}