/******* HTML tag styles *******/
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333;
}

html, body
{ 
	background: #FFFFFF url("images/background.gif") fixed;
	height: 100%;
}

#content h1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #3E5373;
	border-left: 3px solid #3E5373;
	color: #3E5373;
	font-size: 130%;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}

/*
#content h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}

#content h3 {
	font-size: 110%;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 10px;
}
*/

/* Code Darstellung */
#content pre,
#content p.quote {
	background: #f7f7f7;
	border: 1px solid #d7d7d7;
	margin: 1em 1.75em;
	padding: .25em;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#content ul {
	margin-top: 6px;
	margin-left: 15px;
}

#content input,
#content textarea,
#content select,
#content checkbox,
#content radio {
	background-color: #DCDCDC;
	border: 1px dotted #6B829E;
	vertical-align: middle;
	padding:1px;
	margin:2px
}

/* 
	Tabellen-Layouts 
*/

/* normal */
.contenttable-0 td{
	text-align: center;
	padding:3px;
	padding-left:5px;
}
.contenttable-0 .tr-even{
	background: #F9F9F9;
}
.contenttable-0 .tr-odd{
	background: #FFFFFF;
}
/* Kopfzeile */
.contenttable-0 .tr-0{
	background: #EFEFEF;
}
.contenttable-0 .tr-0 td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
	border-top:1px;
	border-top-color:#B9B9B9;
	border-top-style:solid;
}
/* Fußzeile */
.contenttable-0 .tr-last td{
	padding:5px;
	border-bottom:1px;
	border-bottom-color:#B9B9B9;
	border-bottom-style:solid;
}

/******* Layout Divs *******/

#content
{
	float: none !important;
	/*float: right;*/
	margin-left: 130px !important;
	margin-left: 0;
	padding-top: 120px;
	padding-left: 50px;
	text-align: justify;
	width: 600px;
}

#rss-feed
{
	text-align: center;
	margin-top: 10px;
}

/******* Layout Images *******/

#top-logo {
	position:absolute;
	top: 0;
	left: 0;
}

#menu-print-image
{
	border: 0;
	position: absolute;
	top: 73px;
	left: 98px;
}

/******* hyperlink and anchor tag styles *******/


p a:link,
p a:visited,
p a:active
{
	background-color: transparent;
	color: #414141;
	text-decoration: none;
}

p a:hover
{
	background-color: transparent;
	color: #546E8E;
	text-decoration: underline;
} 

/******* Indexed Search *******/

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #3E5373;
	border-left: 3px solid #3E5373;
	color: #3E5373;
	font-size: 130%;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.tx-indexedsearch .tx-indexedsearch-rules h2{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 20px solid #3E5373;
	border-left: 3px solid #3E5373;
	color: #3E5373;
	font-size: 130%;
	font-weight: normal;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-left: 4px;
	padding-bottom: 2px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox{
	font-weight: bold;
	margin-bottom: 10px;
}
.tx-indexedsearch .tx-indexedsearch-sectionlinks{
	font-weight: normal;
	padding-left: 1%;
}
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	border: 1px dotted #C5D0DE;
	background-color: #D8E1E8;
	margin-bottom: 5px;
	padding: 2px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title {
	border: 1px dotted #C5D0DE;
	background-color: #E9EEF2;
	margin-bottom: 5px;
	padding: 2px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	border: 1px dotted #C5D0DE;
	background-color: #FFFEFB;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE {
	border:1px dotted #C5D0DE;
	background-color: #FFFEFB;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }

/* default styles for extension "tx_newloginbox_pi3" */
/*
.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
*/

/* default styles for extension "tx_srfeuserregister_pi1" */
.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; }
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }