﻿/*Your template style goes in this file*/
/*If you decide to use a template, this file will be overwritten. If you're not using a template, you can leave this file blank*/
/*All custom style should go in mytngstyle.css*/
/*
Theme Name: peters_wp_19
Theme URI: 
Description: Artisteer-generated theme
Version: 1.0
Author: 
Author URI: 
Tags: fixed width, one column, valid XHTML, widgets
*/

/* begin Page */

/* Generated with Artisteer version 2.3.0.21098, file checksum is FD80731C. */

/* html {
	background-color: #F9F9F9;
}
*/

body.mybody {
/*	background-image:url('hg.jpg');
	background-position:top left;
	background-repeat:no-repeat; */
	background-color:#F9F9F9;
	margin: 0 auto;
	padding: 0;
	font-size:14px;
	font-family:"Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

.mybody ul {
	list-style:square;
}

div.mypage {
	min-width: 600px;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}	

div.myheader {
	text-align:right;
	margin:5px;
	padding:10px;
}

.myheader table.kopfzeile {
	border:1px solid black;
}

.myheader h1 {
	border-bottom:1px solid black;
	padding-right:10px;
	font-weight:normal;
}

.myheader p {
	line-height:0.2em;
	padding-right:10px;
}

div.linke_seite {
	width: 190px;
	float: left;
	padding-left:5px;
	border:1px dashed gray;
	background-color:#F3F3F3;
}

div.linke_seite fieldset {
	margin-top:5px;
}

/* index.php */

div.hauptseite {
	margin-left: 200px;
	margin-top:10px;
	padding-left:5px;
}

.mybody fieldset {
	border:0;
	margin-bottom:10px;
	font-size:13px;
}

.mybody form
{
	padding:5px !important;
	margin:5px !important;
}

.mybody ul {
	list-style:square;
	padding-left:15px;
}

.mybody fieldset li {
	padding:2px;
}

.mybody table.einleitung p {
	padding-left: 10px;
	padding-right: 10px;
}

/* Bilder */

img.meinlogo {
	padding:5px;
	width:70px;
}

.mybody fieldset {
	border:0;
	background:none;

}

.mybody fieldset legend {
	font-weight:bold;
	color:white;
	background-color:gray;
	border:1px solid black;
	padding:5px;
	width:170px;
	text-align:center;
}
.mybody fieldset.zufallsbild {
	text-align:center;
	border:0;
	background:none;
}

fieldset.zufallsbild img {
	padding:10px;
	height:150px;
	border:3px double navy;
}

fieldset.besucher img {
	padding:10px;
}

fieldset.besucher{
	text-align:center;
}

div.cleared {
	clear:both;
}

div.myfooter {
	text-align:center;
	font-size:0.8em;
	margin:15px;
	border:1px solid black;
	padding:5px;
	background-color:white;
}

/* TNG - Eigenheiten */

.mybody a {
	color:black;
}

.mybody a:hover {
	color:red;
}

.mybody a:visited {
	color:navy;
}

.mybody a:visited:hover {
	color:red;
}

.mybody a.snlink {
	background-color:white;
	color:black;
}

.mybody a.snlink:hover, .snlinkact{
	background-color: gray;
	color:white;
}

.mybody td.databack {
	background-color:white;
	color:black;
	border:1px solid gray;
}

.mybody td.databack:hover {
	color:red;
	background-color:#F9F9F9
}

.mybody td.databack:hover a {
	color:red;
}

.mybody td.fieldnameback {
	background-color:gray;
	color:white;
	border:1px solid gray;
}

.mybody span.normal {
	border:0;
}

.mybody li.normal {
	border:0;
}

.mybody ol.normal {
	border:0;
}


#nav {
	text-align:left;
	margin-top:5px;
	background-color:#808080;
}

#nav ul {
	padding:0;
	margin:0 0 0 15px;
	list-style:none;
}

#nav ul li {
	display:inline-table;
	margin:0;
	padding:5px;
	border:1px solid #808080;
	width:100px;
	text-align:center;
	background-color:white;
}

#nav li a{
	text-decoration:none;
	color:black;
}

#nav li:hover {
	background-color:gray;
}

#nav li:hover a{
	text-decoration:none;
	color:white;
}

