/*
Theme Name: EFBB Design
Theme URI: http://efbbev.de
Description: Offizielles Design für die EFBB Webseite
Version: 1.0
Author: Sven Skrabal
Author URI: http://sven-skrabal.de
License: none
*/

body {
    background: url('images/background.gif') repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 0.8em;
	color: #333333;
}

a, a:hover, a:visited, a:focus {
	color: #CC3300;
	text-decoration: underline;
}

#centerbox {
	width: 705px;
	margin: 0 auto;
    padding: 3px 10px 3px 10px;
	background-color: #FFFFFF;
}

#header {
    height: 50px;
	background: url('images/header_background.gif') no-repeat right;
	border-top: 2px solid #EFEFEF;
	font-size: 1.65em;
    font-weight: bold;
    color: #CC3300;
	line-height: 50px;
}

#menu {
	width: 705px;
	padding-top: 1px;
	border-top: 1px solid #cc3300;
	margin-top: 4px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cc3300;
	margin-bottom: 1px;
	height: 204px;
}

#menu #randomimage {
	float: left;
	width: 463px;
	height: 204px;
}

#elements {
	padding-left: 1px;
	float: left;
}

#elements #menulogo {
	height: 81px;
}

#elements li {
	height: 25px;
}

#content {
	width: 681px;
	background: url(images/content_background.gif) repeat-y;
	padding: 12px;
}

.contentborder {
	background: url(images/content_background_small.gif) no-repeat;
	height: 10px;
}

#footer {
	height: 25px;
	line-height: 25px;
	font-size: 0.9em;
	color: #777777;
}

#footer a {
	color: #777777;
}

#content h1 {
	color: #CC3300;
	font-size: 1.55em;
	font-weight: bold;
	background: url(images/h1_gradient_big.gif) no-repeat left bottom;
	margin-bottom: 10px;
	padding-top: 2px;
}

h1 a, h1 a:hover, h1 a:visited, h1:focus {
	text-decoration: none;
}

#content h2 {
	color: #CC3300;
	font-size: 1.3em;
	font-weight: bold;
	background: url(images/h1_gradient_small.gif) no-repeat left bottom;
	margin-bottom: 5px;
	padding-top: 1px;
	line-height: 1.2em;
}

#content h3 {
	color: #CC3300;
	font-size: 1.15em;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 1px;
}

#content h4 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 4px;
	padding-top: 1px;
}

#content p {
	padding-left: 15px;
	font-size: 1em;
	line-height: 1.15em;
	padding-bottom: 10px;
}

#content ul, #content ol {
	padding-left: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#content ul li {
	list-style: circle;
	padding-left: 5px;
	margin-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
}

#content ul li ul {
	margin-left: 0px;
	padding-left: 0px;
}

#content ul li ul li {
	list-style: outside;
}

#content table {
	margin-bottom: 10px;
}

#sidebar {
	width: 231px;
	float: right;
}

#sidebarcontent {
	padding: 10px;
	background: url(images/sidebar_background.gif) repeat-y;
}

.sidebarborder {
	background: url(images/sidebar_background_small.gif) no-repeat;
	height: 10px;
}

#smallcontent {
	width: 435px;
}

#sidebar p {
	padding-left: 0px;
	margin-left: 0px;
}

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

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

.clear {
	clear: both;
}

.commenttext {
	padding-top: 12px;
}

.comment {
	background-color: #f7f7f7;
	margin-bottom: 5px;
	padding: 15px;
	padding-bottom: 5px;
	border: 1px solid #e2e2e2;
	-moz-border-radius: 8px;
}

.comment.even {
	background-color: #efefef;
	border: 1px solid #dddddd;
}

.contact-form .form-label {
	padding-top: 10px;
	font-weight: bold;
}

.contact-form .form-submit {
	padding-top: 10px;
}

.contact-form {
	padding-left: 15px;
}

.contact-form legend {
	color: #CC3300;
	font-size: 1.3em;
	font-weight: bold;
	padding-top: 15px;
}

.formcontainer .important, .formcontainer p.error {
	color: #CC3300;
	border: 1px solid #CC3300;
	padding: 15px;
	-moz-border-radius: 9px;
}

.formcontainer .error {
	border: 1px solid #cc3300;
}

.formcontainer p.success {
	border: 1px solid #00cc33;
	padding: 15px;
	-moz-border-radius: 9px;
}

.alignright {
	float:right;
}

.gallery img {
	border: 1px solid #aaaaaa !important;
	padding: 3px !important;
	-moz-border-radius: 3px !important;
	background-color: #f0f0f0 !important;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.infos {
	font-style: italic;
	color: #555555;
}

.post {
	margin-bottom: 15px;
}