/*
Theme Name: doggyDK
Theme URI: http://www.dogta.de/dk/
Description: Theme für Auslandssemester in Kolding
Version: 0.1
Author: Philipp Arlt
Author URI: http://www.dogta.de/
*/


* {
	margin: 0px;
	padding: 0px;
}
body {
	margin:0 0 10px 0;
	padding:0;
	background:#fff;
	font-family:Verdana, Arial, Helvetica, serif;
	font-size:11px;
	line-height:16px;
	color:#666;
}
.hideme { display: none; }
a {
	text-decoration:underline; color:#666;
}
a:hover { color:#c30; }


h2 {font-size: 16px;}
ul, li { list-style-type: none;}
p { margin-bottom: 10px;}



.hideme {display:none;}




/* Rahmen */
.rahmen {
	margin: 50px 0px 20px 100px;
	width: 730px;
}



/* Sidebar */
#sidebar {
	float: left;
	width:150px;
	margin:0 5px 0 5px;
}

/* Sidebar: Logo */
#logo {
	background-image: url(img/logo0_c.png);
	float:right;
	width:150px;
	height: 205px;
	margin: 0 5px 5px 0;
}
#logo a {
	display: block;
	width:150px;
	height: 205px;
}
#logo a:hover {
	background-image: url(img/logo1_c.png);
}


/* Sidebar: Suche */
#s {
	margin-top: 12px;
	width:125px;
	padding:5px;
	color:#999;
	font-size:11px;
	border:1px solid #ccc;
}
#s:hover {border:1px solid #c30;}
#searchsubmit {
	display: none;
}





/* Inhalt */
.content {
	float: right;
	width: 560px;
	margin-left: 10px;	
}

.eintrag {
	width:560px;
}
.eintrag h2 a {
	display: block;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
.eintrag h2 a:hover {color:#c30;}

.about {
	float: lef;
	text-align: left;
	width:379px;
	height: 150px;
	padding:10px 20px 20px 10px;
	border-right:1px solid #c30;
	margin-bottom:15px;
}
.about h2 {padding-bottom: 10px;}



.eintragTxt {
	float: right;
	text-align: justify;
	width:379px;
	padding:10px 20px 10px 10px;
	border-right:1px solid #c30;
	margin-bottom:35px;
}
.eintragTxt img {
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #ccc;
	margin-bottom:5px;
}
.eintragTxt img:hover {
	border:1px solid #c30;
}


.eintragInfo {
	float: right;
	width: 130px;
	padding: 10px;
}

.eintragInfoTags {
	color: #ccc;
}

.eintragInfo a, .eintragInfoTags a{color: #ccc; text-decoration:none;}
.eintragInfo a:hover, .eintragInfoTags a:hover {color:#c30;}


/* Navigation: mehr Einträge */

.nav { padding-left: 10px; width: 378px; margin-bottom: 35px;}
.navAlt { float: left; }
.navNeu { float: right; }




/* Kommentare */

.kommentarTxt { float: right;
	text-align: justify;
	width:379px;
	padding:10px 20px 20px 10px;
	margin-bottom:25px;
	border-right: 1px solid #ccc;
}

.kommentarInfo {
	float: right;
	width: 130px;
	padding: 10px 10px 0 10px;
}

/* Kommentare: Autor */

.kommentarRahmenAutor {
	background: #f5f5f5;
}

.kommentarTxtAutor { float: right;
	text-align: justify;
	width:378px;
	padding:10px 20px 20px 10px;
	margin-bottom:25px;
	border-right: 1px solid #ccc;
}

.kommentarInfoAutor {
	float: right;
	width: 130px;
	padding: 10px 10px 0 10px;
}

.kommentarLabel {display:none;}

.kommentarEingabe {width: 110px; border: 1px solid #ccc; padding:5px; color:#999; font-size:11px; margin-bottom: 5px;}
.kommentarEingabe:hover {border:1px solid #c30;}

.kommentarBox {width: 369px; height: 150px; border: 1px solid #ccc; padding:5px; color:#999; font-size:11px; margin-bottom: 5px;}
.kommentarBox:hover {border:1px solid #c30;}

.kommentarAktion { border: 1px solid #ccc; padding:5px; color:#999; font-size:11px;}
.kommentarAkion:hover {}




/* Linkliste */

.linksTxt {
	float: right;
	text-align: justify;
	width:379px;
	padding:10px 20px 10px 10px;
	border-right:1px solid #c30;
	margin-bottom:35px;
}

.linksTxt ul {padding-bottom: 20px;}
.linksTxt ul li ul {padding-left: 20px;}
