/* stylesRedensartenPC.css */
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../images/bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.ueberschrift1 {
	font-size:36px;
}

.ueberschrift2 {
 font: bold 100% Arial,sans-serif;
 font-size:32px;
 color: #334d55;
 margin: 0px;
 padding-top: 28px;
 padding-bottom: 28px;
}

.beschreibung {
	font: bold 100% Arial,sans-serif;
 	font-size:18px;
 	color: #334d55;	
}

.eingabeTextLinks {
	float:left;
	width:50%;
}

.eingabeText {
	padding-left:10px;
	float:left;
}


#redensartNeu {
	width:100%;
	height:100px;
}

#authorNeu {
	width:150px;
}

#bGo {
	width:30px;
}

.daten {
	width: 90%;
	clear: both;
	padding: 4px;
	text-align: left;
	font-size:18px;
 }
 
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:relative;
	top: 10px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #F3F3F3;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: relative;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 30px 0px 178px;
	border-left: 1px solid #ccd2d2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** pageName styles ****************/

#pageName{
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	position: relative;
	top: 8px;
	width: 95.6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 10px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 10px;
	right: 30px;
	padding: 0px;
	margin: 0px;
}

/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #005FA9;
	padding: 30px 0px 5px 0px;
}

.feature h2{
	font: normal 100% Arial, sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	width: 50%;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#SectionMitte {
	width: 20%;
	float:left;
    padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin:5px;
    text-align: left;
	font-size:medium;
	font-weight: bold;
	color:#063;
	background-color:#CCC;
}

#sectionLinksOhneLink {
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #cccccc;
	background-color: #E5E9EC;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#datenLinks {
	font-weight: bold;
	font-size:medium;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	color: #21536A;
	width: 50%;
	clear: both;
    float: left;
    display: inline;
	background-color:#CCC;
}

#datenLinks a:link, #datenLinks a:visited {

}

#datenLinks a:hover{
	background-color: #DDEEFF;
	background-image: none;
	text-decoration: none;
}

#datenMitte {
	width: 20%;
	float:left;
    padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin:5px;
    text-align: left;
	font-size:medium;
	font-weight: bold;
	color:#063;
	background-color:#CCC;
}

.fussnote {
	color:#063;	
	font-size:12px;
}