#Logo {
	width: 100%;
	height: 53px;
	background-image: url(/designs/Sunshine_CMS/images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border-bottom: 4px solid #ffcb65;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 100%;
}

#content_container {
	min-height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	width: 780px;
	background-image: url(/designs/Sunshine_CMS/images/border.png);
	background-repeat: repeat-y;
}

#sec_container {
	padding-left: 10px;
	padding-right: 10px;
}

/* Headlines */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{	font-size: 18px; color: #ff9900; }
h2{	font-size: 16px; color: #ff9900; }
h3{	font-size: 12px; color: #ff9900; }

h1 {
	background-image: url(/designs/Sunshine_CMS/images/head_bg.png);
	background-repeat: no-repeat;
	padding: 15px;
	color: #fff;
	font-size: 18px;
}

/* URL */
a, a:link, a:visited, a:active, a:focus {
	color: #ff9900;
	text-decoration: none;
}
a:hover {
	color: #ff4400;
	text-decoration: none;
}

/* Tabelle */
td, th {
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

th {
	background-color: #666;
	color: #fff;
	border: 1px solid #fff;
}

dt {
	font-weight: bold;
}

.backbutton {
	border-left: 5px solid #ccc;
	border-right: 5px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
	width: 100%;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.backbutton:hover {
	border-left: 5px solid #ff9900;
	border-right: 5px solid #ff9900;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
	background-color: #ffeecc;
	color: #ff9900 !important;
}


.notify_msg {
	padding: 5px;
	background-color: #ffeeee;
	border: 1px dotted #cc0000;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #cc0000;
}


.info_box {
	padding: 5px;
	background-color: #ffeecc;
	border: 1px dotted #ff9900;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #000;
}

.example_box {
	border: 1px dotted #ff9900;
	padding: 2px;
	overflow: auto;
	width: 540px;
	font-family: Courier New, Courier, mono;
}

/**News Block**/
.news_block, .blog_block {
	background-color: #fff;
	padding: 5px;
	margin: 5px;
	border: 1px dotted #ccc;
}

.news_block:hover {
	background-color: #ffeecc;
	border: 1px dotted #ff9900;
}

.news_block_headline h2, .news_block_headline a,
.blog_block_headline h2, .blog_block_headline a {
	color: #ff9900 !important;
	font-size: 16px !important;
	text-decoration: none !important;
}

.news_block	span, .blog_block span {
	color: #666;
	font-size: 10px;
}

/**Kontaktformular**/
.contact_table {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
}

.contact_table input[type="text"] {
	border: 1px solid #ccc;
}

.contact_table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #fff;
	background-color: #f6f6f6;
	padding: 2px;
}