/* 
Theme Name: TTCI
Version: 0.1
Author: Stephan Schlögl
*/

/* BODY CONTAINER */

body {
	background: #E9E9E9;
}

#container {
	width: 950px;
	height: 390px;
	margin: 0px auto 0px auto;
	padding: 10px 10px 10px 10px;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
	background-image: url(img/background/container.gif);
	background-repeat: repeat-y;
}
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: strong;
	font-size: 15px;
	font-weight: strong;
	margin-bottom: 5px;
	background-color: #FFF;
}
		
h2 {
	margin-top: 15px;
	color: #00008B;
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
}

		
#searchform {
	padding-right: 10px;
	padding-bottom: 15px;
	font-size: 11px;
	text-align: right;
	color: white;
}
		
input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
}
	
/* HEADER ELEMENTS */

#header {
	width: 970px;
	height: 80px;
	border-bottom: 4px solid #00008B;
	padding: 0px 0px 0px 0px;
	clear: both;
	margin: 0px auto 0px auto;
	background: #BBE0E3 url(img/background/header_links.gif) repeat-y;
}

#header a {
	color: white;
	font-size: 80%;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
	background-color: transparent;
}

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
}
		
#header h1 a:hover {
	text-decoration:underline;
}

#header p { 
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}

#header	input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
}

#header input:hover {
	border:1px solid #999;
	background-color: #f4f4f7;
	color:#666;	
}
	
#header input:focus {
	border:1px solid #999;
	background-color: #f4f4f7;
	color:#333;
}

/*LOGIN */

#login {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	font-weight: strong;
	color: White;
	float: right;
	height: 70px;
	width: 190px;
	background-color: #0066FF;
	background-repeat: repeat-y;
	background: url(img/background/header_rechts.gif);
}

#login a {
	text-decoration: underline;
}

#login form {
	margin-top: 0;
}

/*LOGO*/

#logo {
	float:left;
	padding-top:5px;
	padding-left: 65px;
}


/* NAVIGATION BAR */

#navigation {
	float: left;
	width: 150px;
}

#navigation a {
	color: #00008B;
	text-decoration: none;
}

#navigation a:hover {
	color: #a23d3d;
	background-color: #AFDBDB;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;			
	float: left;
	padding-right:7px;
}

#navigation li {
	display: inline;
}
		
#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px dotted #00008B;
	background-color: #FEEF64;
}

#navigation h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: strong;
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 5px;
	background-color: #FFF;
}

#navigation a:link, #navlist a:visited {
	color:#00008B;
	text-decoration: none;
}
		
#navigation a:hover {
	background: #000000 96% 50% no-repeat;
	background-color: #BBE0E3;
	color: #00008B;
}

#navigation p {
	margin-top: 40px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	border-top: 1px dotted #CCC;
}

#navlist {
	margin-top: 19px;
}

#overline {
	padding-top: 10px;
	border-top: 1px dashed;	
}

#linkcat {
	list-style: none;
}
		
		
/* CONTENT ELEMENTS */

#content {
	float: left;
	width: 580px; 
	height: 390px;
	padding: 0px 10px 0px 10px; 
	overflow: auto;
	margin-left: 10px;
}

#content a {
	text-decoration: none;
	color: #00008B;
}
								
#content p {
	padding-bottom: 10px;
	color: 
}

#content .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:15px;
}
#content .articleimgleft {
	float:left;
	padding:5px;
	border:1px solid #eeeeee;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:15px;
}

#content input {
	background-color: #FFF;
	color: #999999;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
	
#content input:hover {
	border:1px solid #999;
	background-color: #f4f4f7;
	color:#666;
}

#content input:focus {
	border:1px solid #999;
	color:#333;
}
		
.feedback {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}

.meta {
	padding-top: 5px;
	text-align: right;
}
		
.date {
		text-align: right;
}


/* SIDEBAR ELEMENTS */

#sidebar {
	float: right;
	width: 170px;
	height: 390px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #0066FF;
}

#sidebar li {
	list-style: none outside none;
	margin-top: 0px;
	padding-left: 0px;
}
		
#sidebar ul {
	padding-top: 0px;
	display: compact; /*margin-left: -25px !important;*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}

#sidebar a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#sidebar h2 {
	background: White;
	margin-right: 10px;
}

.pagenav li {
	list-style: none;
	
}


/* FOOTER ELEMENTS */

#footer {
	margin: 0px auto auto auto;
	width: 970px;
	height: 45px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #DCDCDC;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	border-left: 1px solid Silver;
	background-image: url(img/background/footer.gif);
	background-repeat: repeat-y;
}
		
#footer a {
	color: gray;
	border: none;
}
		
#footer img {
	border: none;
}

		
/* COMMENT ELEMENTS */

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 40em
}

#commentform textarea {
	background: #ffffff;
	width: 20em
}

#commentform textarea:hover {
	background: #f6f4f4;
	border: 1px solid #9d9d9c;
}

#commentform textarea:focus {
	background: #f6f4f4;
	border: 1px solid #9d9d9c;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #ffffff;
	border: 1px solid #d6d3d3;
	width: 180px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #f6f4f4;
	border: 1px solid #9d9d9c;
	width: 180px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #f6f4f4;
	border: 1px solid #9d9d9c;
	width: 180px;
}

.pg_nav {
		text-align: center;		
}


/* BLOCKQOUTE */

blockquote {
	border-left: 3px solid #666666;
	margin: 1em 0;
	padding: 10px;
	background: #f4f5f1;
	width: 300px;
}


/*mygallery*/

.mypicsgallery a img {
	border: 1px solid  #ffffff;
	padding: 1px;
	color: white;
	text-decoration: none;
}


/*veranstaltung*/
#navigation .veranstaltung a {
	display: block;
	color: White;
	padding: 5px;
	width: 140px;
	margin-top: 10px;
	border: 1px dotted White;
	background-color: #C50014;
}

