/*-----------------------------------------------------------------------------
CDU Kampagnensite Screen Stylesheet

version:   1.0
date:      19/02/2010
email:     info@smit-und-partner.de
website:   smit-und-partner.de
-----------------------------------------------------------------------------*/

body {
	color: #5A5A5A;
}

#head {
	background: url(../Grafik/head_bg.png) no-repeat;
}

#sidebar {
	position: absolute;
	top: 5px;
	right: 5px;
	float: none;
}

#sidebar .news, #sidebar .dates {
	margin: 2px 7px;
}

#wrapper .content {
	height: 350px;
	width: 565px;
	font-size: 12px;
}

#wrapper {
	width: 770px;
	height: 360px;
	overflow: hidden;
	padding: 5px;
	position: relative;
}

#wrapper .bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	clear: none;
}

#inner-wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 350px;
	width: 565px;
	
	overflow: hidden;
}

#wrapper.edit #inner-wrapper, #wrapper.edit {
	height: auto;
	overflow: visible;
}

h1 {
	font-size: 18px;
	margin-bottom: 12px;
}

h2 {
	color: #FFF;
}

.content p {
	margin-bottom: 10px;
}

fieldset {
	display: block;
	margin-bottom: 12px;
}

input.text {
	border: 1px solid #E37F00;
	padding: 2px;
	
}

input.submit {
	padding: 2px;
	background: #E37F00;
	color: #FFF;
	cursor: default;
}

label {
	font-weight: bold;
}

#shortcuts a:active, #shortcuts a.active {
	background-position: 0 -80px;
	outline: none;
}



.edit input {
	border: 1px solid #000;
}

.edit .highlight {
	font-weight: bold;
}