/*
Theme Name: Blank Twenty Twelve Child theme
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme.
Author: Your Name
Author url: http://yoursite.com/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

body .site { margin-top: 20px; }



.entry-meta .by-author {
	display: none;
}


.site-content {
margin-top: 5px !important;
}

.widget-area {
margin: 5px 0 0;
}

#meine_pub_tabelle {
    	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
    	border-collapse: collapse;
	width: 100%;
}

#meine_pub_tabelle td, #meine_pub_tabelle th {
	border: 1px solid #000;
	padding: 4px;
}

#meine_pub_tabelle tr:nth-child(even){background-color: #f2f2f2;}

#meine_pub_tabelle tr:hover {background-color: #ddd;}

#meine_pub_tabelle th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #001230;
	color: white;
}

.slideshow-window {
 background-color: #fff;
 border: 20px solid #fff;
}

.content-box-gray {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	background-color: #e2e2e2;
}

.content-box-light-gray {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	background-color: #efefef;
}

.content-box-light-gray a {
	font-size: 0.9em;
}

