/*
Theme Name: Thamer
Theme URI: http://www.thamer.at/
Description: Original Thamer Theme
Version: 1.0
Author: Wolfgang Nagele, Peter Manhartsberger, Florian Thamer
*/

* {
	font-family: Arial, Verdana;
	font-size: 10pt;
}

body {
	margin: 0;
	padding: 0;
	background: #e4e4e4;
}

a, a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	border: 1px solid #000;
}

input, textarea {
	overflow: hidden;
	background-color: transparent;
	border: 1px solid #000;
	width: 200px;
	margin: 5px;
	padding: 2px;
}
textarea {
	overflow: auto;
	height: 150px;
}

label {
	float: left;
	width: 100px;
	margin-right: 0.5em;
	padding-top: 0.5em;
}

.root {
	margin: 100px auto;
	width: 780px;
	text-align: left;
	background: #000;
}

.top {
	width: 780px;
	height: 19px;
	background: #e4e4e4;
}

.left {
	float: left;
	width: 165px;
	height: 420px;
	background: url(images/left.jpg) no-repeat;
}

.content {
        float: left;	
        width: 612px;
	min-height: 420px;
	padding: 0;
	background: #c6c6c6;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}

p.cpc img {
/*margin-bottom: -5px;*/
display:block;
margin-right:auto;
margin-left:auto;
max-width: 100%;
padding: 0;
}
.textContent {
	padding: 10px;
}
.mainPageContent {
	background: #000 url(../../../mainpagepics/mainpage.jpg) no-repeat;
	border-bottom: none;
	width: 612px;
	height: 420px;
}

.impressum {
	position: relative;
	top: 19px;
	left: 5px;
	width: 8px;
	height: 69px;
}

.menu {
	position: relative;
	top: 160px;
	right: 5px;
	text-align: right;	
}

.menu ul li {
	list-style-type: none;
}

.menu ul li a, .menu ul li a:hover {
	display: block;
	width: 125px;
	height: 15px;
	margin-top: -1px;
	color: #d4d4d4;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
}
.menu ul li a:hover {
	color: #c4c4c4;
}

.linkcat h2 {
        margin-top: 5px;
        margin-bottom: 5px;
        }

.article {
	padding: 5px;
	margin-bottom: 15px;
	border: 1px solid #000;
	text-align: justify;
}

.article #header {
	 text-align: right;
}

.article #header a {
	text-decoration: none;
}

.article #date {
	text-align: right;
	margin-bottom: 5px;
	padding-right: 10px;
	border-bottom: 2px solid #000;
	font-size: 8pt;
}

.article #teaser img {
	border: 1px solid #000;
	margin-left: 3px;
	margin-bottom: 3px;
}

.tourenbuch {
	width: 100%;
}
.tourenbuch #odd, .tourenbuch #even {
	background-color: transparent;
}
.tourenbuch #odd:hover, .tourenbuch #even:hover {
	background-color: #d4d4d4;
}
.tourenbuch tr td a, .tourenbuch tr td a:hover {
	font-weight: normal;
	text-decoration: none;
}



/* HACKS */
/* <clearfix> */
.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.clearfix {
        display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}
/* End hide from IE-mac */
/* </clearfix> */

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    font-style: italic;
}

.aligncenter,
div.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
}

