/* Basics */
body {
	color: #FFFFFF; /* d2d2d2 grey besser? */
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #353535; /* queermedia grey */
	background-image: url(/queermedia_new/img/basics/background8px.gif);
	background-repeat: repeat;
	text-align: center;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	text-decoration: none;
	color: #e52d87; /* queermedia rosa - Magenta 90% */
}

a:hover {
	text-decoration: underline;
	color: #e52d87; /* queermedia rosa - Magenta 90% */
}

img {
	border-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

.invis {
	left: -1000px;
	width: 500;
	position: absolute;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
}

#button {
	background-image: url(/queermedia_new/img/buttons/button.gif);
	background-repeat: no-repeat;
}
#button a {
	width: 105px;
	height: 25px;
	display: block;
	text-align:	center;
	color: #ffffff;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

#button a:hover {
	text-decoration: none;

}

/* CONTAINER */
#center {
	position: relative;
	width: 1030px;
	margin-left: -490px;
	left: 50%;
}
#main {
	position: relative;
	width: 950px; /* Container Breite */
	background-color: #353535; /* queermedia grey */
	outline: 1px solid #959595; /* 60% reduced white */
	text-align: left;
	margin-left: 15px;
	z-index: 500; /* on top */
	float: left;
	display: block;
	overflow: visible;
}

* html #center {
	margin-left: 0px; /* centered im IE */
	left: auto; /* centered im IE */
	right: auto; /* centered im IE */
}
* html #main {
	border: 1px solid #959595; /* 60% reduced white */
}

/* LOGIN - NAVIGATION */
#navLoginRow {
	z-index: 600;
	height: 18px;
	width: 550px;
	position: absolute;
	top: 8px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: right;
	overflow: hidden;
	font-size: 9px;
	clear: both;
}

#navLoginRow a {
	text-decoration: none;
	color: #d2d2d2; 
}

#navLoginRow a:link {
	text-decoration: none;
	color: #d2d2d2; 
}

#navLoginRow a:visited {
	text-decoration: none;
	color: #d2d2d2; 
}

#navLoginRow a:hover {
	text-decoration: underline;
	color: #e52d87; /* queermedia rosa - Magenta 90% */
}

#navLoginRow .country {
	list-style: none;
	margin: 0;
}

#navLoginRow .country li {
	clear: none;
	float: right; /* von hinten nach vorn => 3. Land, 2. Land, 1. Land */
	width: 30px;
	margin: 0;
}

/* VERTICAL MENU*/
#verticalMenu {
	z-index: 300;
	width: 32px;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 20px;
	left: -2px;
	float: left;
}

/* TOP NAVIGATION */
#navJumper {
	z-index: 600; /* unter navMenuRow !! */
	height: 32px;
	position: absolute;
	top: 41px;
	margin: 0px;
	padding: 0px;
	float: right;
	right: 35px;
	list-style: none;
}

#navJumper li {
	float: left;
	height: 32px;
	margin: 0px;
	margin-left: 2px;
	padding: 0px;
	overflow: hidden;
	background-image: url(/queermedia_new/img/buttons/project_jumper_button.jpg);
	background-repeat: no-repeat;
}

#navJumper a {
	width: 106px;
	height: 32px;
	display: block;
	text-align:	center;
	color: #ffffff;
	line-height: 34px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#navJumper a:hover {
	text-decoration: none;

}

#navMenuRow {
	z-index: 700;
	height: 28px;
	position: absolute;
	top: 70px;
	margin: 0px;
	padding: 0px;
	float: left;
	left: 0px;
	list-style: none;
	clear: left;
	width: 950px;
}

#navMenuRow li {
	float: left;
	height: 28px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(/queermedia_new/img/buttons/topnavi_grey_1px.gif);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}

#navMenuRow .active {
	float: left;
	height: 28px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(/queermedia_new/img/buttons/topnavi_pink_1px.gif);
	background-repeat: repeat-x;
	border: 1px solid #666666;
}

#navMenuRow a {
	width: 104px;
	height: 28px;
	display: block;
	text-align:	center;
	color: #ffffff;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navMenuRow #last a {
	width: 100px;
	height: 28px;
	display: block;
	text-align:	center;
	color: #ffffff;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navMenuRow a:hover {
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(/queermedia_new/img/buttons/topnavi_pink_1px.gif);
	background-position: -1px;
}

/* RIGHT NAVIGITION */
#rightNav {
	width: 150px;
	position: absolute;
	left: 10px;
	top: 125px;
	float: left;
	list-style-type: none;
}
* html #rightNav {
	left: 0px;
}

#rightNav li {
	height: 26px;
	margin: 0px;
	padding: 0px;
	background-image: url(/queermedia_new/img/bars/grey_150.gif);
	background-repeat: no-repeat;
	list-style: none;
	width: 150px;
	left: 0px;
}
#rightNav a {
	width: 130px;
	height: 26px;
	display: block;
	text-align:	left;
	color: #ffffff;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}
* html #rightNav a {
	font-weight: bold;
}
#rightNav a:hover {
	text-decoration: none;
	background-image: url(/queermedia_new/img/bars/pink_150.gif);
	background-repeat: no-repeat;
}
#rightNav .rightNav-cActive {
	height: 26px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-image: url(/queermedia_new/img/bars/pink_150.gif);
	background-repeat: no-repeat;
}

#rightNav .rightNav-cActiveMenuActive,
#rightNav .rightNav-cActiveMenu {
	height: 28px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	margin-bottom: 8px;
	background-image: none;	
}
#rightNav .rightNav-cActiveMenuActive a,
#rightNav .rightNav-cActiveMenu a {
	width: 130px;
	height: 16px;
	display: block;
	text-align:	left;
	color: #ffffff;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}
#rightNav .rightNav-cActiveMenuActive a {
	color: #e52d87;
}
#rightNav .rightNav-cActiveMenuActive a:hover,
#rightNav .rightNav-cActiveMenu a:hover {
	text-decoration: none;
	background-image: none;
}
#rightNav .rightNav-cActiveMenuActive span,
#rightNav .rightNav-cActiveMenu span {
	font-size: 9px;
	line-height: 11px;
	padding-left: 10px;
}
#rightNav .rightNav-cActiveMenuActive span {
	color: #e52d87;
}


/* BARS */
#bar551 {
	background-image: url(/queermedia_new/img/bars/grey_26x551.gif);
	background-repeat: no-repeat;
	width: 551px;
	float: left;
	list-style: none;
	height: 26px;
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	color: #acacac;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#bar450 {
	background-image: url(/queermedia_new/img/bars/grey_26x450.gif);
	background-repeat: no-repeat;
	width: 450px;
	float: left;
	list-style: none;
	height: 26px;
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	color: #acacac;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#barTitle250,
#barTitle {
	width: 250px;
	float: left;
	left: 15px;
	position: relative;
	font-size: 14px;
	letter-spacing: 1px;
	color: #FFFFFF;
}

#barTitle250 {
	width: 250px;
}

* html #barTitle {
	font-weight: 600;
	letter-spacing: 0px;
}

* html #barTitle250 {
	font-weight: 600;
	letter-spacing: 0px;
}

#bar611 {
	background-image: url(/queermedia_new/img/bars/grey_26x611.gif);
	background-repeat: no-repeat;
	width: 611px;
	float: left;
	list-style: none;
	height: 24px;
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-top: 3px;
	color: #acacac;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#bar611 .pink {
	background-image: url(/queermedia_new/img/bars/pink_26x611.gif);
	background-repeat: no-repeat;
}

#bar300 {
	background-image: url(/queermedia_new/img/bars/grey_26x300.gif);
	background-repeat: no-repeat;
	width: 300px;
	float: left;
	list-style: none;
	height: 26px;
	margin-left: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	padding-top: 5px;
	color: #acacac;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#barGoFirst {
	background-image: url(/queermedia_new/img/bars/go_first.gif);
	background-repeat: no-repeat;
	width: 15px;
	float: right;
	position: relative;
}
#barGoFirst a {
	width: 15px;
	display: block;
}

#barGoFirst a:hover {
	text-decoration: none !important;
}


#barGoBack {
	background-image: url(/queermedia_new/img/bars/go_back.gif);
	background-repeat: no-repeat;
	width: 15px;
	float: right;
	position: relative;
}
#barGoBack a {
	width: 15px;
	display: block;
}

#barGoBack a:hover {
	text-decoration: none !important;
}

#barGoPage {
	float: right;
	position: relative;
	line-height: 15px;
	text-align: center;
	margin-right: 5px;
}

#barGoPage a {
	text-decoration: none;
	color: #acacac;
}

#barGoPage a:hover {
	text-decoration: underline !important;
	color: #e52d87 !important;
}

#barGoPage .active {
	text-decoration: none !important;
	color: #e52d87 !important; /* queermedia rosa - Magenta 90% */
	font-weight: bold;
}

#barGoPage .active a:hover {
	text-decoration: none !important;
}

#barGoNext {
	background-image: url(/queermedia_new/img/bars/go_next.gif);
	background-repeat: no-repeat;
	width: 15px;
	float: right;
	position: relative;
	margin-right: 5px;
}
#barGoNext a {
	width: 15px;
	display: block;
}

#barGoNext a:hover {
	text-decoration: none !important;
}
#barGoLast {
	background-image: url(/queermedia_new/img/bars/go_last.gif);
	background-repeat: no-repeat;
	width: 20px;
	float: right;
	position: relative;
	right: 10px;
}

#barGoLast a {
	width: 20px;
	display: block;
}

#barGoLast a:hover {
	text-decoration: none !important;
}


/* WERBUNG */
#topBanner728 {
	width: 728px; /* Container Breite */
	text-align: center;
	margin-left: 126px;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 500; /* on top */
	float: none;
	position: relative;
}

/* kein skyScraper möglich!!! */
#skyScraper160 {
	width: 160px; /* Container Breite */
	minimum-height: 300px;
	margin: 0px;
	z-index: 800; /* on top */
	float: left;
	position: absolute;
	top: 100px;
	left: 955px;
}

#contentRec {
	width: 300px;
	height: 250px;
	margin: 0px;
	z-index: 850;
}

/* COPYRIGHT FOOTER */
#footerCopyright {
	clear: both;
	color: #d2d2d2;
	font-size: 11px;
	top: 10px;
	margin-bottom: 20px;
	position: relative;
}
#footerCopyright a {
	text-decoration: none;
	color: #d2d2d2; 
}

#footerCopyright a:link {
	text-decoration: none;
	color: #d2d2d2; 
}

#footerCopyright a:visited {
	text-decoration: none;
	color: #d2d2d2; 
}

#footerCopyright a:hover {
	text-decoration: underline;
	color: #e52d87; /* queermedia rosa - Magenta 90% */
}

/* REGISTER */
#register {
	width: 880px;
	height: 750px;
	top: 125px;
	left: 20px;
	position: absolute;
 	border: 1px solid #959595;
	float: left;
	z-index: 700;
	background: #353535;
}
#regVertical {
	z-index: 600;
	width: 32px;
	position: relative;
	margin: 0px;
	padding: 0px;
	top: 130px;
	left: 899px;
	float: left
}

#regOverview {
	width: 300px;
	left: 30px;
	top: 20px;
	float: left;
	position: relative;
}

#regPayment {
	width: 610px;
	left: 150px;
	top: 20px;
	float: left;
	position: relative;
}


#regMain {
	width: 450px;
	left: 90px;
	top: 20px;
	float: left;
	position: relative;
}

#regLine {
	width: 3px;
	height: 680px;
	top: 40px;
	position: relative;
	float: left;
	left: 60px;
	background-color: #959595;
}

#regOverview #buttons {
	position: relative;
	left: 170px;
	top: 0px;
	width: 115px;
	height: 30px;
}

#regMain #buttons {
	position: relative;
	left: 320px;
	top: 10px;
	width: 115px;
	height: 30px;
}
#regMain .hyph {
	color: #e52d87;
}

#regOverview fieldset {
	width: 280px;
	display: block;
	border: 0;
}

#regOverview p {
	padding-left: 15px;
	padding-right: 15px;
}

#regMain fieldset {
	width: 420px;
	display: block;
	margin: 6px 0;
	border: 0;
	float: left;
	left: 15px;
	position: relative;
}

#regOverview fieldset label {
	width: 80px;
	text-align: right;
	clear: left;
	float: left;
	padding-top: 3px;
}

#regMain fieldset label {
	width: 155px;
	text-align: right;
	clear: left;
	float: left;
	padding-top: 3px;
}

#regMain #labgroup-radio {
	padding-right: 10px;
	left: 10px;
	position: relative;
}

#regOverview fieldset .regText,
#regMain fieldset .regText {
	position: relative;
	width: 190px;
	left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

#regOverview fieldset .regText {
	width: 160px;
}

#regMain fieldset .regTextShort {
	position: relative;
	width: 50px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

#regMain fieldset .regTextShort2 {
	position: relative;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

#regMain .regBetween {
	margin-left: 6px;
	margin-right: 5px;
}

#regOverview #queercard {
	position: relative;
	top: 55px;
	left: 20px;
	width: 265px;
	height: 265px;
	background-image: url(/queermedia_new/img/image_reflection.php?img=queercard/queercard259.jpg);
	background-repeat: no-repeat;
}

#regOverview #queerbook {
	position: relative;
	top: 20px;
	left: 20px;
	width: 260px;
	height: 441px;
	background-image: url(/queermedia_new/img/queerbook/qb_cover250.jpg);
	background-repeat: no-repeat;
}

#regOverview #queerwedding {
	position: relative;
	top: 20px;
	left: 20px;
	width: 260px;
	height: 441px;
	background-image: url(/queermedia_new/img/queerwedding/qb_cover250.jpg);
	background-repeat: no-repeat;
}

#regMain p {
	padding-left: 15px;
	padding-right: 15px;
}

#regOverview fieldset p,
#regMain fieldset p {
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	left: 0px;
	position: relative;
}

#regMain .email {
	font-size: 14px;
	color: #e52d87;
	font-weight: bold;
	text-align: center;
}

#regMain .product {
	padding-left: 30px;
	padding-right: 90px;
	padding-top: 5px;
	margin-top: 0px;
	font-size: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}

#regMain .price {
	font-weight: bold;
	text-align: right;
	position: relative;
	width: 70px;
	right: 15px;
	float: right;
	font-size: 16px;
}

#regMain .errorButton,
#regOverview .errorButton {
	position: absolute;
	right: 10px;
	width: 30px;
}

#regMain .error,
#regOverview .error {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 22px;
	background-image: url(/queermedia_new/img/buttons/22/error.gif);
	background-repeat: no-repeat;
}

#regMain .ok,
#regOverview .ok {
	position: absolute;
	right: 10px;
	width: 30px;
	height: 22px;
	background-image: url(/queermedia_new/img/buttons/22/ok.gif);
	background-repeat: no-repeat;	
}

* html #regMain .error,
* html #regOverview .error,
* html #regMain .ok,
* html #regOverview .ok,
* html #regMain .errorButton,
* html #regOverview .errorButton {
	right: 155px;
}

/* TRANSPARENT WINDOWS */
#window650 {
	z-index: 2000;
	position: absolute;
	margin-left: -325px;
	width: 650px;
	left: 50%;
	top: 150px;
	display: block;
}

#window650 #content {
	z-index: 2000;
	display: block;
	width: 650px;
	height: 100%;
	background-image: url(/queermedia_new/img/window/650.png);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 10px;
}

#window650 #top {
	background-image: url(/queermedia_new/img/window/top650.png);
	background-repeat: no-repeat;
	height: 34px;
	widows: 650px;
	display: block;
}

#window650 #bottom {
	background-image: url(/queermedia_new/img/window/bottom650.png);
	background-repeat: no-repeat;
	height: 37px;
	width: 650px;
	display: block;
}




