/* meta
	author: rico floss
	contact: floss@51nullacht.de
	date: 2010-05-05
	client: saechsische medienakademie
*/

/*
F8981D	orange
*/

html * {
	padding: 0;
	margin: 0;
	border: 0;
}

body, td, th, input, textarea, select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	text-align: center;
	background: transparent url(bg_body_bottom.jpg) left bottom repeat-x fixed;
}

/* ============== HEADLINE ================= */
h1, h2, h3, h4, h5, h6 {
	font-size: 20px;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin: 1em 0 0.5em 0;
	font-weight: 100;
	color: #000;
}
h1 {
	position: absolute;
	left: -90000px;
}
h2 {
	clear: both;
}
h3 {
	color: #F8981D;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
}
h4 {
	font-size: 12px;
	font-weight: 900;
}
h6 {
	font-size: 12px;
}

/* ============== LINKS ALLGEMEIN ================= */
a {
	color: #F8981D;
	text-decoration: none;
	cursor: pointer;
	font-weight: 900;
}
a:hover,
a.active {
}
div.msg a, div.error a {
	color: #ccc;
}

/* ============== HEADER ================= */
#header {
	height: 200px;
	background: transparent url(bg_body_top.png) left top repeat-x;
}
#header #innerHeader {
	height: 200px;
	width: 860px;
	background: #fff center no-repeat;
	margin: 0 auto;
}
#header .logo {
	display: block;
	width: 230px;
	height: 90px;
	margin: -30px 0 0 30px;
}

/* ============== EXTRANAVI ================= */
#extraNavi {
	margin: 0 20px;
	padding: 10px;
	background: transparent url(bg_extranavi.png) left top repeat;
	list-style: none;
	
	color: #fff;
	text-align: right;
}
#extraNavi li {
	display: inline;
}
#extraNavi li a {
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #fff;
	font-weight: 100;
	padding: 0 10px;
}

/* ============== CONTAINER ================= */
#container {
	margin: 0 auto 1em auto;
	text-align: left;
	width: 860px;
	background: #fff url(bg_container.jpg) left 55px no-repeat;
}

/* ============== MAINNAVI ================= */
#mainNavi {
	padding: 0 20px;
	min-height: 60px;
	list-style: none;
	
	background: transparent url(bg_mainnavi.png) center bottom no-repeat;
	text-align: right;
}
#mainNavi li {
	display: inline;
}
#mainNavi li a {
	line-height: 60px;
	padding: 20px;
	
	background: transparent url(bg_mainnavi_item.png) left top repeat-x;
	text-transform: uppercase;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #F8981D;
}
#mainNavi li.active a,
#mainNavi li a:hover {
	color: #000;
	background-position: left bottom;
}

/* ============== SIDEBAR + SUBNAVI ================= */
#sidebar {
	width: 280px;
	float: left;
	padding: 50px 0 0 30px;
}

#subNavi {
	list-style: none;
	margin-left: 30px;
}
#subNavi li a {
	line-height: 2em;
	
	text-transform: uppercase;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 100;
}
#subNavi li.active a,
#subNavi li a:hover {
	color: #F8981D;
}

/* ============== INNERCONTAINER ================= */
#innerContainer {
	width: 520px;
	margin-right: 20px;
	float: right;
}

#innerContainer p,
#innerContainer ul,
#innerContainer ol {
	line-height: 1.3em;
	margin: 0.5em 0 1em 0;
}
#innerContainer ul, #innerContainer ol {
	margin-left: 2em;
}
#innerContainer ul li, #innerContainer ol li {
	padding-bottom: 3px;
}

#innerContainer cite {
	font-size: 17px;
	font-weight: 100;
	color: #666;
}

#innerContainer img[style*="float: right"] {	margin-left: 1em; }
#innerContainer img[style*="float: left"] {	margin-right: 1em; }

#innerContainer a img {
	border: 1px solid #F8981D;
	padding: 2px;
}
#innerContainer a:hover img {
}

#innerContainer .youpodia a {
	display: block;
	width: 250px;
	height: 70px;
	background: transparent url(button_youpodia.png) left top no-repeat;
}
#innerContainer .youpodia a strong {
	display: none;
}

/* ============== IMAGE ================= */
/* div.image {
	font-size: 10px;
	float: right;
}
div.image img {
	margin-top: -88px;
}
div.image .topLeft,
div.image .topRight,
div.image .bottomLeft,
div.image .bottomRight {
	clear: none;
	margin: 0; padding: 0; line-height: 0; font-size: 0;
	position: relative;
	z-index: 2;
	float: left;
	border: 1px solid silver;
}
div.image .topLeft,
div.image .bottomRight {
	width: 63px;
	height: 61px;
	margin-left: -27px;
}
div.image .bottomRight {
	margin: -35px -25px 0 0;
	float: right;
}
div.image .bottomLeft,
div.image .topRight {
	width: 136px;
	height: 94px;
	margin: -87px 0 0 -6px;
	background: transparent url(image_shadow_left.png) left top no-repeat;
}
*+html div.image .bottomLeft {
	margin-top: -90px;
}
div.image .topRight {
	float: right;
	margin: 20px -6px 0 0;
	background-image: url(image_shadow_right.png);
}
div.image .text {
	position: absolute;
	margin-top: -2em;
	z-index: 3;
} */

div.image {
	float: right;
	margin: 0 0 1em 1em;
}
div.image img,
div.image p.cover {
	position: relative;
	z-index: 1;
	display: block;
}
div.image img {
	border: 1px solid #333;
}
div.image p.cover {
	width: 100%;
	z-index: 2;
	background: transparent url(img_cover.png) right top no-repeat;
}

div.image .text {
	font-size: 10px;
	text-align: right;
}

/* ============== TABLE ================= */
table {
}
table tr td:first-child {
	text-align: right;
}
table tr td {
	padding: 3px;
}

/* ============== NEWSLETTER ================= */
#newsletter {
	position: absolute;
	width: 250px;
	float: left;
	margin: 60px 0 0 -300px;
	padding: 0.5em;
	
	background: transparent url(bg_extranavi.png) left top repeat;
	color: #fff;
}
#newsletter p,
#newsletter div,
#newsletter h2 {
	margin: 0;
}
#newsletter form fieldset {
	padding: 5px 0;
}

/* ============== FORMULARE ================= */
form {
	
}
legend {
}

input,
textarea,
select {
	border: 1px solid #D6D6D6;
	padding: 5px;
	margin-top: 5px;
}


#mainContent form p {
	margin: 0;
	clear: none;
}
#mainContent form p.left,
#mainContent form p.leftSpace {
	float: left;
	width: 110px;
}

label {
	font-weight: 900;
	margin-right: 5px;
	cursor: pointer;
}
label span {
	font-weight: 100;
}
.labelBlock label,
label.block {
	display: block;
	float: left;
	width: 135px;
	padding-top: 8px;
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
	border-color: #8F8F8F;
}
input[type="radio"] {
	width: auto;
	margin-right: 5px;
	border: none;
}
input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
	border: none;
}
input.button {
	cursor: pointer;
}

/* ============== FUSSZEILE ================= */
#footer {
	padding: 0.5em 0;
	margin: 2em 0 1em 0;
	border-top: 1px solid #ccc;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin-bottom: 0.5em;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
}
#footer ul li.last {
	border-right: none;
}
#footer ul li a {
	font-weight: 100;
	color: #000;
}

.addthis_toolbox {
	margin-left: 150px;
}

/* ============== CLEAR ================= */
.clear {
	clear: both;
	font-size: 0; height: 0; margin: 0; padding: 0;
}
.clearSpace {
	clear: both;
	height: 1em;
}

/* ============== MSG / ERROR / INFO ================= */
div.msg,
div.error {
	color: #fff;
	padding: 10px 10px 10px 30px;
	margin: 1em 0;
	border: 3px double #fff;
}
div.msg ul,
div.error ul {
	margin-left: 2em;
}

div.msg {
	background: #539337 url(info.png) 5px center no-repeat;
}
div.error {
	background: #AE6E64 url(error.png) 5px center no-repeat;
}
.info {
	margin-left: 20px;
	padding-left: 20px;
	background: url(error.png) 0 0 no-repeat;
}

/* ============== LEFT / RIGHT ================= */
.left {
	float: left;
}
.leftSpace {
	float: left;
	padding-left: 1em;
}
.right {
	float: right;
}
.textLeft {	text-align: left; }

/* ============== BGC ================= */
.bgc {		background-color: #EDF6FA; }

/* ============== OTHER ================= */
.actions a {	margin-left: 5px;}
.hide {	display: none;	}
.visible { display: block; }
.space {	padding-left: 10px; }
.topSpace {	margin-top: 10px; }
.widthAuto {	width: auto;}
.widthWide {	width: 450px;}
.widthMiddle {	width: 300px;}
.widthLarge {	width: 500px;}
.catBlock {	color: #AE6E64;}