/*Webdesign mit CSS für die Website: http://www.s-kuder.ch* - anno 2006*/

/*Farben: 
Hintergrund: #a9cbec alt #85aed7
Hintergrund hell: #BCD6F0 
Schrift: #330099
Border um Wrap: #9abde0
festes hellblau Navi: #6699ff
hellere Ränder Navi hell: #3300FF
Ränder Navi dunkel: #330099
Ränder Navi mittel: #330066
Ränder Navi rot: #FF0000
Schrift Navi hell: #c8d9ea vorher: ccccff 
Links: #009966
Links hover: #FF0000
*/


/*Allgemeines*/
 
*{
	margin: 0;
	padding: 0;	
}


/*CSS für den Body (body)*/
body {
	height: 101%;	
	background: url(hundepfote.gif) repeat top left;
	color: pink;#330099;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: center;	
}


/*CSS fürs Wrap (wrap)*/
#wrap {
	background-color: #a9cbec;
	color: #330099;
	width: 900px;
	margin: 20px auto 0 auto;
	border: 3px solid #9abde0;
	text-align: left;	
}


/*CSS für den Header (header)*/
#header {
	position: relative;
	height: 75px;
	/*margin-top: 10px;*/
	}


/*CSS fürs Logo (logo)*/
#logo {
	position: absolute;
	top: 18px;
	right: 20px;
	background-image: url(fileadmin/templates/061231logoSK.jpg); 	
	width: 153px;
	height: 45px;
}


/*CSS für die horizontale Navigation (navihori)*/
#navihori {
	position: absolute;
	top: 50px;
	left: 10px;
}

/* ist keine Liste ...
#navihori ul {
	width: 885px;
	padding-left: 15px;
	background: pink;
}

#navihori li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
*/

#navihori a {
	color: #3300FF;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

#navihori a:hover {
	color: #FF0000;
}


/*CSS für Titelbild+Name (header2)*/
#header2 {
	background-image: url(fileadmin/templates/070103fotologoSK.jpg); 
	float: left;
	height: 153px;
	width: 900px;
}

/*CSS für den Bereich mit dem Datum (header3)*/
#header3 {
	float: left;
	width: 900px;
	height: 20px;
	padding: 10px 0 0 10px;
	font-size: 80%;
	font-weight: bold;
}


/*CSS der (Haupt-)Navigation vertikal (navivert)*/
#navivert {
	float: left;
	width: 200px;
	height: 500px; 
	padding-top: 70px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	border-right: 0px solid #9abde0;
}

#navivert ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navivert a {
	display: block;
	margin-bottom: 2px;
	padding: 5px 10px; 
	border-left: 3px solid #FF0000;
	border-top: 1.5px solid #3300FF;
	border-right: 2px solid #330099;
	border-bottom: 2px solid #330099;
	color: #330099;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
	background: #6699FF url(user_upload/navigation/navi1-060724.png) repeat top left;
}


#navivert a:hover, active {
	font-size: 120%;
	text-decoration: none;
	color: #6699FF;
	border-left: 1.5px solid #3300FF;
	border-top: 1.5px solid #3300FF;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #330066 url(user_upload/navigation/navi2hover-070102.psd) repeat top left;
}


/*2. Menuebene*/
#navivert ul ul a {
	display: block;
	margin-bottom: 2px;
	padding: 3px 5px 3px 15px; 
	border-left: 2.5px solid #3300FF;
	border-top: 1.5px solid #3300FF;
	border-right: 2px solid #330099;
	border-bottom: 2px solid #330099;
	color: #330099;
	font-size: 90%;
	font-weight: 600;
	text-decoration: none;
	background: #9abde0 url(user_upload/navigation/navi2-070102.psd) repeat top left;
}


#navivert ul ul a:hover, active {
	font-size: 100%;
	text-decoration: underline;
	color: #6699FF;
	border-left: 2.5px solid #3300FF;
	border-top: 1.5px solid #3300FF;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #330099 url(user_upload/navigation/navi1hover-060724.png) repeat top left;
	
}

/*3. Menuebene*/
#navivert ul ul ul a {
	display: block;
	margin-bottom: 2px;
	padding: 3px 5px 3px 25px; 
	border-left: 2.5px solid #330066 /*3300FF*/;
	border-top: 1.5px solid #330066;
	border-right: 2px solid #330099;
	border-bottom: 2px solid #330099;
	color: #FF0000;
	font-size: 85%;
	font-weight: 700;
	text-decoration: none;
	background: #BCD6F0 url(user_upload/navigation/navi2-070102.psd) repeat top left;
}


#navivert ul ul ul a:hover, active {
	font-size: 95%;
	text-decoration: underline;
	color: #BCD6F0;
	border-left: 2.5px solid #3300FF;
	border-top: 1.5px solid #3300FF;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	background: #330066 url(user_upload/navigation/navi2hover-070102.psd) repeat top left;
	
}


/*CSS für die Rootline (rootline)*/
#rootline {
	float: left;
	width: 649px;
	text-align: right;
	color: #330099;
	font-size: 80%;
	font-weight: bold;
}


#rootline a {
	margin: 0 3px 0 3px;
	text-decoration: none;
	color: #3300FF;
	font-size: 120%;
	font-weight: bold;
}

#rootline a:hover {
	margin-top: 0px;
	text-decoration: none;
	color: #FF0000;
	
}



/*CSS für den Inhalt (content)*/
#content {
	float: left;
	width: 610px;
	border-left: 0px solid #330099;
	margin-left: 50px;
	line-height: 135%;
}

#content hr {
	margin-top: 10px;
	margin-left: 100px;
	width: 450px;
	border: 1px solid #330099;
}

#content ul {
	list-style-image: url(listen-pfote-db.gif);
}
	
#content li {
	padding-left: 5px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 40px;
	line-height: 200%;
	font-size: 95%;
}

#content a {
	color: #3300FF;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover {
	color: #FF0000;
	/*text-decoration: underline;*/
}


/*CSS für den Footer (footer)*/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	border-top: 2px solid red;
	
	width: 900px;
	text-align: center;
	color: #330099;
	font-size: 80%;
	font-weight: 600;
}


/*Beginn des CSS für die Überschriften*/
h1, h2, h3, h5, h6 {
	line-height: 1.2em;
	padding: 45px 0 25px 0;
	width: 92%;
}

h1 {
	font-size: 22px;	
}

h2 {
	padding: 50px 0 20px 0;
	font-size: 18px;
}

h4 {
	padding: 10px 0 10px 0;
}

h5 {
	font-size: 16px;
	font-style: italic;
	margin-bottom: -20px;
}

/*Beginn des css für die Textabsätze*/
p {
	margin-bottom: 1em;
	/*margin: 5px 0 5px 0;*/
	width: 92%;
}



/*Beginn des CSS für die Tabellen*/
.contenttable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	border: 2px solid #3300FF;
	margin-right: 10px;
	background-color: #9ABDE0;
}
.contenttable th{
	padding: 10px;
	background-color: #330066;
	color: #BCD6F0;
	border: 2px solid #3300FF;
}
.contenttable td{
	background-color: #BCD6F0;
	padding: 10px;
	border: 1px solid #3300FF;
}
.contenttable tr {
	background-color: #A9CBEC;
	text-align: left;
}


/*Beginn CSS für Sitemap*/
#content .csc-sitemap {
	background-color: transparent;
	padding-bottom: 30px;
}

#content .csc-sitemap li {
	list-style-image: url(listen-pfote-db.gif);
	font-size: 95%;
}

#content .csc-sitemap li li {
	list-style-image: url(listen-pfote-mb.gif);
	font-size: 90%;
	line-height: 1.75;
}

#content .csc-sitemap li li li {
	list-style-image: url(listen-pfote-hb.gif);
	font-size: 85%;
	line-height: 1.5;
}

.csc-header, .csc-firstHeader {
}

#content ul .csc-menu, .csc-menu-1 {
margin-bottom: 20px;
list-style-type: none !important;
}

/*Beginn des CSS für Suche*/
.csc-sword {
	color: #ff9900;
}

.csc-form-labelcell, .csc-form-fieldcell, .csc-searchResultInfo, .csc-searchResultRange, .csc-searchResultPrevNext, .csc-searchResultHeader, .csc-searchResult {
	font-family: Verdana,Arial,Helvetica;
	color: #330099; 
	font-size: 75%;
	padding: 0.5em 0;
	margin-left: 60px;
}

.csc-form-labelcell {
	width: 75px;
}


/*Beginn des CSS für Dateiuploads*/
table.csc-uploads {
	border-spacing: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px solid #3300FF;
	margin: 25px 5px 25px 100px;
	background: #BCD6F0;
	
}
table.csc-uploads td {
	padding: 3px 15px 3px 5px;
}
table.csc-uploads p {
	margin:0;
	padding:0;
}
table .csc-uploads tr.tr-even {
	background-color: #FFFF00;
}


/*Beginn des CSS für Mailformulare*/
.csc-mailform {
	background-color: #85AED7;
	border: 3px solid #330066;
	padding: 20px;
	margin: 0 50px 20px 10px;
}

.csc-mailform-forum {
	background-color: #BCD6F0;
	border: 1px solid #FFFF00;
}

.csc-mailform-field {
	display: block;
	padding: 5px;
	border: 0px solid #330066;
	margin: 10px;
}

.csc-mailform-field #mailformKastration,
.csc-mailform-field #mailformMehrhundeHaushalt {
	width: 55px;
}

.csc-mailform label, .csc-mailform-forum label {
	display: block;
	width: 180px;
	float: left;
	text-align: left;
	margin: 2px 5px;
	padding:0;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform-forum input, .csc-mailform-forum textarea {
	font-family: Verdana,Arial,Helvetica;
	color: #330099;
	background-color: #BCD6F0;
	border: 1.5px solid #330099;
	width: 200px;
	padding: 3px 6px;
	font-size: 10pt;
}

.csc-mailform-check {
	text-align: left;
	/*margin-left: -75px;*/
	border: 10px solid black;
	width: 200px;
	height: 25px;
	background-color: #BCD6F0;
	color: black;
}

.csc-mailform input.csc-mailform-submit{
	float: right;
	width: 200px;
	/*cursor: hand;*/
	color: #330066;
	font-size: 11pt;
	font-weight: 900;
	border-top: 2px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-left: 2px solid red;
	
}

.csc-mailform form:hover input.csc-mailform-submit:hover{
	background-color: #FFFF66;
	border: 1px solid white;
	color: white;
}


/*CSS für die Beschriftung der Fotos*/
#content .csc-textpic-caption {
	color: #330099; 
	font-size: 75%;
	font-weight: bold;
	/*margin-bottom: 10px;*/
	/*padding: 5px 0 10 px 0;*/
	text-align: center;
	
}



/*ab hier noch unkontrolliert!*/

/*Pseude-Formate für Hyperlinks*/
a:link {
	color: #009966;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline; 
}

/* für besuchte Links
a:visited {
	color: red; #666666;
	text-decoration: none;
}
*/

/*Beginn css für Listen
.listen, .moegprob, .philo, .5punkte li {
	list-style-type: square;
	padding-left: 10px;
	margin-left: 10px;
	line-height: 175%;
	font-size: 105%;
}
*/

/*CSS für kursive Hervorhebung*/
blockquote {
	font-style: oblique;
}

#CSS für das Gästebuch

.tx-guestbook-list-table { 
	margin-left: 150px;
	border: 5px solid #000000; 
}

.tx-guestbook-list-header { 
    	background-color: #6699CC; 
    	padding: 3px;
    	color: #EEEEEE; 
    	font-weight: bold; 
}
    	
.tx-guestbook-list-row { 
	background-color: #6699FF;
	padding: 3px;
}

.tx-guestbook-list-rowleft { 
	background-color: yellow;
	width: 10px; 
}

.tx-guestbook-list-entrycomment-title {
	color: red;
	font-weight: bold; }
    
.tx-guestbook-list-entrycomment { font-style: italic; }
    
.tx-guestbook-list-small { 
	font-size: 9px; 
	color: #FF0000; 
}
   
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #9f0029; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    
.tx-guestbook-form-inputfield-med { 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #330099; 
	padding: 2px;
	margin: 2px;
	font-size: 14px; 
	color: #330066; 
	width: 200px; 
	line-height: 150%;
}

.tx-guestbook-form-inputfield-big { 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #330099; 
	padding: 2px;
	margin: 2px;
	font-size: 14px; 
	color: #330066; 
	width: 200px; 
	line-height: 150%;
}

.tx-guestbook-form-textarea { 
	border-style: solid; 
	border-width: 1pt; 
	border-color: #330099;
	padding: 2px;
	margin: 5px 2px 5px 2px; 
	font-size:14px; 
	color:#330066; 
	width:250px; 
}
    
.tx-guestbook-form-obligationfield td { 
	background-color: blue;
	color: yellow; 
	width: 150px;
}

.tx-guestbook-form-error { 
	color: #CC0000; 
}



