@charset "UTF-8";

/*
-----------------------------------------------
Spry Demos CSS Rules
Version:  12 Apr 2006 (0.2b)
----------------------------------------------- */
*{
	margin: auto;
	padding: 0;
	border: 0;
}

body{
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: black;
	color: #8b7355;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	
	text-align: center;
}
html>body { font-size: small; } /* be nice to Opera */

/*
page format-------------------------------------------*/
#wrapper{

	width: 750px;
	text-align: center;
	background-color: white;
		background-image: url(images/bgcontent.jpg);
	background-repeat: repeat-x;
		margin-top:25px;


	
}
	
a{
	color: #6ca6cd;
	text-decoration: underline;
}

a:hover{
	color: #6ca6cd;
	text-decoration: none;
}


h1{
	color: #8b8682;
	text-transform: uppercase;
	font-size: 1.3em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	margin-bottom: 10px;
}

h2{
	color: #6ca6cd;
	font-size: 1.1em;
	font-family: Georgia, Times New Roman, Times, serif;
	margin-bottom: 10px;
}

p{
	margin-bottom: 10px;
}


#wrapper #header{
	background-image: url(images/logo.jpg);
	width: 258px;
	height:	76px;
}

#wrapper #header h1 a{
	text-indent: -99999px;
	width: 258px;
	height:	36px;
	position: absolute;
}

#wrapper #masthead{
	background-image: url(images/swmasthead.jpg);
	width: 750px;
	height:	212px;
}

#wrapper #menu{
	background-color: #6a8bd4;
	width: 750px;
	height: 25px;
	margin-top: 1px;
	padding-top: 5px;
	background-image: url(images/nav2.jpg);
	background-repeat: repeat-x;
}
	

#wrapper #menu ul li{
	list-style: none;
	margin: 0 5px 0 5px;
	display: inline;
}

#wrapper #menu ul li a{
	color: #595959;
	text-decoration: none;
		font-weight: bold;

}

#wrapper #menu ul li a:hover{
	color: #595959;
	text-decoration: underline;
}

#wrapper #content{
	margin-top: 30px;
	text-align: left;
}


#wrapper #content .box{
	float: left;
	width: 210px;
	background-image: url(images/boxbar.gif);
	background-repeat: repeat-x;
	margin: auto 15px auto 15px;
	text-align: left;
}


#wrapper #content .boxwide{
	float: left;
	width: 480px;
	margin: auto 15px auto 15px;
	text-align: left;
}

#wrapper #content .boxleft{
	float: left;
	width: 380px;
	margin: auto 15px auto 15px;
	text-align: left;
}


#wrapper #content .boxrightpics{
	float: left;
	width: 300px;
	margin: auto 15px auto 15px;
	text-align: left;
}


#wrapper #content .boxwidest{
	float: left;
	width: 700px;
	background-image: url(images/xtraboxtop.png);
	background-repeat: repeat-x;
	background-color: #f5f5f5;
	margin: auto 25px auto 25px;
	text-align: left;
}


#wrapper #content .boxxtrawide{
	float: left;
	width: 680px;
	background-color:#eee5de
	background-image: url(images/xtraboxtop.png);
	background-repeat: repeat-x;

	margin: auto 15px auto 15px;
	text-align: left;
}
#wrapper #content .box img{
	border: thin;
}


#wrapper #content .box ol li{
	list-style-type: decimal;
	margin-left: 50px;
}

#wrapper #content .left{
	float: left;
	margin: 0 20px 20px 20px;
}

#wrapper #content img{
	margin: 20px;
	border: 2px solid white;
}

#wrapper #content .xtrabox{
	width: 350px;
	margin-left: 240px;
}

#wrapper #content .xtrabox img{
	border: none;
}


#wrapper #content .werbung img{
	border: none;
}

#footer{
	width: 750px;
	text-align: center;
	clear: both;
	padding-top: 55px;

}

#footer ul li{
	list-style: none;
	margin: 0 5px 0 5px;
	display: inline;
}

#footer ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#footer ul li a:hover{
	color: white;
	text-decoration: underline;
	font-weight: bold;
}




/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 150px;
				 background-color:#CCCCCC }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 10px auto; }
#galleries label { padding-bottom: 2px; }

#galleryLinks a {
	color: white;
	text-decoration: none;
}

#transport {
	left-margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 65%;
	letter-spacing: 0.1em;
	margin: 0 0px 0 0;
	padding: 1px 4px;
	width: 60px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 210px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0px;
		margin-left: 5px;

	width: 480px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #85a5a6 !important; }
.inFocus {  border: solid 1px #85a5a6 !important; }

/* Spry Validation Widgets Demo*/
#MovieList{
  height: 600px;
  overflow: auto;
}

/* iFrame Stuff
----------------------------------------------- */
iframe { 
	border: none; 
	background: #3a3a3a; 
	width: 100%; height: 365px;
	border-top: solid 1px #404040;
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
  }

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */
#boxshot {
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
 }
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

code { color: #000; }
pre { font-size: small; color: #000; }

.highlightedcode {background-color: #ff9;}

.sample {
	background: #eee;
	padding: 20px;
	border: 2px solid #666;
	margin-top: 20px;
	overflow: scroll;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../demos/images/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../demos/images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../demos/images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div { margin: 5px 8px; }

/* Home Page Classes
----------------------------------------------- */
.screen {
	background-color: #bbb;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	margin: 5px 5px 5px 0;
	padding: 1em 1em 0.5em 1em;
	float: left;
	display: block;
	text-decoration: none;
}
.screen:hover {
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	text-decoration: none;
}
.imgcaption {
	font-size: 90%;
	font-weight: bold;
	margin: 0em 0 1em 0;
	line-height: 1.1em;
	color: #333333;
	border: none;
	text-decoration: none;
}
/* Navigation Classes
----------------------------------------------- */
.demo a, .return a, .demo a, .source a {
	text-decoration: none; 
	font-size: small;
	font-weight: normal;
	margin-left: 24px;
	padding-left: 16px;
}

.return a:link { color: #fff; background: url('../demos/images/btn_return_link.gif') no-repeat left 50%; }
.return a:visited { color: #fff; background: url('../demos/images/btn_return_link.gif') no-repeat left 50%; }
.return a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../demos/images/btn_return_hover.gif') no-repeat left 50%;
}
.return a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('../demos/images/btn_return_link.gif') no-repeat left 50%;
	}

.demo a:link { color: #fff; background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:visited { color: #fff; background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%; }
.demo a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../demos/images/btn_demo_hover.gif') no-repeat left 50%;
}
.demo a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff; 
	background: url('../demos/images/btn_demo_link.gif') no-repeat left 50%; 
	}

.source a:link { color: #fff; background: url('../demos/images/btn_source_link.gif') no-repeat left 50%; }
.source a:visited { color: #fff; background: url('../demos/images/btn_source_link.gif') no-repeat left 50%; }
.source a:hover {
	color: #fc0; 
	border-bottom:dotted 1px #fc0; 
	background: url('../demos/images/btn_source_hover.gif') no-repeat left 50%;
}
.source a:active { 
	color: #fff; 
	border-bottom:dotted 1px #fff;  
	background: url('../demos/images/btn_source_link.gif') no-repeat left 50%;
	}
