@import url(guestbook.css);

/* ---------------------------------------------------------- */
/* --------------- TEMPATE STYLE DEFINITIONS ---------------- */
/* ---------------------------------------------------------- */

body {
	background-color: #0F3492;
}

html, body, p, td, h1, h2, h3 {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
}

p, td {
	font-size: 12px;
}

p {
	padding: 1px 3px;
	margin: 0px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

#Titel {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	margin: 0px;
	padding-right: 21px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
	
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu1 {
	background-image: url(images/header_menu.jpg);
	margin: 0px;
	text-indent: 35px;
	font-size: 12px;
	font-weight: bold;
	}

.menu1 a, .menu2 li a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu1 a:visited, .menu2 li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.menu1 a:hover, .menu2 li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
	
.menu2, .menu2 ul, .menu2 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 5px 20px;
}

.menu2 ul li {
	font-size: 11px;
}

/* --- Tabellenformatierung --- */
/* ---------------------------- */

.contenttable {
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	width: 530px;
}
.tr-even {
	background-color: #224AB5;
}

.tr-odd {
	background-color: #2654CC;
}

.tr-0 td {
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
}

.contenttable tr td {
	padding: 0px 10px;
}

.contenttable tr td p {
	margin: 0px;
	padding: 1px;
}

/* --- Content-Formatierung --- */
/* ---------------------------- */

.csc-textpic {
	margin-top: 10px;
}

.csc-textpic img {
	padding-bottom: 10px;
}

.csc-textpic-caption, .csc-caption {
	font-size: 10px;
}


.separator {
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
