/**
  * Projekttitel
  *
  * @copyright       ©2008
  * @author          Authorname
  * @version         Version
  *
  * @revision        Revision
  * @lastmodified    Last Modified Date
  */


 /**
  * @section Browser reset
  *
  * reset all browser default styles
  * @see     http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
  */
@import url(reset.css);




 /**
  * @section body default
  */
body {
	/* Grid Bachkground for development. Not needed in final layout! */
	background: #181818 url(___images/gridbg.gif) repeat scroll 0 0;
	/*background: #181818 url(../images/background_dots_color.png) top left;*/
	font-family:'Lucida Grande',Arial,sans-serif;
	font-size: 12px;
	color: #fff;
}


 /**
  * @section Layout
  *
  * all styles and positon definitions for the general site layout
  */

#wrapper {
	/*margin: 0 auto 0 auto;*/	/* centering the site */
	margin-left: 30px;
	margin-top: 40px;
	/*width: 900px;*/
}

#header * {
	margin-bottom: 0;	/* reset the default 18px margin-bottom to 0px for all header elements */ 
}

#header {
	/*height: 170px;*/
	margin-bottom: 80px;
}

#logo {
	margin-left: 10px;
}


#content {
	position: relative;
	/*border: 1px white solid;*/
	background: transparent url(../images/background_dots_color.png) top left no-repeat;
	min-height: 400px;
	margin-right: 30px;
}

#content #copybox {
	position: absolute;
	top: 115px;
	left: 40px;
	width: 339px;
	padding: 9px;
	/*background: #181818 url(../images/dotsrow.png) 33px left no-repeat;*/
	background-color: #181818;
}

#content #imagebox {
	position: absolute;
	top: 56px;
	left: 420px;
	/*width: 400px;*/
	padding: 9px;
	background-color: #181818;
}

#sidebar {}

#footer {}



 /**
  * @section navigation styles
  *
  * All style used for navigation
  */

#navigation {
	margin-left: 360px;
	height: 30px;
}


#navigation ul li {
	display: inline;
	list-style: none;
}


 /**
  * @section Direct Elements
  *
  * all styles for direct elements in general content e.g. h1-h6, p, div, etc.
  */

h1 { 
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}

h2 { 
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
	text-transform: uppercase;
	background: #181818 url(../images/dotsrow.png) bottom left no-repeat;
	padding-bottom: 9px;
}
h3 { 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: bold;
}

h4 {}

h5 {}

h6 {}

div {
	/* margin-bottom: 18px; */
}

p {
	margin-bottom: 18px;
}

ul, 
ol {
	margin-bottom: 18px;
}

ul {}

ol {}

li {}

a {
	color: #cccc33;
	text-decoration: underline;
}

a:hover {
	color: #181818;
	background-color: #cccc33;
	text-decoration: none;
}


pre {
	margin-bottom: 18px;
}


blockquote {
	margin-bottom: 18px;
	font-style: italic;
}

code {
	font-family: "Andale Mono";
}

 /**
  * @section Cascade Elements
  *
  * all styles for cascade elements
  */





 /**
  * @section General classes
  *
  * general class definitions e.g. clear, error, hide, etc.
  */

.left {
	float: left; 
	margin: 0 18px 18px 0;
}
.right {
	float: right;
	margin: 0 0 18px 18px;
}
.float-left {
	float: left; 
}
.float-right {
	float: right;
}
.clear {
	line-height: 1px;
	height: 0px;
	font-size: 1px;
	clear: both;
	overflow: hidden;
	color: #fff;
	margin-bottom: 0px;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}

.no-list-style {
	list-style-type: none;
	list-style-position: outside;
}


.hide,
.hidden { 
	display:none;
}

.offpage {
	position: absolute;
	top: 0; 
	left: -10000px;
}

.mute {}

.active {}

.highlight {
	background-color: #FEFF6F;	/* light yellow */
	color: #000;
}

.error {
	background-color: #FFAFBA;	/* light red */
	border: 2px solid #AF0017;	/* dark red */
	padding: 7px;
	margin-bottom: 18px;
}

.message {
	background-color: #DFFFE0;	/* light green */
	border: 2px solid #005F04;	/* dark green */
	padding: 7px;
	margin-bottom: 18px;
}

.no-margin-right {
	margin-right: 0;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-bottom-18 {
	margin-bottom: 18px;
}

.margin-bottom-27 {
	margin-bottom: 27px;
}

.margin-bottom-36 {
	margin-bottom: 36px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-54 {
	margin-bottom: 54px;
}




 /**
  * @section image gallery
  *
  * styles definitions for displaying image thumbsnails as a gallery
  */

.image-gallery {
	width: 550px;	/* width of the image gallery */
}

.image-gallery-item {
	float: left;
	width: 165px;
	height: 115px;
	overflow: hidden;
	border: 5px solid #EAEAE8;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;	
	background-color: #EAEAE8;
}




 /**
  * @section Tables
  *
  */

table {}

tr {}

th {}

td {}



 /**
  * @section Forms
  *
  */

fieldset {
	width: 450px;
}

fieldset div {
	margin-bottom: 10px;
}

fieldset label {
	width: 120px;
	float: left;
	clear: left;
}

fieldset label.error {
	float: none;
	padding-left: 5px;
	font-size: 10px;
	color: red;
}

fieldset input {
	width: 250px;
	padding: 2px;
}

fieldset input.medium {
	width: 195px;
}

fieldset input.small {
	width: 45px;
}

fieldset input.button {
	width: auto;
}

fieldset textarea {
	width: 254px;
	height: 100px;
	padding: 2px;
}

fieldset {
	border: 1px solid #dedddd;
	background-color: #fff;
	padding: 0.5em;
	margin-bottom: 2em;
	clear: both;
}

legend {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
	padding: 0 1em 0 1em;
}

fieldset select {
}

fieldset p.smallrequired {
	font-size: 10px;
}

.spamschutzfield {
	position: absolute;
	left: -10000px;
}

.spamschutzfield input {
	background-color: red;
}




 /**
  * @section rest of style definitions
  *
  */
