/*---------------------------------------------------------------
        Theme Name: Marble
        Theme Author: tobi2009
        Theme URI: http://www.tobisworld.net
        Description: Marble Wordpress Theme
*---------------------------------------------------------------*/

/* @group Main Reset */




html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height: 1em;
}

q:before, q:after {
	content: '';
}

fieldset, abbr, acronym {
	border: 0;
}

/* @end */

/* @group xHtml Elements */

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

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

img, img a {
	border: none;
}

p {
	margin-bottom: 15px
}

code {
	font-family: "Lucida Grande", Arial, Verdana, Georgia, Times, serif;
}

blockquote {
	background: #fff;
	border: 1px solid #dad6ae;
	padding: 15px 15px 0 15px;
	font-family: "Lucida Grande", Arial, Verdana, Georgia, Times, serif;
	margin-bottom: 10px;
}

blockquote blockquote {
	padding: 0;
	border: none;
	border-left: 25px solid #f5f5f5;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

input, textarea, select {
	
}

/* @end */

/* @group Imageborder */

.imgright {
	float: right;
	text-align: right;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-left: 10px;
	margin-bottom: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.imgleft {
	float: left;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.imgcenter {
	margin: 0 auto;
	display: block;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

/* @end */

/* @group Layout */

body {
	font-family: "Lucida Grande", Arial, Georgia, sans-serif;
	font-size: 14px;
	background: #eeeeee url(images/background.jpg) repeat fixed;
	height: 100%;
}

#wrapper {
	position: relative;
	top: 20px;
	width: 600px;
	margin: 0 auto;
	padding-top: 5px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */ 
	height:100%; /* Mindesthöhe für den IE */ 
	overflow: hidden !important; /* FF Scroll-leiste */ 
}

#sidebar {
	font-size: 14px;
	margin-top: 20px;
	padding: 5px;
}

#content {
	width: 585px;
	margin-bottom: 25px;
	line-height: 1.5em;
	margin: 0 auto;
}

#pagecontent {
	width: 585px;
	line-height: 1.5em;
	margin-bottom: 25px;
	margin: 0 auto;
}

.sidebar {
	float: right;
	overflow: hidden;
	width: 280px;
}

.iborder {
	border: 1px solid #b9b9b9;
	padding: 4px;
	background-color: #fff;
}

.i2border {
	border: 5px solid #e8edef;
}

.iclear {
	clear: both;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	top: 10px;
	margin: 0 auto;
	text-align: left;
	width: 585px;
	height: 50px;
	z-index: 2;
}

#header h1 {
	margin-top: 25px;
	color: #999999;
	font-family: "Lucida Grande", Arial;
	font-size: 26pt;
	font-weight: bold;
	text-align: right;
	text-transform: lowercase;
	margin-top: 15px;
}

#header h1 a {
	color: #999999;
}

#header h1 a:hover {
	text-decoration: underline;
}

#tagline {
	font-family: "Lucida Grande", Arial, Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-left: 75px;
}

#searchfield {
	margin-top: 3px;
}

/* @end */

/* @group Top Navigation */

#topnav {
	width: 100%;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	overflow: hidden;
	z-index: 2;
}

#topnav ul {
	width: 950px;
	margin: 0 auto;
}

#topnav li {
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	list-style-type: none;
}

#topnav li a {
	padding-top: 5px;
	display: block;
	color: #ffffff;
}

#topnav li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#topnav li a.home {
	margin-left: 0;
}

#topnav li.current_page_item a {
	color: #b5b17e;
}

/* @end */

/* @group Icons */

.date {
	background: url(images/calendar.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.author {
	background: url(images/author.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.commenticon {
	background: url(images/comments.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.views {
	background: url(images/views.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.filed {
	background: url(images/filed.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.trackback {
	background: url(images/trackback.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

.list {
	background: url(images/list.png) no-repeat;
	padding: 0 0 0 20px;
	margin-right: 5px;
}

/* @end */

/* @group Content */

h2.entry-title a {
	color: #999999;
}

.post {
	background: #ffffff;
	color: #999999;
	margin-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
}

.entry-title {
	clear: both;
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
	padding-top: 10px;
}

.page-title {
	font-size: 14pt;
	font-weight: bold;
	color: #999999;
	margin-bottom: 10px;
	padding-top: 10px;
}

.arc-title {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 14pt;
	font-weight: 700;
	text-align: center;
	color: #999999;
	margin-bottom: 5px;
	padding: 5px;
}

.arc-description {
	font-family: "Lucida Grande", Arial, Verdana;
	font-size: 12pt;
	font-weight: 700;
	text-align: center;
	height: 21px;
	padding-top: 4px;
	color: #999999;
	background: #ffffff;
	margin-bottom: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
	
}

.entry-info {
	color: #ffffff;
	background-color: #263756;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	font-size: 12px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.entry-content {
	padding-bottom: 5px;
}

.entry-content a.more-link, .entry-meta a {
	color: #999999;
	font-weight: bold;
}

.entry-content a {
	color: #7c76ab;
	font-weight: bold;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-meta {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	background-color: #fff;
	color: #aaa;
}

.entry-meta span {
	color: #212236;
}

.post ol, .post ul {
	margin: 0 41px 15px 28px;
}

.post ul li {
	list-style-type: square;
}

.post ol li {
	list-style: decimal;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	padding-bottom: 15px;
}

.entry-content h1 a, .entry-content h2 a, .entry-content h3 a, .entry-content h4 a, .entry-content h5 a, .entry-content h6 a {
	color: #999999;
	border-bottom: none;
}

.entry-content h1 a:hover, .entry-content h2 a:hover, .entry-content h3 a:hover, .entry-content h4 a:hover, .entry-content h5
a:hover, .entry-content h6 a:hover {
	color: #999999;
	text-decoration: underline;
	border-bottom: none;
}

.entry-content h1 {
	font-size: 22px;
}

.entry-content h2 {
	font-size: 18px;
}

.entry-content h3 {
	font-size: 17px;
}

.entry-content h4 {
	font-size: 16px;
}

.entry-content h5 {
	font-size: 15px;
}

.entry-content h6 {
	font-size: 14px;
}

.entry-info a {
	color: #ffffff;
}

.entry-info a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h2.entry-title a:hover {
	color: #999999;
	text-decoration: underline;
}

.entry-content a.more-link:hover, .entry-meta a:hover {
	color: #999999;
	text-decoration: underline;
}

.sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

/* @end */

/* @group Adwords */

.adwords {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* @end */

/* @group Page Navigation */

.navigation {
	padding-top: 5px;
	padding-bottom: 2px;


/*visivilit

y-IE*/
}

.alignleft {
	float: left;
	width: auto;
}

.alignright {
	float: right;
	width: auto;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
	width: auto;
}

.wp-pagenavi {
	text-transform: uppercase;
}

.wp-pagenavi a {
	text-decoration: none;
	border: 1px solid #b3b3b3;
	color: #212236;
	margin: 2px;
	padding: 2px 6px;
}

.wp-pagenavi a:hover {
	color: #fff;
	background-color: #0000CD;
}

.wp-pagenavi span {
	border: 1px solid #b3b3b3;
	margin: 2px;
	padding: 2px 6px;
}

.wp-pagenavi span.pages {
	color: #777;
	margin-left: 0;
	color: #000;
	word-spacing: 0.2em;
}

.wp-pagenavi span.current {
	color: #212236;
	background-color: #e8edef;
}

/* @end */

/* @group Comment */

#comments {
	margin-bottom: 25px;
}

#comments-list {
	width: 585px;
}


#comments-list ol {
	margin-bottom: 20px;
}

#comments-list ol li {
	margin-bottom: 10px;
}

.moderation {
	font-family: "Lucida Grande", Arial, Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #f30;
}

.comment-text {
	width: 450px;
	color: #999999;
	float: right;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.comment-textheader {
	margin-bottom: 10px;
	background-color: #000000;
	height: 16px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 4px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-bottomleft: 10px;
	-moz-border-top-bottomright: 10px;
}

.comment-textheader h3 {
	color: #ffffff;
	text-align: left;
	font-size: 8pt;
	font-weight: bold;
}

.comment-textheader h3 a {
	color: #ffffff;
	font-weight: bold;
}


.comment-text a {
	color: #999999;
}

.comment-date {
	text-align: right;
	color: #ffffff;
	background-color: #263756;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 0px;
	padding-right: 10px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	font-size: 12px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

.comment-meta {
	width: 90px;
	float: left;
	padding-right: 5px;
	font-size: 10pt;
	color: #999999;
}

.comment-meta a {
	color: #999999;
}

.cmt-author {
	font-weight: bold;
	padding-bottom: 0px;
}

.avatar {
	float: left;
	width: 80px;
	display: inline;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#trackbacks-list {
	margin-bottom: 25px;
}

#trackbacks-list h3 {
	font-family: "Lucidia Grande", Arial, Verdana, Gerogia;
	font-size: 14pt;
	font-weight: bold;
	text-align: right;
	color: #999999;
	margin-bottom: 10px;
}

#trackbacks-list ol li {
	color: #999999;
	margin-left: 0em;
}

#trackbacks-list li {
	background: #ffffff;
	margin-bottom: 5px;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	list-style-type: disc;
	list-style-position: inside;
}

#trackbacks-list a {
	color: #999999;
}

#trackbacks-list a:hover {
	color: #999999;
	text-decoration: underline;
}

#respond {
	padding: 25px 15px 15px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	color: #999999;
}

.respondheader {
	margin-bottom: 10px;
	background-color: #000000;
	height: 16px;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -25px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 4px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-bottomleft: 10px;
	-moz-border-top-bottomright: 10px;
}

.respondheader h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}


#respond a {
	color: #999999;
}

.formcontainer {
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	font-size: 10pt;
}

.edit-comment {
	color: #999999;
}

.aec-dropdownlink {
	color: #999999;
}

.required {
	color: #999999;
	font-family: "Lucida Grande", Arial, Georgia;
}

.smilybox {
	margin-bottom: 5px;
}

#respond input, #respond textarea {
	margin-right: 15px;
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3b3 #d9d9d9 #d9d9d9 #b3b3b3;
}

.subscribe-to-doi-comments {
	margin-top: 10px;
}


/* @end */

/* @group Sidebar */

.sidebar {
	font-size: 14px;
	line-height: 1.50em;
	color: #999999;
}

.sidebar a {
	color: #999999;
}

.sidebar a:hover {
	color: #999999;
	text-decoration: underline;
}

.sidebar p {
	line-height: 1.5em;
}

.sidebar h4 {
	font-weight: bold;
	color: #999999;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	text-indent: 5px;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.sidebar ul ul {
	padding: 5px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}


.sidebar ul li {
	margin-bottom: 0px;
	list-style-type: none;
}

.sidebar ul ul li {
	padding: 1px 2px 1px 10px;
	list-style-position: inside;
	list-style-type: disc;
}

.sidebar img {
	border: 0;
}

#rssfeed a {
	font: small-caps 18px/20px "Times New Roman", Times, serif;
	background: url(images/rss.png) no-repeat left center;
	padding-left: 20px;
}

#rssfeed a.postfeed {
	border-right: 15px solid #e4eeec;
}

#get_recent_comments_wrap li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	font-size: 9pt;
	background: url(images/clearbg02.png) repeat;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#get_recent_comments_wrap img {
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#get_recent_comments_wrap .float {
	float: right;
}


#linkcat-2 ul { 
	height: 50px;
}

#linkcat-2 li { 
	float: left;
	list-style-type: none; 
}

#linkcat-2 li img { 
	padding: 2px; 
	width: 16px; 
	height: 16px; 
	border: none; 
}



/* @end */

/* @group Search */

#isearchform {
	padding: 5px;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
	
}

#is {
	color: #999999;
	width: 170px;
	margin-left: 5px;
	line-height: 12pt; 
	border: 1px solid #cccccc;
	font-weight: bold;
	margin-bottom: 2px;
}

input#isearchsubmit {
	border: none;
	background: none;
	cursor: pointer;
	font-family: "Lucida Grande", Arial, Verdana, Times, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #999999;
	width: 65px;
	text-align: center;
}

/* @end */

/* @group Footer */


#footer {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footerbox {
	position: relative;
	margin: 0 auto;
	height: 20px;
	width: 585px;
	padding-top: 5px;
	background-image: url(http://www.tobisworld.net/wordpress/wp-content/themes/marble/images/menu_bg.png);
	font-family: "Lucida Grande", Arial, Verdana, Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

/* @end */

/* @group Pagebar */

.pagebar {
	padding: 0.3em 0.5em;
	text-align: center;
	margin-right: 0.1em;
	margin-bottom: 25px;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	background: #ffffff;
	text-decoration: none;
	font-weight: bold;
	color: #999999;
	padding: 0.2em 0.5em;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.pagebar a:visited {
	text-decoration: none;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	text-decoration: none;
	color: #999999;
}

.pagebar .this-page {
	padding: 0.2em 0.5em;
	font-weight: bold;
	background: #b3b3b3;
	color: #fff;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
}

.pagebar a:hover {
	background: #b3b3b3;
	color: #fff;
}

.pagebar .inactive {
	border: 1px solid #000000;
	text-decoration: none;
	color: #000000;
	padding: 0.2em 0.5em;
}

/* @end */

/* @group Relatet Post Style */

#relatedpost {
	margin-bottom: 25px;
	height: 180px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.relatedpostheader {
	margin-bottom: 10px;
	background-color: #000000;
	height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 4px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-bottomleft: 10px;
	-moz-border-top-bottomright: 10px;

}

.relatedpostheader h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#relatedpost ul {
	height: 130px;
	padding: 10px;
}

#relatedpost ul li {
	list-style-type: disc;
	margin-left: 0em;
	width: 400px;
	color: #999999;
	list-style-position: inside;
}

#relatedpost li {
	margin-bottom: 5px;
	padding-left: 0px;
}

#relatedpost a {
	color: #999999;
}

#relatedpost a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Tabelle */

table {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

.tddesign {
	background-color: #ffffff;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.tddesignhl {
	background-color: #eaeaea;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

.tabledesign {
	border-collapse: separate;
	border-spacing: 2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.thdesign {
	background-color: #000000;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/* @end */

/* @group flickr */

#flickr {
	margin-bottom: 25px;
	background: #ffffff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	box-shadow: 0px 0px 3px #999999;
}

.flickrheader {
	margin-bottom: 10px;
	background-color: #000000;
	height: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-top: 4px;
	font-family: "Lucida Grande", Arial, Verdana, "Century Gothic";
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-bottomleft: 10px;
	-moz-border-top-bottomright: 10px;
}

.flickrheader h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}


.flickrcontent {
}

.flickrcontent img {
	padding: 4px 4px 4px 4px;
	margin-right: 3px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 3px #b3b3b3;
	-moz-box-shadow: 0px 0px 3px #b3b3b3;
	box-shadow: 0px 0px 3px #b3b3b3;
}

#flickr img:hover {
	background-color: #b3b3b3;
}

/* @end */

/*** Kontaktformular ***/

#wpcf7-f1-p2049-o1 {
	padding-bottom: 25px;
}