/*
Theme Name: 01 Digitales Design
Theme URI: http://www.01dd.de
Description: Wordpress-Theme by 01 Digitales Design
Version: 1.0
Author: 01 Digitales Design
Author URI: http://www.01dd.de
*/

img {
  behavior: url(http://wp.01dd.de/wordpress/wp-content/themes/nulleins/css/iepngfix.htc);
}

body {
   background: url(../images/bg.jpg) center;
   background-repeat: repeat-y;
   background-position: 0px 0px;
   background-color: #ececec;
}

body, html {
	margin: 0px;
	padding: 0px;
}

h4 {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.hidden {
	display: none;
}


/*<base frame>*/

#page {
	margin: 0px;
	padding: 0px;
}

#links {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 698px;
	color: #606060;
	font-family: Arial;
	font-size: 10pt;
}

#rechts {
	position: absolute;
	left: 698px;
	top: 0px;
/*	float: left;*/
	width: 380px;
/*	background-color: #e9eaea;*/
	color: #666666;
/*	background-image: url(../images/bg_sidebar.jpg);
	background-repeat: repeat-y;*/
}

.weiss a{
	color: #ffffff;
	text-decoration: none;
}

/*</base frame>*/

/*********************************************/

/*<header>*/

#header {
	font-family: Arial;
	font-size: 9pt;
/*	font-weight: bold;*/
}

#logo {
	height: 45px;
	width: 251px;
	margin-bottom: 10px;
}

#menu {
	margin: auto;
	text-align: right;
	width: 653px;
/*	margin-top: 2px;*/
/*	margin-bottom: 30px;*/
}

#ultrawrapper {
/*	border: 1px solid green;*/
}

.menuwrapper {
	margin: auto;
	width: 653px;
	height: 47px;
	margin-top: 2px;
/*	border: 1px solid green;*/
}

#submenu {
	position: relative;
	margin: auto;
	text-align: right;
	height: 20px;
	overflow: hidden;
	width: 653px;
/*	margin-top: 2px;*/
/*	margin-bottom: 30px;*/
}

.submenu {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: right;
	display: none;
	width: 653px;
}

.submenuwrapper {
	margin: auto;
	width: 653px;
	height: 47px;
	margin-top: 2px;
}

#menu a, #submenu a {
	color: #606060;
	text-decoration: none;
	margin-left: 15px;
}

#menu a.aktiv,
#menu a:hover,
#menu a:active,
#submenu a.aktiv,
#submenu a:hover,
#submenu a:active{
	background-color: #f0fb83;
}

#menu ul, #submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu li,#submenu li {
	display: inline;
}

/*</header>*/

/*********************************************/

.content {
	margin: auto;
	width: 653px;
	height: auto;
}

/*<index>*/

.post {
	position: relative;
	width: 653px;
	margin: auto;
}

.postbreadcrumb {
	width: 653px;
	height: 3px;
	margin: auto;
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

.postgfx {
	position: relative;
	width: 653px;
}

div.postbuttons {
	height: 20px;
	text-align: right;
/*	border: 1px solid yellow;*/
}

.postbuttons a {
	display: block;
	height: 13px;
	min-width: 37px;
}

div.postbuttons table {
	margin-top: 5px;
}

.postbuttons a.info {
	background:url(../images/info_pas.jpg) no-repeat;
	width: 37px;
}

.postbuttons a.website {
	background:url(../images/website_pas.jpg) no-repeat;
	width: 58px;
}


.postbuttons a.video {
	background:url(../images/video_pas.jpg) no-repeat;
	width: 47px;
}

.postbuttons a.bildergalerie {
	background:url(../images/bildergalerie_pas.jpg) no-repeat;
	width: 80px;
}

.postbuttons a.info:hover {
	background:url(../images/info_akt.jpg) no-repeat;
	width: 37px;
}

.postbuttons a.website:hover {
	background:url(../images/website_akt.jpg) no-repeat;
	width: 58px;
	
}

.postbuttons a.video:hover {
	background:url(../images/video_akt.jpg) no-repeat;
	width: 47px;
}

.postbuttons a.bildergalerie:hover {
	background:url(../images/bildergalerie_akt.jpg) no-repeat;
	width: 80px;
}

.icontd {
	height: 13px;
}

.trennertd {
	width: 5px;
	height: 13px;
	padding-left: 10px;
	padding-right: 10px;
}



.postbuttons img {
	margin-top: 1px;
}

.postinfo {
	line-height: 1.6;
}

.posttext {
	position: relative;
/*	background-color: #000000;*/
	font-family: Arial;
	font-size: 10pt;
	width: 653px;
}

.postheadline {
	width: 623px;
/*	padding-top: 15px;*/
	padding-bottom: 10px;
	line-height: 1.6;
}
.postheadline a {
	color: #ffffff;
	text-decoration: none;
}

.posttext a {
	text-decoration: none;
	color: #000000;
}

.posttext a.title {
	text-decoration: none;
	color: #606060;
}

.posttext a.title:hover {
	text-decoration: none;
	color: #000000;
}

.postspacer {
	position: relative;
/*	background-color: #000000;*/
	width: 653px;
	height: 15px;
	font-family: Arial;
}

/*</index>*/

/*********************************************/

/*<singlepost>*/

.singlepost {
	position: relative;
	width: 653px;
	margin: auto;
}

.singlepostbreadcrumb {
	width: 653px;
	height: 3px;
	margin: auto;
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

.singlepostgfx {
	position: relative;
	width: 653px;
}


.singleposttext {
	position: relative;
	background-color: #000000;
/*	padding-top: 5px;*/
/*	padding-left: 10px;*/
	font-family: Arial;
	font-size: 10pt;
	width: 643px;
}

.singlepostcontent {
	line-height: 1.6;
}

.singlepostcontent a {
	color: #999999;
}



.singleposttext a.title {
	text-decoration: none;
	color: #999999;
}

.singleposttext table {
	font-size: 10pt;
/*	color: #868686;*/
/*	border-collapse: collapse;*/
}

.singleposttext table td.blacknbold {
	color: #ffffff;
	width: 110px;
	font-weight: bold;
}

.singlepostspacer {
	position: relative;
	background-color: #000000;
	color: #868686;
	width: 653px;
	font-family: Arial;
	font-size: 11pt;
}

/*</singlepost>*/

/*********************************************/

/*<temp1>*/

#pagecontent {
	position: relative;
/*	background-color: #000000;*/
	width: 653px;
	font-family: Arial;
	font-size: 10pt;
	color: #606060;
	line-height: 1.6;
}

#pagecontent p{
/*	margin-left: 30px;*/
/*	margin-top: 15px;*/
}

#pagecontent h1{
	color: #000000;
	font-family: Arial;
/*	margin-left: 30px;*/
	padding-top: 20px;
	font-size: 22px;
}

#pagecontent a {
color: #606060;
}
/*</temp1>*/

/*<Startseite>*/

.startseitecontent {
	font-family: Arial;
	font-size: 11pt;
	line-height: 1.4;
}

.startseitecontent a {
	text-decoration: none;
	color: #606060;
}

.startseitecontent a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.startseitecontent a.white {
	color: #ffffff;
	font-weight: bold;
}


.partner {
	text-align: center;
	margin-bottom: 5px;
}

.thumbnail {
	width: 110px;
	height: 110px;
}

.thumbnailtext {
	height: 100px;
	padding-top: 0px;
	
}

.thumbnailtext td {
	height: 110px;
}


/*</Startseite>*/

/*********************************************/

/*<nav und footer>*/

.breadcrumb {
	width: 653px;
	height: 3px;
	margin: auto;
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: repeat-x;
}

#navigation {
	margin: auto;
	width: 653px;
	margin-top: 150px;
	font-family: Arial;
	font-size: 9pt;
	height: 20px;
	text-align: right;
}

#navbuttons {
	margin-top: 3px;
	margin: auto;
	font-size: 9pt;
	font-family: Arial;
	text-align: right;
	width: 653px;
}

#navbuttons a{
	text-decoration: none;
	color: #888989;
	margin-left: 15px;
}

.footer {
	width: 653px;;
	margin: auto;
/*	background-color: #000000;*/
	color: #868686;
}

.copyright {
/*	background-color: #161515;*/
	color: #696969;
	height: 27px;
	width: 653px;
	margin: auto;
}

.footertext {
	font-family: Arial;
	font-size: 9pt;
	margin-left: 5px;
	padding-top: 3px;
	color: #606060;
}

/*</nav und footer>*/

/*********************************************/

/*<sidebar>*/

.sidebar {
	margin-top: 55px;
	margin-left: 50px;
}

#box {
	width: 310px;
	font-family: Arial;
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #585858;
}

.webzweinull {
	margin-top: 5px;
}

#box table{
	width: 300px;
}

.headline {
	font-family: Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #999999;
	margin-top: 5px;
}

#box a {
	display: block;
	width: 142px;
	height: 35px;
}

#box a.kundenlogin {
/*	display: block;*/
	background:url(../images/login_pas.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box a.rueckruftelefon {
/*	display: block;*/
	background:url(../images/rueckruf_pas.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box a.suche {
/*	display: block;*/
	background:url(../images/suche_pas.png) no-repeat;
	width: 28px;
	height: 28px;
}

#box a.datentransfer {
/*	display: block;*/
	background:url(../images/datentransfer_pas.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box a.kundenlogin:hover {
	background:url(../images/login_akt.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box a.rueckruftelefon:hover {
	background:url(../images/rueckruf_akt.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box a.suche:hover {
	background:url(../images/suche_akt.png) no-repeat;
	width: 28px;
	height: 28px;
}

#box a.datentransfer:hover {
	background:url(../images/datentransfer_akt.png) no-repeat;
	width: 142px;
	height: 28px;
}

#box td.gfx {
/*	width: 142px;*/
	height: 28px;
}

#box td.search {
	height: 28px;
	width: 34px;
}

#box td.searchform {
	padding-top: 2px;
}

.hidepics {
  width:0px;
  height:0px;
  visibility:hidden;
}

#aktuelles {
	width: 209px;
	margin-top: 15px;
	margin-bottom: 15px;	
}

.teaser {
	width: 300px;
	font-family: Arial;
	font-size: 9pt;
	line-height: 1.2;
}

.teaser span {
	color: #333333 ;
}

.teaser a{
/*	text-decoration: none;*/
	color: #666666;
}

.sidebarbreadcrumb {
	width: 340px;
	height: 3px;
	background-image: url(../images/sidebarbreadcrumb.jpg);
	background-repeat: repeat-x;
}

/*</sidebar>*/
