/* 
======================================================================
	CSS Document 
	WERNTGES STUDIOS page layout
	code: Gerrit Ebbers 2007
======================================================================
*/

/*
======================================================================
	Misc
======================================================================
*/

body {
	margin-top: 0px;
	text-align: center;
	/* \*/ 
	min-width: 1050px;
	/* */ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.center {
	text-align:center;
}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

h4  {
	color:#FF0000;
	font-weight:bold;
}

form {
	text-align:left;
}

div.caption {
	float:left;
	width:7em;
}

input {
	width:20em;
	margin-bottom:5px;
}

input.button {
	padding-left:1em;
	padding-right:1em;
}

span.studios {
	color:#FF3333;
}

/*
======================================================================
	page wrapper
======================================================================
*/

#wrapper {
  	text-align: left;
  	width: 1050px;
	height:853px;
  	margin-left: auto;
  	margin-right: auto;
	background-image: url(images/background/hgr_werbung.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*
======================================================================
	dynamic Header panel
======================================================================
*/

#headerpanel {
	padding-left:400px;
	margin:0px;
	margin-bottom:0px;
	height:100px;
	border-top:1px solid #ffffff;
}

/* subpanels to be inserted into headerpanel */
div.subpanel {
	vertical-align:top;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:20px;
	height:100px;
	float:left;
}

div.subpanelcaption {
	background:#CCCCCC;
	padding:2px;
	margin-bottom:5px;
	font-weight:bold;
}

/*
======================================================================
	Main Menu
======================================================================
*/

img.separator {
	padding-top:3px;
}

#topmenu {
	clear:both;
	margin-left:145px;
	margin-top:0px;
}

#topmenu a {
	padding-bottom:1px;
}

#topleftmenu {
	margin:0px;
	float:left;
}

a.topmenuselected {
	color:#000000;
}

a.topmenuselected:visited {
	color:#000000;
}

#toprightmenu {
	float:right;
}

/*
======================================================================
	Toolbar
======================================================================
*/

#toolbar {
	float:left;
}

/*
======================================================================
	left side detail menu
======================================================================
*/

#leftmenu {
	clear:both;
	float:left;
	margin-top:33px;
	width:140px;
	height:500px;
}

#leftmenu a {
	display:block;
	height:25px;
}

a.selectedmenu {
	color: #000000;
}

a.selectedmenu:visited {
	color: #000000;
}

div.menuspacer {
	height:10px;
}

a.selectedlevel3 {
	color:#000000;
	border-left:2px solid #000000;
	padding-left:7px;
	margin-left:3px;
}

a.selectedlevel3:visited {
	color:#000000;
	border-left:2px solid #000000;
	padding-left:7px;
	margin-left:3px;
}

a.unselectedlevel3 {
	color:#FF3333;
	border-left:2px solid #FF3333;
	padding-left:7px;
	margin-left:3px;
}

div.level3 {
	padding-top:5px;
}

/*
======================================================================
	static + dynamic content
======================================================================
*/

#content {
	margin-top:50px;
	margin-left:140px;
}

#preiscontent {
	margin-top:50px;
	margin-left:10px;
}

div.contenttext {
	color:#333333;
	padding-top:20px;
	padding-left:40px;
	width:90%;
}

/* 
======================================================================
	Thumbnail Preview container
======================================================================
*/

/*
	thumbs im Admin Mode
*/

#thumbs {
	text-align:center;
	padding-bottom:1px;
}

#thumbspool {
	border:1px solid silver;
	padding:10px;
}

#thumbs img {
	margin:1px;
	border:1px solid black;
}

#thumbspool img {
	margin:1px;
	border:1px solid red;
}

/*
	thumbs im Ansichtsmodus
*/

img.thumbimage {
	border:1px solid black;
}

/*
======================================================================
	login
======================================================================
*/

#loginmessage  {
	color:#FF0000;
	font-weight:bold;
}

#loginform {
	margin-left:400px;
	text-align:left;
}

div.logincaption {
	float:left;
	width:7em;
}

input.loginctl {
	width:10em;
	margin-bottom:5px;
}

input.loginbutton {
	padding-left:1em;
	padding-right:1em;
	width:50px;
}

/*
======================================================================
	upload
======================================================================
*/

#uploadform  {
	width:24em;
	text-align:left;
	border:1px solid #cccccc;
	padding-left:3px;
}

div.uploaderror {
	color:#FF0000;
	font-weight:bold;
}

/*
======================================================================
	edit-mode
======================================================================
*/

form.thumbedit {
	border:5px;
	padding:10px;
	float:left;
	border:1px solid silver;
	text-align:left;
}

input.thumbeditinput {
	width:20em;
}

