/***********************************************/
/* aussergewoehnlich.css                       */
/* Stylesheet zur Buchsite                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

/************************************/
/* Header tag styles                */
/************************************/

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

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

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

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

a:hover{
	color: #FF3300;
	text-decoration: underline;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#header{
	position: absolute;
	top: 0px;
	width:700px;
	border-bottom: 1px solid;
	border-color: #000000;
	height: 100px;
	left: 50px;
	right: auto;
}

#content{
	position:absolute;
	top: 100px;
	left: 50px;
	right: auto;
	width:700px;
	height: 450px;
}

#spaltelinks{
	position: absolute;
	top: 0px;
	left: 0px;
	width:260px;
	padding: 0px;
}

#spalterechts{
	margin:75px 0px 0px 260px;
	padding: 0px 10px 0px 0px;
}

#spalterechts_bestellung{
	margin:20px 0px 0px 260px;
	padding: 0px 10px 0px 0px;
}

#footer{
	position:absolute;
	top: 550px;
	left: 50px;
	right: auto;
	width:700px;
	height:15px;
	border-color: #000000;
	border-top: 1px solid;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#name{
	color: #000000;
	bottom: 1px;
	position: absolute;
	left: 0px;
}

#crosslink{
	color: #000000;
	bottom: 1px;
	position: absolute;
	left: 450px;
	text-align: right;
}

#thumbnails{
	position: absolute;
	left: 0px;
	top: 35px;
}

#thumbnailsPresse{
	position: absolute;
	left: 0px;
	top: 45px;
}

#fullview{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
}

#download00{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
}

#download01{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
	visibility: hidden;
}

#download02{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
	visibility: hidden;
}

#download03{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
	visibility: hidden;
}

#download04{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
	visibility: hidden;
}

#download05{
	position: absolute;
	right: 0px;
	top: 0px;
	left: 300px;
	visibility: hidden;
}

#navigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 0px;
	color: #000000;
	bottom: 1px;
}

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

#navigation a:hover{
	color: #FF3300;
}

#subnav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	color: #000000;
	top: 2px;
	left: 325px;
}

#subnav a{
	text-decoration: none;
	color: #000000;
}

#subnav a:hover{
	text-decoration: underline;
	background-color: #CCCCCC;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-bottom: 7px;
}

.copytext{
	line-height: 13px;
	text-align: left;
}
p {
	font-size: 10px;
	text-indent: 0px;
	margin-bottom: 7px;
	margin-top: 0px;
}
.forms {
	background-color: #E4E4E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #ff3300;
	border-left-color: #ff3300;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
