
/* CSS Document */

*
{
	margin:0;
	padding:0;
}

body
{
	background: #000000;
	color: #ffd700;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3
{
	margin-bottom:10px;
}

h4
{
	font-size: medium;
}

p
{
	margin-bottom: 10px;
}

a
{
	text-decoration: underline;
	font-weight: bold;
	color:#ffd700;
}

a:hover
{
	text-decoration: none;
	font-weight: bold;
	color:#ffd700;
}

a:active
{
	text-decoration: none;
	font-weight: bold;
	color:#ffffff;
}

a:visited
{
	text-decoration: underline;
	font-weight: bold;
	color:#ffd700;
}


/* Navi & Head */

h1
{
	position:absolute;
	left: -1000px;
	top: -300px;
}
h2
{
	position:absolute;
	left: -1000px;
	top: -300px;
}


/*index*/

ul#countries
{
	margin:auto; 
	width:585px; 
	list-style:none; 
	padding-left:110px; 
	padding-top: 50px;
}

* html ul#countries
{
	padding-left:40px;
}

#head
{
	/*background: url(img/head.jpg) no-repeat;*/
	
	margin-top: 10px;
	margin-left: 14px;
	margin-bottom: -5px;
}

#navi
{
	display: block;
	list-style: none;
	background: url(img/navi-leiste.gif) repeat-x;
	height: 42px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:6px;
	padding-left:5px;
}

#navi li
{
	float:left;
	margin: 5px;
	text-indent: 0px;
}

#navi li a.navi-selected
{
	display:block;
	width: 70px;
	height: 20px;
	background-position: 0px 20px;
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}

#navi-home
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-home.gif);
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}
#navi-home:hover
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-home.gif) 0px 20px;
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}

#navi-videos
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-videos.gif);
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}
#navi-videos:hover
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-videos.gif) 0px 20px;
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}

#navi-about
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-about.gif);
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}
#navi-about:hover
{
	display:block;
	width: 70px;
	height: 20px;
	background:url(img/navi-about.gif) 0px 20px;
	margin-bottom: 0px;
	overflow:hidden;
	text-indent: -1000px;
}

#login
{
	color: #000000;
	font-weight:bold;
	position: absolute;
	top: 103px;
	left: 340px;
	width: 500px;
}

* html #login
{
	top:105px;
}

#login input
{
	color: #ffd700;
	background: #000000;
	border:#000000 2px solid;
	padding: 2px 2px 2px 2px;
	width: 80px;
	height: 15px;
	position: relative;
	top: -1px;
}

#login input.send
{
	background: none;
	color:#000000;
	border:#000000 2px solid;
	margin-bottom: 0px;
	font-weight:bold;
	position:relative;
	top: 0px;
	height: 24px;
	padding: 0px 2px 0px 2px;
}

* html #login input.send
{
	top: -1px;
	
}

#signup
{
	float:right;
	width: 110px;
	position: relative;
	top: -26px;
	left: 30px;
	
	
}

#signup a
{
	font-size:9px;
	font-weight:normal;
	text-decoration: underline;
	color:#000000;
}

div#loggedin
{
	font-weight: normal;
	text-align:right;
	color: #000000;
	position: absolute;
	top: 107px;
	left: 340px;
	width: 500px;
	padding-right: 110px;
}

* html div#loggedin
{
	top: 109px;
}
#loggedin-menu
{
	float:right;
	width: 100px;
	position: relative;
	top: -5px;
	left: 10px;
	text-align:left;
}
#loggedin-name
{
	float:right;
	margin:0;
	padding:0;
	text-align:right;
}

#loggedin-menu a
{
	font-size:9px;
	font-weight:normal;
	text-decoration: underline;
	color:#000000;
}


#shoppingcart
{
	padding-left: 10px;
	position: absolute;
	top: 103px;
	left: 860px;
	width: 40px;
}
#tippLink
{
    padding-left: 10px;
    position: absolute;
    top: 103px;
    left: 930px;
    width: 40px;
    color: black;
    font-weight:bold;
  	border:#000000 2px solid;
  
}

* html #shoppingcart
{
	top: 105px;
}


/* Content */

#content-wrapper
{
	width: 1020px;
	height: 525px;
	display: block;
	clear: both;
	overflow: auto;
}
#content-wrapperAdmin
{
	width: 100%;
	display: block;
	clear: both;
	overflow: auto;
}
#content-Payment
{
	width: 1000px;
	height: auto;
	display: block;
	clear: both;
	overflow: auto;
	left: 20px;
	position: relative;
}

#main-content
{
	float: left;
	margin: 0 0 0 15px;
	width: 500px;
	height:auto;
}

#main-extracontent
{
	float: left;
	margin: 0 0 0 15px;
	width: 790px;
	height: 400px;
}

#secondary-content
{
	float:left;
	left: 20px;
	top: 150px;
	margin:0 0 0 5px;
	width: 300px;
}
#AGB-content
{
	float: left;
	margin: 0 0 0 15px;
	width: 790px;
}
#secondary-content img
{
	border:#ffd700 1px solid;
}
#secondary-content-ohne
{
	float:left;
	left: 20px;
	top: 150px;
	margin:0 0 0 5px;
	width: 300px;
}

#kalligrafie
{
	float: left;
	margin: 0 0 0 0px;
}


.img-subline
{
	margin:5px;
	left: 715px;
	top: 150px;
}

/* Videos */

.videos
{
	list-style: none;
	display: block;
	clear:both;
	margin-bottom:30px;
}

.video-item
{
	display: inline;
	width: 155px;
	height: 130px;
	padding: 2px;
	float: left;
	margin: 0 5px 5px 0px;
	border: #ffd700 1px solid;
	text-align: center;
}

.video-item h4
{
	margin-bottom: 5px;
}

.video-length
{
	display: inline;
	font-size: 10px;
	float: left;
	margin-bottom: 0px;
}

.video-price
{
	display: inline;
	font-size: 10px;
	font-weight: bold;
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
}

p.subvid
{
	margin: 10px 0 0 0;
	text-align: right;
}

/* About */

#biography dt
{
	font-weight: bold;
}
#biography dd
{
	margin-bottom: 5px;
}

#staff dt
{
	
}
#staff dd
{
	margin-bottom: 5px;
	font-weight: bold;
}

.further
{
	margin: 20px 0 20px 0;
}

/*Registration*/
table#registration
{
	width:100%;
	border: 2px #ffd700 solid;
	background:#ffd700;
	
}

table#registration td
{
	border: none;
	color: #000000;
	font-weight:bold;
	padding: 2px;
	margin:2px;
}

table#registration td input
{
	border: 2px black solid;
	color: #000000;
	width:100%;
	border: 2px black solid;
	background:#ffd700;
	padding: 2px;
	width:300px;
}

.validation
{
	color: black;
	font-size:9px;
	text-align:left;
	width:300px;
}
.ProtokollColumn
{
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
}

/*Shoppingcart*/
table#cartlist
{
	width:500px;
	border: 2px #ffd700 solid;
	background:#ffd700;
	
}

table#cartlist td
{
	border: none;
	color: #000000;
	padding: 2px;
	margin:2px;
}

table#cartlist td input
{
	border: 2px black solid;
	color: #000000;
	width:100%;
	border: 2px black solid;
	background:#ffd700;
	padding: 2px;
	width:300px;
}

table#cartlist td.trennlinie
{
	border-bottom: 2px solid black;
}

table#cartlist td.videoname
{
	width: 450px;
}
table#cartlist td.videonumber
{
	width: 150px;
}

table#cartlist td a
{
	color:#000000;
	font-weight:bold;
}

table#cartlist td input.button_klein
{
	width: 20px;
}

/*Orders*/
table#orders
{
	width:100%;
	border: 2px #ffd700 solid;
	background:#ffd700;
	
}

table#orders td
{
	border: none;
	color: #000000;
	padding: 2px;
	margin:2px;
}

table#orders td a
{
	color:#000000;
	font-weight:bold;
}

table#orders td.trennlinie
{
	border-bottom: 2px solid black;
}

/*Payment*/

table#payment
{
	width:100%;
	border: 2px #ffd700 solid;
	background:#ffd700;
	
}

table#payment td
{
	border: none;
	color: #000000;
	padding: 2px;
	margin:2px;
}

table#payment td input
{
	border: 2px black solid;
	color: #000000;
	width:100%;
	border: 2px black solid;
	background:#ffd700;
	padding: 2px;
	width:300px;
}

table#payment td input.securitycode
{
	width: 50px;
}

/*Footer*/
div#footer
{
	border-top: solid 1px #ffd700;
	margin: 10px 0 0 0 ;
	padding: 5px 5px 0 0;
	text-align: right;
}
.topLine
{
	background-color: transparent;
}
