/*  
Theme Name:Theme1
Theme URI:http://www.studiengang-verzeichnis.de/
Description:A simple Wordpress-Theme
Author:Studiengang-Verzeichnis.de
Author URI:http://www.studiengang-verzeichnis.de/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/



/* Begin Main-Layout */
*{
	margin:0;
	padding:0
}

body {
	background:url('images/bg.gif') fixed #555;
	color:#444;
	font:small arial,verdana,sans-serif;
	text-align:center
}

.page{
	background:#fff;
	border-left:1px solid #444;
	border-right:1px solid #444;
	margin:0 auto;
	text-align:left;
	width:780px
}


#content {
	float:left;
	margin:0 0 20px 20px;
	width:470px
	}
	
#sidebar2 {
	float:left;
	margin:20px 0 20px 20px;
	width:250px;
	}

#footer {
	background:#eee;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
        height:35px;
	clear:both;
	margin:0 20px;
	padding:10px 20px;
	text-align:center
	}
/* End Main-Layout */



/* Begin Header */
#header {
        float:right;
        margin:10px 0
	}
	

/* End Header */
	
/* Begin CSS Popout Menu */

#menu {
background:#eee;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
width:780px;
float:left;
}

#menu a, #menu h2{
font:bold 14px/18px "trebuchet ms",arial,sans-serif;
display:block;
height:30px;
list-style-type: none;
line-height: 30px;
margin:0;
padding:0;
text-align: center;
}

#menu h2{
color:#148;
}

#menu a{
background:#eee;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#148;
}

#menu a:hover{
color:#ffa500;
background:#eee;
}

#menu a:active{
color:#ffa500;
background:#fff;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:7em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
border:1px solid #ccc;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#fff;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#148;
background:#eee;
}

#menu a.x:hover{
color:#148;
background:#fff;
}

#menu a.x:active{
color:#148;
background:#eee;
}

/* End CSS Popout Menu */



/* Begin Content*/
#content h2{
	color:#148;
	font:normal 1.8em "trebuchet ms",arial,sans-serif;
	margin:20px 0 0 0;
	}


#content h3,#content h4,#content h5,#content h6{
	color:#148;
	font:normal 1.3em "trebuchet ms",arial,sans-serif;
	margin:20px 0 0 0;
	}

#sidebar1 h2,#sidebar1 h3,#sidebar1 h4,#sidebar1 h5,#sidebar1 h6,
#sidebar2 h2,#sidebar2 h3,#sidebar2 h4,#sidebar2 h5,#sidebar2 h6{
	color:#148;
	font:normal 1.3em "trebuchet ms",arial,sans-serif;
	margin:5px 0 5px 0;
	}


h2 a:link, h2 a:visited, h2 a:active,
h3 a:link, h3 a:visited, h3 a:active{
	color:#148;
	text-decoration:none
}

.postmetadata {
	color:#888;
	padding:0px 0 10px 0
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#888;
	text-decoration:none
}

.postmetadata a:hover{
	text-decoration:underline
}

.entry, .entrytext{
	line-height:160%;
	margin:2px 0 0 0
	}
	
.entrytext p{
	margin:0 0 15px 0
	}

a:link,a:visited,a:active,a:hover{
	color:#148;
	text-decoration:underline
}
/* End Content*/



/* Begin Comments */
.commentlist li {
	font-weight:bold
	}

.commentlist cite, .commentlist cite a {
	font-weight:bold;
	font-style:normal;
	font-size:1.1em
	}

.commentlist p {
	font-weight:normal;
	line-height:140%;
	text-transform:none
	}

.commentmetadata {
	font-weight:normal
	}

.commentlist {
	padding:0;
	text-align:justify
	}

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}

.commentlist p {
	margin:10px 5px 10px 0
	}

#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */

	

/* Begin Lists */
.entry ul, .entry ol,
.entrytext ul, .entrytext ol{
	margin:5px 0 5px 26px
	}

#sidebar1 ul li,
#sidebar2 ul li{
	list-style:none;
	padding:2px 0
	}

#sidebar1 ul li a:link, #sidebar1 ul li a:visited, #sidebar1 ul li a:active,
#sidebar2 ul li a:link, #sidebar2 ul li a:visited, #sidebar2 ul li a:active{
	color:#36d;
	text-decoration:none
}

#sidebar1 ul li ul li a:hover,
#sidebar2 ul li ul li a:hover{
	color:#148;
	text-decoration:none
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:0;
	max-width:100%;
	border:0
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}
	
img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline
	}

img.alignleft {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline
	}

.alignright {
	float:right
	}
	
.alignleft {
	float:left
	}
.caption { 
    margin: 5px;
    padding: 5px; 
    border: solid 5px #888888; 
    background: #898989; 
    font-size:65%; 
    color: black 
   }
/* End Images */



/* Begin Form Elements */
#searchform {
	margin:2px 0;
	padding:5px 0
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px
	}

#sidebar2 #searchsubmit {
	padding:1px
	}

.entry form { 
	text-align:center
	}

select {
	width:130px
	}

#commentform input {
	width:170px;
	padding:2px;
	margin:5px 5px 1px 0
	}

#commentform textarea {
	width:100%;
	padding:2px
	}

#commentform #submit {
	margin:0;
	float:right
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border:2px solid #ccc;
	color:#333;
	background:#eee;
	font-style:italic;
	line-height:160%;
	margin:15px 10;
	padding:5px 10px 5px 10px
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}

a img {
	border:none
	}

.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/



	
.box {
	margin:0 0 20px 0;
	padding:15px;
        background:#eee;
}

.box:before {
display:block;
margin:-15px -15px 0 -15px;
height:15px;
border:none;
line-height:0.1;
font-size:1px;
}

.box:before {
background:transparent url('images/box-rechts-oben.gif')no-repeat top right;
content:url('images/box-links-oben.gif');
height:1%
}
html>body .box:before {
height: auto
}

.box:after{
clear:both;
display:block;
height:8px;
margin:-15px;
padding-top:15px;
line-height:0.1;
font-size:1px;
}

.box:after {
background:transparent url('images/box-rechts-unten.gif') scroll no-repeat bottom right;
content:url('images/box-links-unten.gif'); 
height:1%
}
html>body .box:after {
height: auto
}

.author{
	background:#282221;
	color:#fff
}

.search{
	background:#ccc;
}

.author span{
	color:#fff;
	font:normal 1.3em "trebuchet ms",arial,sans-serif;
}

.store_item {
	background:#eee;
	text-align:center;
	height:150px;
	padding:10px;
	spacing:10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
}

.store_title {
	border-top:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	color:#333;
	background:#ddd;
	font-style:italic;
	line-height:160%;
	margin:15px 10;
	padding:5px 10px 5px 10px
}
.cart {
	margin:0 0 0 185px
}