/* 
thomas-kramer.com ver 2006
*/

/*
#####
##### Design-Richtlinien für gesamte Seite
#####
*/

body {
	/*
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size:13px;
	*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	color: #333333;
	background-color:#ffffff;
}

a {
	text-decoration: none;
	color: #105c94
	
}

p a {
	line-height: 110%;
	color: #105c94;
	border-bottom: 1px dotted #105c94;
	text-decoration: none;
}

p a:hover {
	background-color: #dddddd;
	border-bottom: 1px solid #105c94;
}

ul, ol {
	list-style: none;
	margin:0px;
	padding:0px;
}


/*
#####
##### Design-Richtlinien für Artikel
#####
*/

h1 {
	color: #105c94;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 90%;
	letter-spacing: -2px;
	font-size: 28px;
	width:590px;
	margin-bottom: 0px;
	/* background-color:#E9E9E9; */
	border-bottom: #105c94 4px solid;
	padding: 5px;
	z-index: 100;

}

h1 a:hover {
	color: #ffffff;
	background-color:#105c94;
	border-bottom: #999999 4px solid;
}

h1:hover {
	color: #ffffff;
	background-color:#105c94;
	border-bottom: #999999 4px solid;
}

#entry_info
{
	background-color:#E9E9E9;
	width:595px;
	height: 18px;
	font-size:10px;
	color: #000000;
	padding:2px;
	padding-left:5px;
	padding-right: 0px;
}

#entry_info a {
	line-height: 110%;
	color: #105c94;
	border-bottom: 1px dotted #105c94;
	text-decoration: none;
}

#entry_info a:hover {
	background-color: #dddddd;
	border-bottom: 1px solid #105c94;
}

#entry_bottom
{
	background-color:#E9E9E9;
	width:595px;
	height: 6px;
	font-size:0px;
	color: #000000;
	border-bottom: 2px #666666 solid;
	margin-top: 5px;
	margin-bottom: 30px;
	z-index: 100;
}

h2 {
	color: #105c94;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 90%;
	letter-spacing: -1px;
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 5px;
	border-bottom: #cccccc 2px solid;
}
h3 {
	color: #105c94;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 90%;
	letter-spacing: -1px;
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: #cccccc 1px solid;
}

hr {
	border: solid #105c94 1px;
}
/*
cite {	
	border-bottom: solid #105c94 1px;
	padding: -2px;
}
*/
blockquote {

	margin-left: 20px;
	border-left: #ededed 5px solid;
	padding-left: 10px; 
	margin-bottom: 20px;
}
/*
#design_titel {
	background-image: url(images/design_titel_v3.jpg);
	background-repeat: no-repeat;
	background-position:right;
	position: fixed; 
	z-index: 1000; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 65px;
	opacity: 0.9;
}
*/


#design_titel {
	background-image: url(images/design_banner_sba1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: 100%; 
	height: 150px;
}


#design_menu {
	font-size: 14px;
	float:left;
  	height: 25px;
  	list-style: none;
  	padding-top: 9px;
	z-index:1002;
}

#design_menu li a {
	float:none;
}

#design_menu li {
   float: left; 
}

#design_menu li,

#design_menu li a {
  display: block;
  height: 28px;
}

#design_menu li a {
  color: #ffffff;
  line-height: 20px;
  margin-right: 1em;
  margin-bottom: 8px;
  padding: 0 0.5em;

}

#design_menu li a:hover {
  border-bottom: 5px solid #105c94;
  margin-bottom: 0px;
  background-color: #ffffff;
  color: #105c94;
}

#design_menu li a:active {
  	border-bottom: 4px solid #105c94;
 	color: #ffffff;
	background-color: #3594c2;
}

#design_inhalt
{
	width: 850px;
	text-align: left;
	margin:auto;	
}

#design_content
{
	float:left;
	margin-top:20px;
	width: 600px;
	/* background-image:url(../images/design_first_entry.jpg); */
	background-repeat:no-repeat;
	background-color:#ffffff;
	
}

#design_content p {
	margin-left: 5px;
}

#design_sidebar
{
	margin-top: 59px;
	background-color:#ffffff;
	width: 200px;
	padding-left:5px;
	text-align:left;
	float: right;
	/* border-left: dotted 1px #666666; */
}
#design_sidebar_sideblog
{
	border-bottom: 1px #cccccc solid;
	font-size:10px;
	/* border-left: dotted 1px #666666; */
}
#design_sidebar_sideblog:hover
{
	background-color: #f0f0f0;
	/* border-left: dotted 1px #666666; */
}
#design_sidebar_sideblog:a
{
	border-bottom: 1px #cccccc solid;
	color: #990000;
	/* border-left: dotted 1px #666666; */
}
#design_sidebar_titel
{
	margin-top: 15px;
	padding: 5px;
	background-color:#105c94;
	border-bottom: 3px #cccccc solid;
	width: 190px;
	text-align:left;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 90%;
	color: #ffffff;
	font-size: 13px;
}
/*
#design_sidebar_titel:hover
{
	background-color:#cccccc;
	border-bottom: 3px #105c94 solid;
	color: #105c94;
}

*/

.design_sidebar_galerien li
{
	border-bottom: 1px #cccccc solid;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color:#eeeeee;
	text-decoration:none;
	/* border-left: dotted 1px #666666; */
}

.design_sidebar_galerien ul.lined li a { 
	color: #333333; 
	display: block; 
	line-height: 1.25em; 
	padding: 5px 10px; 
	text-decoration:none;
}
.design_sidebar_galerien ul.lined li a:hover { background: #105c94; color: #ffffff; }

#design_sidebar_galerien ul.lined
{
	border-top: 1px solid #2c293b; 
	font-size: 14px; 
	margin-bottom: 35px;
	text-decoration:none;
}

#design_sidebar_galerien ul.lined li
{
	 border-bottom: 1px solid #333333; 
	 padding: 7px 10px;
	 background-color: #999999;
	 margin:50px;
	 text-decoration:none;
}

#design_sidebar_flickr
{
	text-align:right;
	float:left;
	width: 200px;
	margin-top:10px;
	
}


#design_sidebar_flickr_bild
{
	/*
	margin-top: 5px;
	margin-right: 5px;
	border-bottom: #E9E9E9 3px solid;
	padding-bottom: 3px;
	text-align:left;
	*/
	float: left;
	width: 75px;
	height: 75px;
	padding:11px;
	margin: 0px;
	background-image: url(images/photorahmen_2.jpg);
}


#design_sidebar
h3
{
	font-size:14px;
	font-weight: bold;
	color: #105c94;
	
}

#design_sidebar
input
{
	border: solid 1px #999999;
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #000000;
	padding: 3px;
	margin-bottom: 5px;
}

.searchfield
{
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 20px;
	color:#105f94;
}

#design_titel_kommentar
{	
	/*
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	*/
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size:35px;
	color: #e0e0e0;
	word-spacing:5em;
	z-index: 10;
}

#design_titel_kommentar_blau
{
	color: #666666;
}

#design_kommentar {
	background-color: #f3f3f3;
	border-right: 1px solid #105c94;
	padding: 10px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left:5px;
	z-index: 700;
}

#design_kommentar_gravatar {
	border: 2px solid #cccccc;
	padding:1px;
	float: left;
}

#design_kommentar_text {
	margin-left: 75px;
	min-height:70px;
}

.wp-smiley {
	border:0px;
	padding:0px;
}

p img a:link {
	border: none;
	text-decoration:none;
}

p img:link {
	border: none;
	text-decoration:none;
}

p a img {
	border: none;
	text-decoration:none;	
}

#design_content p img {
	padding: 1px;
	border: #cccccc 3px solid;
	text-decoration: none;
	background:#ffffff;
	color: #ffffff;
	margin-right: 10px;
}
/* 
#design_content p img a {
	padding: 1px;
	border: #cccccc 3px solid;
	text-decoration: none;
}

#design_content p img a:hover {
	padding: 1px;
	border: #104c94 3px solid;
}
*/
