@charset "utf-8";
/* CSS Document */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin-top: 0;
	background: #041b3a url(../gfx/bg.jpg) repeat-x;
}

#page {
	width: 760px;
	text-align: left;
}

#header {
	height: 144px;
}

#logo {
	margin-top: 14px;
	width: 250px;
	float: left;
}

#topheadline {
	margin-top: 14px;
	width: 350px;
	float: right;
	text-align: right;
}

#topheadline h1 {
	background: url(../gfx/downloadheader.gif) no-repeat;
	padding: 8px 0px 15px 40px;
	color: #041b3a;
	font-size: 11px;
	text-align: right;
}

#main {
	background: #fff url(../gfx/pbg.jpg) repeat-y;
}

#contentouter {
	padding: 30px;
}


#mybottom {
	background: #fff url(../gfx/bottom.jpg) no-repeat;
	height: 40px;
}

h2 {
	margin-bottom: 20px;
}

a:link {
	color: #041B3A;
}
a:visited {
	color: #1F497F;
}
a:active {
	color: #0C61CF;
}
a:hover {
	color: #86BA29;

}
#impressum,
#impressum * {
	font-size: 11px;
}

/* THEMES */

.theme {
	margin-bottom: 20px;
}


.hline {
	background: url(/gfx/hline.gif) repeat-x bottom;
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	margin-bottom: 10px;
	margin-top: 10px;

}

a.view {
	padding: 10px 30px 10px 35px;
	text-decoration: none;
	background: url(../gfx/test-template.gif) no-repeat;
}


a.download {
	padding: 10px 30px 10px 35px;
	text-decoration: none;
	background: url(../gfx/download-template.gif) no-repeat;
}

.small {
	font-size: 11px;
}
