/*
Theme Name: Excellent Business Center 2
Theme URI: http://blog.excellent-bc.de
Description: Wordpress-Theme im Design von excellent-bc.de
Version: 0.2
Author: Rüdiger Willmann
Author URI: http://www.excellent-ms.de
Tags: Excellent Business Center Excellent Media Service GmbH
*/

/* Strukturelles */
html, body, ul, dl, h1, h2, h3, h4, h5, h6, form, img {
	margin:			0px;
	padding:		0px;
	border:			0px;
}

input, select, textarea {
	margin:			0px;
	padding:		0px;
}

body {
	margin:			0;
	padding:		0;
	/* für den IE */
	text-align:		center;
}

strong {
	font-weight: normal;
}

#page {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	/* IE-Hack aus dem Body wieder aufheben */
	text-align: left;
}

div#sidebar_links {
	width: 250px;
	float: left;
	margin: 0 0 0 25px;
}

div#sidebar_rechts {
	width: 250px;
	padding-right:10px;
	float: right;
}

/* Verschiedenes */

.hr {
	background-color:	#584528;
	clear:			both;
	color:			#584528;
	height:			1px;
	line-height:		1px;
	overflow:		hidden;
	margin:5px 0;
}

dl.alignleft {
	float:left;
}

#content div.hentry h2,
#content div.hentry h2 * {
	font-size: 14px;
	font-weight: bold;
}

#content div.hentry h3,
#content div.hentry h3 * {
	font-size: 12px;
	font-weight: bold;
}

div#sidebar_links ul {
	list-style-type: none;

}

div#sidebar_rechts ul {
	list-style-type: none;
}

div#sidebar_links ul li.widget,
div#sidebar_rechts ul li.widget {
	background-color: #E9E1CC;
	border-left: 1px solid #
	background-position: -4px top;
	background-repeat: no-repeat;
/*	margin: 5px 10px 10px 10px;*/
	margin: 0px;
	padding:0 3px 3px;
}

div#sidebar_links h2,
div#sidebar_rechts h2 {
	background-color:#47351F;
	color:#E9E1CC;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:normal;
	margin:0 -3px;
	padding:0 2px;
}

a.tag-link {
/*	padding-left:	3px;*/
}

div#content {
/*	background: transparent url('images/bueroservice-bueroraeume-virtual-office-bu.png') repeat-y top left;*/
	float: left;
	padding:10px 0 10px 270px;
	width:410px;
	margin-left:25px;
}

div#content p {
	text-align:justify;
}

#header {
	margin: 0;
	padding: 0;
	height: 115px;
	width: 100%;
	position:relative;
}

a.ebclogo {
	position: absolute;
	right: 20px;
	top: 5px;	
}

div.topMessage {
    background: none repeat scroll 0 0 #D6BC81;
    color: #00305E;
    font-family: helvetica,verdana;
    font-size: 11px;
    left: 23px;
    line-height: 15px;
    position: absolute;
    top: 5px;
    width: 150px;
}

div.callCenter {
	font-family: helvetica,verdana;
	font-size: 24px;
	font-weight: bold;
	left: 522px;
	position: absolute;
	bottom: 32px;
}


/* Farben und Schriften */

a:link,
a:visited,
a:hover,
a:active {
	font-size:		1em;
	color:			#584528;
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

body {
	background-color:	#D6BC81;
	color:			#584528;
	font-family:		arial, verdana;
	font-size:		12px;
}

#contentContainer {
margin-bottom: 10px;
/*	background: transparent url('images/bueroservice-bueroraeume-virtual-office-bu.png') repeat-y top left;*/
	background: transparent url(images/bueroservice-bueroraeume-virtual-office-bu.png) repeat-y scroll 10px top;
}

#page {
	background: #E9E1CC url('http://www.excellent-bc.de/fileadmin/Excellentbc_2011/media/bg.jpg') repeat-y top center;
	position: relative;
}

#header {
	background: #E9E1CC url('http://www.excellent-bc.de/fileadmin/Excellentbc_2011/media/top.jpg') no-repeat bottom center;
}
	

#footer {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	background: #E9E1CC url('http://www.excellent-bc.de/fileadmin/Excellentbc_2011/media/footer.jpg') repeat bottom center;
	}

/* widget Anpassungen */
div.post {
/*	float:right;*/
	clear:both;

}

ul.multimedia {
	
}

ul.multimedia li {
	width:			220px !important;
}

ul.multimedia li.video {
	
}

ul.multimedia li.fotos {
	
}

ul.multimedia li a {
	background-position:	120px 0;
	background-repeat:	no-repeat;
	display:		block;
	font-size:		14px;
	font-weight:		bold;
	height:			40px;
	line-height:		40px;
	padding-left:		15px;
}

ul.multimedia li a.youtube {
	background-image: url(images/YouTube.png);	
}

ul.multimedia li a.flickr {
	background-image: url(images/flickr.png);
}

ul.multimedia li a.excellent-bc {
	background-image: url(images/excellent-bc.png);
}


ul.sideposts {
	padding-bottom:10px;
	padding-top:3px;
}

ul.sideposts li {
	padding-left:3px;
	padding-right:3px;
	width:224px;
}

ul.sideposts li a.title {
	font-weight: bold;
}

span.datum {
	display:block;
	font-size:10px;
	margin-top:5px;
	text-align:right;
}

a.more-link {
	font-weight: bold;
	float:right;
	white-spacing: no-wrap;
}

dt.wp-caption-dt,
p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
}

dt.wp-caption-dt p,
p.wp-caption-text {
	margin:		0 10px 0 0;
	padding:	0;
	text-align:	left !important;
}

div.alignleft {
	float: left;
}

#calendar_wrap {
	position:relative;
}

#wp-calendar {
	margin-top: 20px; margin-bottom: 5px; width: 150px; margin-left: auto;
}

#wp-calendar caption {
	position: absolute; top: 8px; left: 5px;
}

#wp-calendar a {
	font-weight: bold;
}

li.widget ul li,
div.textwidget {
	width: 200px;
/*	padding-left: 3px;*/
}

div.xing-links {
	background: #E9E1CC url(images/xing-logo-75x50.png) repeat-y scroll 145px top;
	width: 220px;
}

div.xing-links a {
	display:	block;
	padding-left:	40px;
	width:		165px;
	padding-top:	3px;
/*	font-weight:	bold;*/
	height:		47px;	
	background-position: 2px 0px;
	background-repeat: no-repeat;
}

div.xing-links a span.name {
	display:	block;
	font-weight:	bold;
	padding-bottom:	3px;
}

a.xing-andre_helf {	
	background-image: url('fotos/Andre_Helf-xing-icon.jpg');
}

a.xing-janko_siegert {
	background-image: url('fotos/Janko_Siegert-xing-icon.jpg');
}

/*
* Navigation Start
*/

ul.navigation,
ul.navigation ul {
	list-style-type:						none;
}

ul.navigation a {
	display:							block;
	height:								30px;
	overflow:							hidden;
}

ul.navigation ul a {
	padding:							0px;
}

ul.navigation li {
    float: left;
    list-style-type: none;
    padding: 5px 10px 9px;

}

ul.navigation ul {
	margin:								0px;
	padding:							0px;
	position:							absolute;
	display:							none;
	min-width:							10px;
}

ul.navigation ul.hover,
ul.navigation li.hover,
ul.navigation li.hover ul {
	display:							block;
	z-index:							1000;
}

ul.navigation ul li {
	clear:								both;
	display:							block;
	width:								100%;
}

ul.navigation ul li a {
	clear:								both;
	display:							block;
}

ul.navigation li a {
    color: #AD9565;
    font-size: 14px;
    text-decoration: none;
}


/*
* Navigation anpassen
*/
ul.navigation {
	bottom: 0;
	display: block;
	height: 30px;
	left: 25px;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 1000px;
}
	
ul.navigation ul li {
	background-color:	#584528;
}

ul.navigation a span.imageLink {
	
}

ul.navigation a span.textLink {
	display:none;
}

ul.navigation a:hover img {
	position: relative;
	top: -30px;
}

/*
* Navigation Ende
*/

div.footer {
	position: relative;
	width: 950px;
	height: 35px;
}

ul.footerNavigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	top: -5px;
}

ul.footerNavigation li {
	float:			left;
}

ul.footerNavigation li a,
ul.footerNavigation li a:link,
ul.footerNavigation li a:visited,
ul.footerNavigation li a:active {
	color:			#3A2A1A;
	display:		block;
	font-size:		12px;
	padding:		0 5px;
}

ul.footerNavigation li a:hover {
	text-decoration:	underline;
	color:			#3A2A1A;
}

div.copyright {
	color:			#3A2A1A;
	position:		absolute;
	font-size:		12px;
	left:			30px;
	top:			-5px;
}

/* Pressemeldungen */

table.contenttable {
	width:220px;
}

table.contenttable p {
	margin:0px;
	padding:0px;
	text-align:justify;
}

table.contenttable a {
	background-image:url(http://www.excellent-bc.de/uploads/media/icons/pdf.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:12px;
}

table.contenttable td,
table.contenttable tr {
	vertical-align: top;
}

dt.wp-caption-dt p, p.wp-caption-text,
dt.wp-caption-dt,
p.wp-caption-text * {
/*	font-size:	11px;*/
	line-height:	1.0em !important;

	margin:		0 0 8px 0;
	padding:	2px 0 0 0;
	text-align:	left !important;
	

}

