/**
 * Basis
 ***********************************************/
 
td {
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

/**
 * Header
 ***********************************************/
 
h1 {
	padding: 18 0 17 0px;
	font-size: 24px;
	margin: 0px;
	color: white;
}

h2 {
	padding: 0px;
	margin: 0px;
	color: #c74748;
	font-size: 16px;
	/*font-family: georgia, serif;
	font-weight: normal;*/
}

td.contentFrameBodyForum > h2, td.contentFrameBody > h2 {
	background-image:url(../images/alt-bg2.png);
	color:#C94E4F;
	font-size:12px;
	font-weight:bold;
	text-align: center;
	height:25px;
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 5px;
}

td.contentFrameBody > h2 {
	margin-left: -4px;
	margin-right: -4px;
}

h3 {
	padding: 5 0 5 10px;
	margin: 0px;
	color: #c74748;
	font-size: 16px;
	text-align: right;
	/*font-family: georgia, serif;
	font-weight: normal;*/
}


/**
 * Paragraphen & Listen
 ***********************************************/
 
li {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../images/square-ul.gif);
}

p {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

hr {
	height: 1px;
	background-image:url(../images/alt-bg2.png);
	border-width: 0px;
}

p.text {
	text-align: justify;
}

p.center {
	text-align: center;
}

img.icon {
	margin-top: -2px;
	vertical-align: middle;
	border: 0px;
	padding: 0 3 0 3px;
}

textarea.full {
	width: 100%;
	height: 100px;
}
 
/**
 * Links
 ***********************************************/
 
A:link {text-decoration: underline; color : #161C6C;}
A:visited { text-decoration: underline; color : #161C6C; }
A:active { text-decoration: underline; color : #161C6C; }
A:hover { text-decoration: none; color :  #c94e4f; }

A.old:link {text-decoration: underline;color : #222222;}
A.old:visited { text-decoration: underline; color : #222222; }
A.old:active { text-decoration: underline; color : #222222; }
A.old:hover { text-decoration: none; color :  #444444; }

A.title:link {text-decoration: none;color : #000000;}
A.title:visited { text-decoration: none; color : #000000; }
A.title:active { text-decoration: none; color : #000000; }
A.title:hover { text-decoration: underline; color :  #444444; }

a.nounderline:link { text-decoration: none; color : #161C6C;}
a.nounderline:visited { text-decoration: none; color : #161C6C; }
a.nounderline:active { text-decoration: none; color : #161C6C; }
a.nounderline:hover { text-decoration: none; color :  #c94e4f; }


