

* {
	margin: 0;
	padding: 0;
}

body {
	background: #921C1C url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #4B5B7D;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #385B88;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h2.white{
    color: #ffffff;
    font-weight: 900;
}
	
h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-alpha;
}

ol li {
}

a {
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: left;
	margin: 0 1em 1em 0;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #4B5B7D;
	border: 2px solid #FFF;
  
}

.boxed .title {
	padding: 10px 0 0 10px;

font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
  color: #FFFFFF;
}

/* Header */

#header {
	width: 750px;
	height: 252px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	height: 252px;
	
}

#logo h1 {
	padding: 218px 0 0 0;
  background: url(images/yy.png) no-repeat left bottom;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logo a {
	text-decoration: none;
	color: #385B88;
}
/* Header > Logo */

#logoa {
	height: 252px;
	
}

#logoa h1 {
	padding: 218px 0 0 0;
  background: url(images/yya.png) no-repeat left bottom;
	text-transform: uppercase;
	font-size: 3em;
}

#logoa h2 {
	margin: 0;
	padding: 5px 0 0 100px;
	text-transform: uppercase;
	font-size: 1.6em;
}

#logoa a {
	text-decoration: none;
	color: #385B88;
}

/* Header > Top Menu */

#topmenu {
	float: right;
	margin: 0 24px 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	height: 34px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 35px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu2 {
	width: 31px;
	background: url(images/img03.gif) no-repeat left center;
}
#topmenu2a {
	width: 31px;
	background: url(images/img03a.gif) no-repeat left center;
}
#topmenu2b {
	width: 31px;
	background: url(images/img03b.gif) no-repeat left center;
}
#topmenu2c {
	width: 31px;
	background: url(images/img03c.gif) no-repeat left center;
}
#topmenu2d {
	width: 31px;
	background: url(images/img03d.gif) no-repeat left center;
}

#topmenu3 {
	width: 35px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: -40px auto 0 auto;
	padding: 0 40px 0 10px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1.5em 0 0;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {

	width: 700px;
	margin: 0 auto;
	padding: 20px 60px 0 10px;
}

/* Content > Main */

#main {
	background: #4B5B7D;
	border: 2px solid #FFF;
	float: left;
  padding-left: 10px;
  padding-right: 10px;
	width: 465px;
  
  
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 20px 0 1.5em 0;
	border-bottom: 1px dotted #CAD4DF;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 225px;
	margin: -200px -27px 50px 0;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 70px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/
#linkskund a {
text-decoration: none;
padding-bottom: 2px;
}
#links {
text-decoration: none;
}
#links a {
text-decoration: none;
padding-bottom: 2px;
}
#links1 {
}
#links2 {
}
#footer1 {
padding-bottom: 8px;
}
/* Footer */

#footer {
	clear: both;
	padding: 30px 0 50px 0;
  background: #4B5B7D url(images/foo.gif) repeat-x;
	border-top: 0px solid #FFFFFF;
}

#footer p {
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
}
#footer a {
text-decoration: none;
}
/* Kontakt */
#kontakt {
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding-top: 35px;
  padding-left: 35px;
	text-align: left;
}
.feldlinks {
	clear: left;
	float: left;
	width: 40%;
}
.feldrechts {
	clear: right;
	float: left;
	width: 50%;
}
.textfeld {
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 125px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-left: 3px;
}
.texteingabe {
	border: 1px solid #CCCCCC;
	height: 80px;
	width: 320px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.buttons {
	background-color: #ffffff;
	height: 25px;
	width: 140px;
	margin: 15px 5px 10px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.spamfeld {
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 120px;
	font-size: 15px;
	color: #000000;
	font-family: "Courier New", Courier, mono;
	margin-right: 30px;
  padding-bottom: 10px;
	text-align: center;
}
.image {
	vertical-align: middle;
}
a.tip {
	position: relative;
  border-bottom: 2px solid #921C1C;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 200px;
	padding: 5px;
	z-index: 100;
	background: #921B1D;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
#tagcl {
  width:700px;
  height:auto;
  padding-left: 150px;
}
.tagcl a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  color:#FFFFFF; text-decoration:none;font-weight: bold;
}
.tagcl a:hover {
	text-decoration:none;
  font-size: 26px;
  color:#921C1C;
  
}
