/*------------------------------------------------------------------
	[Master Stylesheet]
	Project:		project name
	Company: 		NetResults
	Internet:		www.netresults.de
	Author: 		Alexander Maier
	E-Mail:			info@netresults.de
	Version:		version
	Created:		date

	[Content]
	Generic
	Header
	Navi
	Content
	Footer
	Additional
	
	[Colors]
	Body BG:		#000000
	Body Color:		#000000
	Theme Color:	#000000
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 GENERIC
 ------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	background: url(../backgrounds/1.gif);
	color: #666666;
}

h1 {

}

h2, .pluginHeader {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	margin: 20px 0px 30px 0px;
}

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

a:hover {
	text-decoration: underline;
}

a.active {
	text-decoration: none;
	font-weight: bold;
	color: #fe5d2f;
}

img {
	border: none;
}

#wrapper {
	width: 800px;
	padding: 20px 30px;
	margin: 0px auto 50px auto;
	background: #FFFFFF;
}

p.bodytext {
	color: #000000;
}
 
/*------------------------------------------------------------------
 HEADER
 ------------------------------------------------------------------*/
#header {
	height: 220px;
	background: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 0px;
	border-bottom: 2px solid #000000;
	margin-bottom: 2px;
}

/*------------------------------------------------------------------
 NAVI
 ------------------------------------------------------------------*/
#navi {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 20px;
	padding-bottom: 3px;
	overflow: auto;
	width: 100%;
}

#naviLeft, #naviRight {
	float: left;
}

#naviLeft ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
}

#naviLeft ul li {
	display: inline;
}

#naviLeft ul li a {
	padding: 0px 10px;
}


/*------------------------------------------------------------------
 CONTENT
 ------------------------------------------------------------------*/
#content {
	border-bottom: 2px solid #000000;
	margin-bottom: 2px;
	padding-bottom: 20px;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

#content ul {
	list-style: url(../images/pfeil.gif);
	padding: 0px;
	margin: 0px;
	padding-left: 18px;
}
/*------------------------------------------------------------------
 FOOTER
 ------------------------------------------------------------------*/

#footer {
	border-bottom: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
/*------------------------------------------------------------------
 FORM
 ------------------------------------------------------------------*/
fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

label {
	display: block;
	font-weight: bold;
	font-size: 10px;
}

input, textarea {
	margin: 2px 35px 11px 0px;
	border: 1px solid #CCCCCC;
	width: 250px;
}

textarea {
	height: 100px;
}

/*------------------------------------------------------------------
 ADDITIONAL
 ------------------------------------------------------------------*/
#seventy-thirty, #thirty-seventy, .fifty-fifty {
 	overflow:auto;
 	width: 100%
}

#seventy, #thirty, .fifty-left, .fifty-right {
	float: left;
	overflow: hidden;
}

#seventy {
	width: 550px;
}

#thirty {
	width: 250px;
}

.fifty-left {
	width: 380px;
	margin-right: 14px;
	padding-right: 6px;
}

.fifty-right {
	width: 380px;
	margin-left: 14px;
	padding-right: 6px;
}

.imageWrapper {
	position: relative;
	width: 236px;
}		

.startPage {
	width: 383px;
	padding-right: 3px;
}


.imageWrapper img {
	border: 1px dashed #666666;
	margin: 2px;
	position: relative;
	z-index: 0;
	border-collapse: collapse;
}


.ulc, .urc, .llc, .lrc {
	background: red;
	background: url(../images/plus.gif) no-repeat center center;
	position: absolute;
	width: 5px;
	height: 5px;
	z-index: 1;
}

.ulc {
	left: 0px;
	top: 0px;
}

.urc {
	right: 0px;
	top: 0px;
}

.llc {
	left: 0px;
	bottom: 3px;
}

.lrc {
	right: 0px;
	bottom: 3px;
}		
		
/*------------------------------------------------------------------
 GUDZSOS
 ------------------------------------------------------------------*/

.tx-gudzsos-pi1 {
	overflow: auto;
	width: 100%;
}

div.listItem {
	float: left;
	margin: 13px;
	padding: 2px;
	width: 236px;
	height: 210px;
}

.itemNumber {
	font-weight: bold;
	color: #000000;
}

.itemNewMark {
	text-transform: uppercase;
	color: #fe5d2f;
	float: right;
	font-weight: bold;
}

.listItemPicture, .singleItemPicture {
	position: relative;
	width: 236px;
}

.listItemPicture img, .singleItemPicture img {
	border: 1px dashed #666666;
	margin: 2px;
	position: relative;
	z-index: 0;
}

div.singleItem {
	height: 720px;
	width: 746px;
	overflow: hidden;
}


.singleItemPicture {
	width: 746px;
	overflow: hidden;
}

.singleItemCaption {
	overflow: hidden;
	width: 745px;
}

.column {
	float: left;
	width: 180px;
	height: 120px;
	padding-right: 10px;
	color: #000000;
	overflow: visible;
}

.columnTwo {
	width: 250px;
}

.columnThree {
	width: 280px;
}

.label {
	text-decoration: underline;
}

.text {
	margin-bottom: 10px;
}

.pluginTitle {
	padding-right: 10px;
}

.pluginHanldes {
	padding-left: 10px;
}

.pluginHanldes span {
	cursor: pointer;
}

.pluginHanldes span.active {
	font-weight: bold;
}

.box {
	position: absolute;
}

.box div.container{
	width: 800px;
/* 	min-height: 580px; */
	float:left;
}

.mask{
	position:relative;
	width: 800px;
	min-height: 480px;
	overflow:hidden;
}



/*------------------------------------------------------------------
 POPUP
 ------------------------------------------------------------------*/

#popUp {
	background: #FFFFFF;
	overflow: hidden;
	height: 720px;
	width: 746px;
	font-size: 10px;
}


#popUp .tx-gudzsos-pi1 {
	overflow: hidden;
	width: 746px;
	height: 720px;
}

