/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666; 
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #222;
	font-size: 11px;
	background-repeat: repeat;
    /*background-image: url(site_bilder/back.gif);*/
}

/******* hyperlink and anchor tag styles *******/

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

a:visited{
	color: #ED5A02;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}



/************** header tag styles **************/

h1{
	color: #F37E14;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 15px;
	font-weight: normal;
}

h2{
	color: #CC2800;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3{
	color: #222222;
	padding: 0px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
}

h4{
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5{
 font: 100% Trebuchet MS, Verdana, Arial,sans-serif;
 color: #FF9900;
 margin: 0px;
 padding: 0px;
}




/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Trebuchet MS, Verdana, Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Verdana, Arial, sans-serif;
	padding-top: 2px;
}

li {
	list-style-type: none;
}

p,code,ul {
	font-size: 1em;
	padding-bottom: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	WIDTH: 860px;
	POSITION: relative;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 3px none #FFFFFF;
}

#tl {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}


#bl {
	position:absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#br {
	position:absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	WIDTH: 860px;
	POSITION: relative;
	TEXT-ALIGN: left;
	background-color: #FF9900;
	height: 240px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(site_bilder/head.jpg);
	border: 3px none #FFFFFF;
}



#content{
	margin:0px;
	padding: 0px;
}








/************* globalNav styles ****************/

#globalNav{
	position: absolute;
	width: 759px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	top: 175px;
	left: 33px;
	font-family: "Trebuchet MS", Arial;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:-3px;
}



#globalLinkSmall{
	position: absolute;
	top: 49px;
	height: 32px;
	margin: 0px;
	left: 501px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	display: block;
	color: #222222;
	text-decoration: none;
	width: 314px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

#globalLinkSmall a:visited{
	color: #222222;
	font-weight: normal;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#globalLinkSmall a:link{
	color: #222222;
	font-weight: normal;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#globalLinkSmall a:hover{
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	text-transform: uppercase;
	background-color: #222222;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#globalLink{
	position: absolute;
	top: 36px;
	left: 30px;
	width: 336px;
}

#globalLink a:visited{
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 25px;
	top: -3px;
	position: relative;
	background-image: url(site_bilder/navi_back_w.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	background-position: center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;	
}
#globalLink a:link{
	font-size: 25px;
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 25px;
	top: -3px;
	position: relative;
	background-image: url(site_bilder/navi_back_w.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	background-position: center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;	
}
#globalLink a:hover{
	font-size: 25px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	line-height: 25px;
	top: -3px;
	position: relative;
	background-image: url(site_bilder/navi_back.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 16px;
	padding-bottom: 7px;
	padding-left: 16px;
	background-position: center;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;	
}







/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	font-size: 10px;
	color: #818181;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	word-spacing: 5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 16px;
	padding-left: 16px;
	height: 27px;
	line-height: 17px;
}

#siteInfo a:hover {
	color: #CCCCCC;
}	
#siteInfo  a:visited{
	color: #818181;
}

#siteInfo a:link {
	color: #818181;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ news styles **************/

#marginalBox{
	text-align: left;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #666666;
	padding: 7px;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
}

#marginalBox:hover{
	background-color: #CCCCCC;
	background-image: url(site_bilder/back_marginal.jpg);
}


#marginalBox img{
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 130px;
	background-color: #FFFFFF;
	padding: 3px;
}

#marginalBox h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
}
#marginalBox h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}



#navi {
	WIDTH: 160px;
	list-style-type: none;
	background-color: #222222;
	padding: 0px;
}

#navi h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 10px;
	color: #AA6600;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #462B00;
	border-right-color: #462B00;
	border-bottom-color: #462B00;
	border-left-color: #462B00;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}

#contentinnen {
	FLOAT: left;
	WIDTH: 480px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentinnen img {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #DBDBDB;
	width: 470px;
}

#contentinneninnen{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	display: inline;
}

#marginal {
	WIDTH: 160px;
}

#right {
	FLOAT: left;
	WIDTH: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: inline;
}

#left {
	FLOAT: left;
	WIDTH: 160px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
}



#newsletter h3 {
	font-size: 12px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
}

#newsletter {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #FFFFFF;
	padding: 10px;
	background-image: url(site_bilder/back_newsletter.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF6600;
	border-left-color: #FF9900;
}

#newsletter input{
	font-size: 10px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	height: 20px;
	border: 1px solid #BB7100;
	padding-top: 5px;
	padding-bottom: 0px;
 }
 
 #submit {
	color: #CC0000; 
 }
 
#newsletter a:link {
	font-size: 75%;
	font-weight: bold;
	
}

#newsletter a:hover{
	margin: 0px;
}

#newsletterinnen{
	padding: 10px;
	margin-bottom: 0px;
}

#layout {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 20px;
	MARGIN: 0px auto;
	WIDTH: 860px;
	PADDING-TOP: 0px;
	POSITION: relative;
	TEXT-ALIGN: left;
	background-color: #FFFFFF;
}

#mainpic{
	margin-top: 0px;
	margin-bottom: 5px;
}

/* round edges */
.roundtl,.roundtr,.roundbl,.roundbr {
	height: 16px;
	width: 14px;
	background-image: url(site_bilder/round.gif);
}
.roundtl,.roundbl {
	float: left;
}
.roundtr,.roundbr {
	float: right;
}
.roundtr {
	background-position: right top;
}
.roundbr {
	background-position: right bottom;
}
.roundbl {
	background-position: left bottom;
}

/* oround edges */
.oroundtl,.oroundtr,.oroundbl,.oroundbr {
	height: 11px;
	width: 9px;
	background-image: url(site_bilder/round_18px_orange.jpg);
}
.oroundtl,.oroundbl {
	float: left;
}
.oroundtr,.oroundbr {
	float: right;
}
.oroundtr {
	background-position: right top;
}
.oroundbr {
	background-position: right bottom;
	position: relative;
	top: -11px;
}
.oroundbl {
	background-position: left bottom;
	position: relative;
	top: -11px;
}
.subnav {
	padding: 12px 12px 0;
}
.subnav h1 {
	color: #FF9900;
	font-size: 13px;
	height: 20px;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial;
}
.subnav ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.subnav li { 
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #333;
}
 .subnav h1 a
 {
 color: #F06;
 }
 
.subnav li a:link {
	color: #777;
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.subnav li a:hover {
	color: #DDD;
}
.subnav li a:visited {
	color: #777;
	display: block;
	font-size: 11px;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 8px;
}
/************ link styles **************/

#linksrow {
	FLOAT: left;
	WIDTH: 155px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;}
#links{
	text-align: left;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 6px;
}
#links img{
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 130px;
	background-color: #FFFFFF;
	padding: 4px;
	height: 53px;
	float: left;
	margin-right: 12px;
}

/************ foto styles **************/

#fotorow {
	FLOAT: left;
	WIDTH: 450px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: inline;}
#foto{
	text-align: left;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 0px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px;
	float: left;
	width: 440px;
	height: 165px;
	display: inline;
}
#foto img{
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 6px;
	width: 200px;
	background-color: #FFFFFF;
	padding: 5px;
	height: 150px;
	margin-right: 12px;
	float: left;
}

#vorschaurow {}
#vorschaurow img {
	height: 33px;
	width: 50px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

#vorschaurow img:hover{
	height: 33px;
	width: 50px;
	margin: 2px;
	padding: 3px;
	border: 1px solid #CC6600;
	background-color: #FF9900;
}

#fotoansicht {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#fotoansicht iframe{
	height: 350px;
	width: 470px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; 
}

#fotoansicht img{
	margin: 0px;
	padding: 0px;
	border: 3px solid #99FF00;
}


#thomann {
	position: absolute;
	left: 200px;
	top: 2px;
	width: 118px;
	height: 42px;
}

#thomann a{}

