@media screen, projection {

/* :::::::::::::::::::::::: basics :::::::::::::::::::::::: */

* {
	margin: 0;
	padding: 0;
}

div {
	/*border: 1px solid red;*/
}

html { height: 100% } /* vertikalen Scrollbalken im Netscape und Firefox erzwingen */
body { min-height: 101%; } /* vertikalen Scrollbalken im Netscape und Firefox erzwingen */

body { 
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	background: #FFF;
}

/* :::::::::::::::::::::::: links :::::::::::::::::::::::: */

a, a:link, a:visited {
	color: orange;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/* :::::::::::::::::::::::: container :::::::::::::::::::::::: */

#container {
	margin: 0 auto;
	width: 980px;
	background: white;
}

/* :::::::::::::::::::::::: header :::::::::::::::::::::::: */

#header {
	height: 250px;
	background: #FFF url(../img/layout/header.png) 48px -22px no-repeat;
	/*border-bottom: 2px dotted #F2F2F2;*/
	text-align: center;
}

#header h1, #header h2 {
	position: absolute;
	left: -1000em;
	width: 20em;
}

/* :::::::::::::::::::::::: menu :::::::::::::::::::::::: */

#menu { display: none; }

/* :::::::::::::::::::::::: sidebar :::::::::::::::::::::::: */

#sidebar {
	margin: 0 50px 50px 0;
	width: 420px;
	float: right;
}

#sidebar h3 {
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sidebar img {
	margin: 2px 4px 2px 0;
	padding: 3px;
	border: 1px solid #F2F2F2;
}

#sidebar a img:hover {
	border-color: orange;
}

/* :::::::::::::::::::::::: description :::::::::::::::::::::::: */

#description {
	margin: 0 50px 50px 0;
	width: 300px;
	float: right;
}

#description h3 {
	margin-bottom: 0.8em;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#description h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

#description p {
	margin-bottom: 1em;
}

#description ul {
}

#description ul li {
	list-style: none;
}

#description ul li a {
	color: orange;
	text-decoration: none;
}

#description ul li a:hover {
	color: orange;
	text-decoration: underline;
}

/* :::::::::::::::::::::::: content :::::::::::::::::::::::: */

#content {
	margin: 0 0 50px 50px;
	width: 420px;
}

#content h3 {
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#content h4 {
	margin-top: 1em;
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
}

#content p {
	margin-bottom: 1em;
}

/* :::::::::::::::::::::::: portfolio :::::::::::::::::::::::: */

#portfolio {
	margin: 0 0 50px 50px;
	width: 540px;
	/*border: 1px solid yellow;*/
}

#portfolio h3 {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#portfolio img.frame {
	padding: 10px;
	border: 10px solid #F2F2F2;
}

/* :::::::::::::::::::::::: box :::::::::::::::::::::::: */

#box {
	clear: both;
	margin: 0 auto;
	padding: 50px 0;
	width: 880px;
	border-top: 2px dotted #F2F2F2;
}

#box h5, #box h6 {
	margin-bottom: 0.2em;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
}

#box h6 {
	margin-top: 1em;
}

#box p {
	margin-bottom: 1em;
}

#box ul {
}

#box ul li {
	list-style: none;
}

#box ul li a {
	color: #333;
}

#box ul li a:hover {
	color: orange;
	text-decoration: none;
}

/* :::::::::::::::::::::::: box cols :::::::::::::::::::::::: */

#box #col1, #box #col2, #box #col3 {
	width: 190px;
	float: left;
}

#box #col2, #box #col3 {
	margin-left: 40px;
}

#box #col4 {
	margin-left: 690px;
	width: 190px;
}

/* :::::::::::::::::::::::: formular :::::::::::::::::::::::: */

input, textarea, select { 
	padding: 0.2em;
	font: normal 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333;
	background: #FFF;
	border: 1px solid #333;
}
select {
	padding: 0.2em 0;
}
option {
	padding-left: 0.4em /* select-boxen korrigieren */
}
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus {
	border: 1px solid orange;
}

/* :::::::::::::::::::::::: footer :::::::::::::::::::::::: */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 2em 0;
	width: 880px;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	border-top: 2px dotted #F2F2F2;
}

/* :::::::::::::::::::::::: classes :::::::::::::::::::::::: */

.leftalign {
	float: left;
}

}

@media print {
* { background: #FFF; color: #000; }
html { font: 100%/1.5 georgia, serif; }
#menu, #sidebar { display: none; }
}
