/**
 * LINKWORLD INTERNET-SERVICES: CSS-STYLES
 * @see http://www.besseres-hoeren.de
 *
 * @css-for		all browsers
*/ 


/** ALLGEMEIN */

html {
	overflow: scroll
}

h1 {
	color: #666666;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	color: #666666;
	font-size: 13pt;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h3, h4, h5, h6 {
	color: #666666;
	font-size: 12pt;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

p {
	color: #000000;
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}

.bodytext {
	color: #000000;
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}

a img {
	border: none;
}

a:link, a:visited, a:hover, a:active {
	color: #DF2C26;
	font-size: 10pt;
	font-weight : bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	color: #008000;
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	list-style-type: disc;
	text-align: left;
}

a.nuetzlichelinks:link, a.nuetzlichelinks:visited, a.nuetzlichelinks:hover, a.nuetzlichelinks:active {
	color: #008000;
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

a.nuetzlichelinks:hover {
	text-decoration: underline;
}

td {
	font-size: 11pt;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}


/** EXT.-ANPASSUNGEN */

/** MAIL-FORM */

fieldset {
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 0px solid #ccc;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 1em;
	padding-top: 20px;
	
}

label {
	color: #000000;
	display: block;
	float: left;
	font-size: 13px;
	margin-right: -15px;
	margin-bottom: 3px;
	text-align: left;
	padding: 0px 10px 0px 10px;
	width: 12em;
}

input, select {
	background: #fff;
	border: 1px solid #ccc;
	color: #263F5E;
	margin-bottom: 10px;
	margin-left: 10px;
}

textarea{
	border: 1px solid #ccc;
	background: #fff;
	color: #263F5E;
	margin-bottom: 10px;
	margin-left:10px;

}

#mailformformtype_mail {
	border: 0px outset #263F5E;
	background: #263F5E;
	color: #fff;
	font-weight: normal;
}


/* NEWS */

.newsheader {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 15px;
}

.newsheader a:link, .newsheader a:visited, .newsheader a:hover, .newsheader a:active {
	color: #808080;
	font-family: "times new roman", times, serif;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
}

.newsheader a:hover {
	text-decoration: underline;
}

.newslink {
	padding-right: 15px;
	padding-bottom: 5px;
	text-align: right;
}

.newslink a:link, .newslink a:visited, .newslink a:hover, .newslink a:active {
	color: #DF2C26;
	font-size: 11pt;
	font-weight : bold;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-variant: small-caps;
}

.newslink a:hover {
	text-decoration: underline;
}


/** RTE */

p.align-center {
  text-align: center;
}

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

strong {
	font-weight: bold;
}

.csc-frame-frame1 {
  background-color: #EDEBF1;
  padding: 2px 4px 2px 4px;
  border: 1px solid #333333;
}

.csc-frame-frame2 {
  background-color: #F5FFAA;
  padding: 2px 4px 2px 4px;
  border: 1px solid #333333;
}


/** SONSTIGE */


