/*

wemove digital solutions
www.wemove.com
Michael Ziem
02.2011

*/

html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 0.75em;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#page {
	position: relative;
	width: 960px;
	margin: 22px auto;
	text-align: left;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

#header {
	position: relative;
	height: 90px;
	width: 100%;
}

h1#logo {
	position: absolute;
	top: 3px;
	left: 0;
	margin: 0;
	padding: 0;
}

h1#logo a {
	display: block;
	height: 53px;
	width: 135px;
	/* background-image aus dem theme */
	background-repeat: no-repeat;
	background-position: -2px 0;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
}

ul.nav,
ul.filter,
ul.icons,
ul.sponsors {
	display: block;
	padding: 0;
	margin: 0;
	clear: both;
	list-style: none;
	/* white-space: nowrap; */
}

.nav a:link,
.nav a:visited {
	/* Textfarbe aus dem Theme */
	text-decoration: none;
}
.nav a.active,
.nav a:active,
.nav a:hover {
	/* Textfarbe aus dem Theme */
	text-decoration: none;
	/* Unterstreichung aus dem Theme */
}

/* Haupt Navigation */

div#nav-main {
	position: absolute;
	top: 38px ;
	left: 162px;
	width: 426px;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#nav-main a {
	margin-right: 2em;
}

div#nav-main a.nav-main-2 {
	margin-right: 0.3em;
}

/* Icons Navigation */

ul#nav-icons {
	position: absolute;
	top: 16px;
	left: 598px;
}
ul#nav-icons li {
	float: left;
	display: block;
	margin: 0;
}

ul#nav-icons li span {
	display: block;
	height: 50px;
	width: 62px;
	/* background-image aus dem theme */
	background-repeat: no-repeat;
}
ul#nav-icons li#heart span {
	background-position: -138px 0;
}
ul#nav-icons li#brain span {
	background-position: -200px 0;
}
ul#nav-icons li#flesh span {
	background-position: -262px 0;
}

/* Sucheingabe */

#search-form {
	float: right;
}

#search-form fieldset {
	width: 152px;
	border: none;
	display: block;
	margin: 37px 0 0 0;
	padding: 0;
}

#search-form-page fieldset {
	width: 300px;
	border: none;
	margin: 0;
	padding: 0;
}

#search-form #search-input,
#search-form-page #search-input {
	float: left;
	width: 125px;
	margin: 0;
	padding: 2px 0 2px 2px;
	font-size: 1em;
	line-height: 1em;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/* Border aus dem Theme */
	/* Hintergrundfarbe aus dem Theme */
	/* Textfarbe aus dem Theme */
}

#search-form-page #search-input {
	width: 273px;
}

.search-submit {
	width: 23px;
	height: 20px;
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
	background-position: -346px -2px;
	/* Hintergrundbild aus dem Theme */
}

#search-form-page fieldset {
	border: none;
	margin: 20px 0;
	padding: 0;
}

/* Footer Navigation */

ul#nav-footer {
	text-transform: uppercase;
	line-height: 0.9em;
	margin-top: 4px;
	width: 480px;
}

ul#nav-footer li a {
	font-size: 0.6em;
}

ul#nav-footer li a.first {
	font-size: 0.7em;
}

ul#nav-footer li a {
	margin-right: 1.2em;
}

/* Footer Icon Navigation */

ul#nav-icons-small {
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 2.0em;
	margin-top: 6px;
}
ul#nav-icons-small li {
	float: left;
	display: block;
	margin: 0;
}
ul#nav-icons-small li:not(.text) a,
ul#nav-icons-small li span {
	display: block;
	height: 21px;
	width: 30px;
	/* background-image aus dem theme */
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none !important;
}
ul#nav-icons-small li#heart span {
	background-position: 0 -58px;
}
ul#nav-icons-small li#brain span {
	background-position: -29px -58px;
}
ul#nav-icons-small li#flesh span {
	background-position: -58px -58px;
}
ul#nav-icons-small li#fb a {
	width: 24px;
	background-position: -87px -58px;
}
ul#nav-icons-small li#fb span:active,
ul#nav-icons-small li#fb a:hover {
	background-position: -87px -79px;
}

ul#nav-icons-small li#tw a {
	width: 20px;
	background-position: -111px -58px;
}
ul#nav-icons-small li#tw a:active,
ul#nav-icons-small li#tw a:hover {
	background-position: -111px -79px;
}

ul#nav-icons-small li.text a {
	margin-left: 10px;
	background: none;
	text-decoration: none;
	border: none !important;
}

/* Filter Navigation */

ul.filter {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.5em;
}
ul.filter.kat {
	font-size: 1.1em;
	line-height: 1.4em;
}
ul.filter li a {
	display: block;
	text-decoration: none;
	/* background-image aus dem theme */
	background-repeat: no-repeat;
	background-position: -399px 4px;
}
ul.filter.kat li a {
	background-position: -399px 3px;
}
ul.filter li a span {
	display: block;
	margin-left: 20px;
}
ul.filter li a:hover,
ul.filter li a:active {
	/* Textfarbe aus dem Theme */
	background-position: -399px -37px;
}
ul.filter.kat li a:hover,
ul.filter.kat li a:active {
	background-position: -399px -38px;
}

/* Reset */
ul.filter.reset li a {
	background-position: -399px -202px;
}
ul.filter.reset li a:hover,
ul.filter.reset li a:active {
	background-position: -399px -219px;
}

ul.filter.back li a {
	background: none;
}
ul.filter.back li a:before {
	content: "<< ";
	position: absolute;
}

ul.filter li a.active {
	/* Textfarbe aus dem Theme */
	background-position: -399px -78px;
}
ul.filter.kat li a.active {
	background-position: -399px -79px;
}

.block {
	margin: 0 0 1.4em 0;
}

.tags {
	text-align: right;
}

.handle {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4em;
	padding-left: 20px;
	cursor: pointer;
	
	/* background-image aus dem theme */
	background-repeat: no-repeat;
	background-position: -398px -120px;
}
.handle.open {
	background-position: -398px -161px;
}

/* Sub Navigation */

ul#nav-sub {
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.4em;
}

ul#nav-sub li {
}

ul#nav-sub-0,
ul#nav-sub-1,
ul#nav-sub-2,
ul#nav-sub-3 {
	font-size: 0.8em;
	line-height: 1.60em;
}
ul#nav-sub-0 {
	margin-left: 1em;
}
ul#nav-sub-1 {
	margin-left: 2em;
}
ul#nav-sub-2 {
	margin-left: 3em;
}

/* linke Spalte */
#col-left {
	float: left;
	width: 152px;
	margin: 21px 10px 0 0;
}

/* rechte Spalte */
#col-right {
	float: right;
	width: 154px;
	margin: 20px 0 0 10px;
}

#col-right p {
	margin: 0 0 1em 2px;
}

#col-right a {
	text-decoration: none;
}

.small-1 {
	font-size: 1.1em;
	line-height: 1.3em;
}

.small-2 {
	font-size: 1.1em;
	line-height: 1.3em;
}

ul#sponsors {
	width: 154px;
	margin: 3px 2px 0 0;
}
ul#sponsors li {
	margin: 0 0 6px 0;
}
ul#sponsors li a {
	display: block;
	/* background-image aus dem theme */
	background-repeat: no-repeat;
	text-indent: -9999px;
}

ul#sponsors li a#kdb  {	
	display: block;
	height: 61px;
	margin-bottom: 12px;
	background-position: 0 0;
}
ul#sponsors li a#kam {
	display: block;
	height: 40px;
	width: 72px;
	background-position: 0 -64px;
	float: left;
}
ul#sponsors li a#bba {
	height: 40px;
	width: 80px;
	background-position: -74px -64px;
	float: right;
}

/* Inhaltsblock */
#content {
	width: 621px;
	float: left;
	font-size: 1.2em;
	line-height: 1.25em;
}

#content #content-header {
	height: 24px;
	text-align: right;
}

#content #content-header.empty {
	height: 20px;
}

#content #detail {
	padding-bottom: 22px;
	margin-bottom: 1px;
	/* Linie aus dem Theme */
}

#content #content-header.line {
	/* Linie aus dem Theme */
}

#content.filter {
	/* border aus dem theme */
}

#content .teaser {
  display: none;
	/* border aus dem theme */
	padding: 0.5em 0 0.1em 0;
	z-index: 1;
}

#content .pad {
	margin: 23px 46px 0 98px;
}

#content h2,
#content h3,
#content h4 {
	font-weight: normal;
}

#content h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 0.8em 0;
}

#content h3 {
	font-size: 1.2em;
	line-height: 1.1em;
	margin: 0 0 0 0;
}

#content h2 a {
	display: block;
	text-decoration: none;
}

#content h2 a:hover,
#content h3 a, 
#content h3 a:hover {
	/* Textfarbe aus dem Theme */
	text-decoration: none;
}

#content h2.header-detail {
	/* Textfarbe aus dem Theme */
	margin: 0.5em 0 0.7em 0;
}

#content .block {
	/* width: 80%; */
	margin: 0;
}

#content .block p,
#content .search p {
	margin: 0 0 1.25em 0;
}

#footer {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 20px;
}

.preview {
	position: relative;
}

.preview-content {
	position: absolute;
	display: block;
	color: black;
	padding: 7px 8px;
	width: 310px;
	z-index: 99999;
	text-align: left;
	text-transform: none;
	font-size: 0.7em;
	line-height: 1.5em;
	background: url(../img/background-tiptip-20110114.png);
}
.preview-content .preview-arrow {
	display: block !important;
	position: absolute;
	height: 15px;
	width: 7px;
	background: url(../img/arrow-tiptip-20110114.png);
}
.preview-content.down {
	left: 185px;
	top: 0;
}
.preview-content.up {
	left: 185px;
	bottom: 4px;
}
.preview-content.down .preview-arrow {
	left: -7px;
	top: 0;
}
.preview-content.up .preview-arrow {
	left: -7px;
	bottom: 0;
}
.preview-content a,
.preview-content span {
	display: inline;
}
.preview-content p {
	margin: 0.5em 0 !important;
}
.preview-content img {
	border: none;
}

.small {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 2.0em;
}

.small a {
	text-decoration: none;
}

.small a:hover,
.small a:active {
	/* farbe aus dem theme */
}

.img-left {
	float: left;
	margin: 4px 15px 15px 0;
}

a#ma {
	display: block;
	width: 123px;
	height: 23px;
	margin-top: 28px;
	text-indent: -9999em;
	background-position: 0 -208px;
	/* background-image aus dem theme */
}

/* defaults */

a[name] {
	display: block;
	border: none !important;
	outline: none !important;
	text-decoration: none !important;
	padding-top: 16px;
	margin-top: -16px;
}

hr {
	border: none;
	padding: 0;
	height: 0;
	/* border und farbe aus dem theme */
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.hidden-important {
	display: none !important;
}

.justify {
	padding: 0;
	width: 100%;
	text-align: justify;
	text-align-last: justify;
}

.justify span {
	font-size: 0px;
	word-spacing: 1000px;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	/* _vertical-align: bottom; */
	position: relative;
}

sup { 
	bottom: 1ex;
}

sub {
	top: .5ex;
}

a:focus,
img {
	outline: none;
}

img {
	border: none;
}

.cleartype {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=img/hIEfix.png,sizingMethod=crop);
	zoom: 1;
}



