/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

label {
	font-weight: bold;
}

table.oneline {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: dashed dashed dashed dashed;
	border-color: gray gray gray gray;
}


.input1 {
	width: 166px;
	padding: 2px;
	background: #ebebe4;
	border-top: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
}

.inputURL {
	padding: 2px;
	background: #ebebe4;
	border-top: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
}

.input2 {
	width: 59px;
	height: 24px;
	border: none;
	background: url(images/homepage23.gif) no-repeat left top;
	font-weight: bold;
	color: #FFFFFF;
}

.input3 {
	width: 210px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 2px solid #C2C2C2;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #FDFDFD;
	border-left: 2px solid #F0F0F0;
}

.input4 {
	width: 280px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 2px solid #C2C2C2;
	border-right: 2px solid #F0F0F0;
	border-bottom: 2px solid #FDFDFD;
	border-left: 2px solid #F0F0F0;
}

.input5 {
	width: 340px;
	padding: 2px;
	background: #ebebe4;
	border-top: 1px solid #7f9db9;
	border-right: 1px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;
	font-size: 10px;
}

.beschriftung {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F7D7D;
}

.beschriftungA {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7F3D7D;
}

.beschriftungB {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3F7D3D;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1{
	font-size: 16px;
	font-weight: bold;
	color: #2F2F2F;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: #2F2F2F;
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7D7D;
}


p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

.text1 {
	text-align: center;
	color: #757575;
}

.text2 {
	font-size: 15px;
	font-weight: bold;
	color: #2F2F2F;
}

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #2F2F2F;
}

.text4 {
	display: block;
	width: 45px;
	height: 21px;
	padding: 10px 12px 0px 0px;
	background: url(images/homepage28.gif) no-repeat left center;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

/** LINKS */

a {
	color: #D90000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

.link3 {
	color: #606060;
	padding: 10px 0px 0px 12px;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2F2F2F url(images/homepage01.gif) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/homepage02.gif) repeat-y left top; }
.bgq1 { background: #FFFFFF url(images/homepage_bg_quick2.gif) repeat-y left top; }
.bgq3 { background: #FFFFFF url(images/homepage_bg_quick3.gif) repeat-y left top; }
.bg3 { background: url(images/homepage03.gif) no-repeat left top; }
.bg4 { background: url(images/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(images/homepage08.gif) repeat-x left top; }
.bg6 { background: url(images/homepage10.gif) repeat-x left top; }
.bg7 { border: 1px solid #F2F2F2; background: #FBFBFB url(images/homepage11.gif) repeat-x left top; }
.bg8 { background: url(images/homepage14.gif) repeat-x left bottom; }
.bg9 { background: url(images/homepage15.gif) repeat left top; }
.bg10 { background: url(images/homepage19.gif) repeat-x left bottom; }
.bg11 { background: url(images/homepage22.gif) repeat-y left top; }
.bg12 { background: url(images/homepage26.gif) repeat-x left top; }
.bg13 { background: url(images/homepage27.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 20px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}




.bildrechts
{
float: right;
margin: 0 10px 10px 0;
padding: 2px;
}

ul#album {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#album li {
	float: left;
  padding: 2px;
  width: 160px;
  height: 160px;
}

ul#album_big {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#album_big li {
  padding: 2px;
}

