@import url("ad.css");

html, body, #page, #menu, #main #header, #c_main, #c_right, p, h1, h2, h3, h4, h5, h6, pre, .csc-textpic-caption, ul, ol, li, blockquote, code, form, fieldset, input {
	margin: 0; 
	padding: 0;
}

/* L A Y O U T */

html, body {
	height: 100%;
}
body {
	background-image:  url("../images/body/bg.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #3A3939;
}

/* page */
#page {
	position: relative;
	margin: 0 auto;
	width: 650px;
	min-height: 100%;
	background-image:  url("../images/body/page.gif");
	background-repeat: repeat-y;
	background-position: right;
}

/* menu */
#menu {
	position: absolute;
	width: 20px;
}
#menu ul {
	list-style: none;
}
.m_blog a, .m_widget a, .m_friends a, .m_info a {
	display: block;
	width: 20px;
}
#m_blog_no, #m_blog_act, #m_widget_no, #m_widget_act, #m_friends_no_login, #m_friends_no_nologin, #m_friends_act, #m_info_no, #m_info_act_nologin, #m_info_act_login {
	background-repeat: no-repeat;
	text-decoration: none;
}
.m_blog a {
	height: 82px;
}
#m_blog_no {
	background-image: url(../images/menu/blog_no.gif);
}
#m_blog_no:hover {
	background-image: url(../images/menu/blog_ro.gif);
}
#m_blog_act {
	background-image: url(../images/menu/blog_act.gif);
}
.m_widget a {
	height: 108px;
}
#m_widget_no {
	background-image: url(../images/menu/widget_no.gif);
}
#m_widget_no:hover {
	background-image: url(../images/menu/widget_ro.gif);
}
#m_widget_act {
	background-image: url(../images/menu/widget_act.gif);
}
.m_friends a {
	height: 116px;
}
#m_friends_no_login {
	background-image: url(../images/menu/friends_no.gif);
}
#m_friends_no_nologin {
	display: none;
}
#m_friends_no_login:hover {
	background-image: url(../images/menu/friends_ro.gif);
}
#m_friends_act {
	background-image: url(../images/menu/friends_act.gif);
}
.m_info a {
	height: 76px;
}
#m_info_no {
	background-image: url(../images/menu/info_no.gif);
}
#m_info_no:hover {
	background-image: url(../images/menu/info_ro.gif);
}
#m_info_act_nologin {
	background-image: url(../images/menu/info_act.gif);
}
#m_info_act_login {
	background-image: url(../images/menu/info_act.gif);
}

/* header */
#header {
	margin-left: 20px;
	height: 165px;
}
#header img {
	border: 0;
}

/* content */
#c_main {
	float: left;
	margin: 0 20px 50px 34px;
	width: 410px;
}
#c_right {
	float: right;
	margin: 0 0 50px 3px;
	width: 178px;
}
#c_main a img {
	border: 2px solid #000;
}
#c_right a img {
	border: 2px solid #4B4A4A;
}

/* footer */
#footer {
	clear: both;
}
#f_inside {
	position: absolute;
	margin-left: 34px;
	padding: 8px 0;
	bottom: 0;
	width: 600px;
}
#f_inside img {
	border: 0;
}

/*   F O N T S   */

/* general */
p, h1, h2, h3, .csc-textpic-caption, #c_main li, #c_right li, #f_inside, blockquote, code, .comment_c_text, .tx_timtab_embeddedvideo-link, legend, input, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
p, .csc-textpic-caption, #c_main li, #c_right li, #f_inside, blockquote, code, .comment_c_text, .tx_timtab_embeddedvideo-link, legend, input, textarea, label {
	font-size: 0.8em;
}

/* default */
p, .comment_c_text {
	margin: 0.3em 0;
	line-height: 1.6em;
	letter-spacing: 0.04em;
}
.postmetadata p {
	margin: 0 0 10px 0;
	line-height: 1.1em;
}
h1 {
	font-family: Times, Georgia, "Times New Roman", serif;
	margin: 0.6em 0 0.3em 0;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
}
.csc-firstHeader {
	margin: 0.26em 0 0.3em 0;
}
h2 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.1em;
	line-height: 1.2em;
}
h3 {
	margin: 0 0 0.4em 0;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	line-height: 1.2em;
	font-weight: bold;
}
blockquote, blockquote p {
	font-style: oblique;
}
code, code p {
	font-family: "Courier New", Courier, mono;
	white-space: nowrap;
}
blockquote p, code p, .comment_c_text blockquote, .comment_c_text code {
	font-size: 1em;
}
.comment_c_text ul {
	font-size: 1.25em;
}
#f_inside {
	text-transform: uppercase;
	text-align: right;
	color: #999;
}

/* image captions */
.csc-textpic-caption, .news-single-imgcaption {
	margin: 0 0 0.3em 0;
	font-style: italic;
	line-height: 1.2em;
	color: #444;
}

/* lists */
#c_main li, #c_right li {
	line-height: 1.6em;
}
#c_main ul p, #c_main ol p, #c_right ul p, #c_right ol p {
	font-size: 1em;
}
 #c_main ul ul, #c_main ol ol, #c_right ul ul, #c_right ol ol {
 	font-size: 1.2em;
 }

/* forms */
input {
	font-weight: bold;
}
label {
	letter-spacing: 0.1em;
	vertical-align: text-top;
}

/* uri */
#c_main a, #c_right a, #footer a {	
	text-decoration: underline;	
	color: #4B4A4A;
}
#c_main a:hover, #c_right a:hover, #footer a:hover {
	text-decoration: none;
	color: #4B4A4A;
}
#c_main .post a {
	text-decoration: none;
	color: #000;
}

/*  G E N E R A L  */

/* effects */
#c_main .post {
	padding-left: 15px;
}
#c_main .post a {
	opacity: .4;
}
#c_main .post a:visited, #c_main .post:hover>a, #c_main .post:hover>h1 a, #c_main .post:hover>div h3 a, #c_main .post:hover>p a {
	opacity: .9;
}
#c_main .post:hover {
	border-left: 5px solid #8D8B8B;
	padding-left: 10px;
}
#c_main .post .postmetadata {
	visibility: hidden;
}
#c_main .post:hover .postmetadata {
	visibility: visible;
	font-weight: bold;
}

/* text */
blockquote, code, .box {
	padding: 10px;
	border-left: 5px solid #A8A8A8;
	background-color: #c6c6c6;
}
code {
	display: block;
	overflow: auto;
}

/* lists */
#c_main ul, #c_main ol, #c_right ul, #c_right ol {
	margin: 0 0 0.4em 1.5em;
}
#c_main ul ul, #c_main ol ol, #c_main ul ul ul, #c_main ol ol ol, #c_right ul ul, #c_right ol ol, #c_right ul ul ul, #c_right ol ol ol {
	margin: 0 0 0 0.9em;
}
#c_main ul, #c_main ul ul ul, #c_right ul, #c_right ul ul ul {
	list-style: disc;
}
#c_main ul ul, #c_right ul ul {
	list-style: square;
}

/* lists - blogroll */
#c_right .tx-timtab-pi1 ul {
	margin: 0;
}
.tx-timtab-pi1 li {
	float: left;
	list-style: none;
}
.tx-timtab-pi1 li img {
	margin-right: 8px;
}

/* images */
.tx-timtabsociable-pi1 img {
	margin: 2px 0 0 8px;
}
.news-single-img {
	margin-top: 55px;
}

/* forms */
fieldset {
	padding: 0.6em;
	border: 3px solid #c6c6c6;
}
#c_right fieldset {
	padding: 0;
	border: 0;
}
legend {
	color: #8F8F8F;
}
input[type=text], input[type=password] {
	width: 180px;
}
textarea {
	margin-bottom: 0.6em;
	width: 380px;
	height: 180px;
}
input, textarea {
	background-color: #c6c6c6;
}
input:focus, textarea:focus {
	background-color: #E1E1E1;
}

/* comments */
.comment_m {
	margin-bottom: 15px;
}
.comment_h {
	background-color: #c6c6c6; 
	text-align: right;
}
.comment_h_name {
	float: left;
}
.comment_c_gravatar {
	float: left;
}
.comment_c_text {
	margin-left: 70px;
}
.comment_b {
	clear:both; 
	margin-bottom: 5px; 
	border-bottom: 3px solid #c6c6c6; 
	text-align: right
}

/* shoutbox */
.shout_input form { 
	margin: 0px;
} 
#shout_contentwrap { 
	overflow: auto;
	width: 168px;
	height: 150px; 
	background-color: #c6c6c6;
} 
#shout_content .name { 
	font-weight: bold;
} 
#shout_contentwrap, #shout_inputwrap, #shout_input .text, #shout_input .button { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
#shout_input .text { 
	width: 165px;
	height: 60px; 
} 

/* banner */
a.banner {
	position:absolute;
	left:0;
	top:0;
	margin:0;
	padding:0;
	overflow:visible;
	z-index:5;
	width:110px;
	height:110px;
	background-image:url(../images/corner/atomausstieg.png);
	background-repeat:no-repeat;
	border:none;
}