/**********************************************************************/
/** Typo Stylesheet                                                  **/
/** Wird sowohl in das Frontend, als auch in den RTE im              **/
/** Typo3 Backend geladen                                            **/
/**                                                                  **/
/** @package        HTWG Konstanz                                    **/
/** @subpackage     Typo3 Frontend Templates                         **/
/** @author         Thomas Prangenberg, ONM <tpb@onm.de>             **/
/** @since          Pre-Release ( 03.2009 )                          **/
/**                                                                  **/
/**********************************************************************/

@import url(reset.css);

html {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', arial, helvetica, sans-serif;
    font-size: medium;
}

body {
    font-size: 69%;
    line-height: 1.3em;
    color: #5f5f5f;
}

a {
    color: #36a7ea;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

a img {
    border: none;
}

hr {
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    border: none;
    border-top: 1px #cbcbcb solid;
}

h1 {
    font-size: 2.5em;
    line-height: 1em;
    margin: 0 0 30px 0;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;    
}

h3,
#content .content-element h3 {
    font-size: 1.3em;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 15px 0;  
}

.content-element h3 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 15px 0;  
}

ul, p, table, dl, ol, img, select {
    margin: 0 0 15px 0;
}

li,
#content ul li 
{
    border-bottom: 1px #cbcbcb solid;
    padding: 4px 0 4px 15px;
    background: url(../img/arrow_blue.gif) no-repeat top left; 
    list-style: none;
}

li ul,
#content ul li ul 
{
    margin: 0;
    padding: 0;
}

ul li li,
#content ul li li
{
    border-bottom: none;
    padding: 2px 0 2px 15px;
    background: url(../img/square_blue.gif) no-repeat top left;
}


ul li:last-child ,
#content ul li:last-child 
{
    border-bottom: 0;
}

table {
    border:1px solid #CCCCCC;
    width: 100%;
}

table p{
    padding: 0;
    margin: 0;
}

table th {
    text-align: left;
    padding: 3px;
}

table td {
    text-align: left;
    padding: 3px;
    border-bottom: 1px #CCCCCC solid;
}

blockquote {
    padding: 15px 30px;
    line-height: 2em;
    color: #999999;
    background: url(../img/quote.gif) no-repeat top left;
}

.horizontal-linklist {
    padding: 5px 0;
    margin-bottom: 0;
}

.horizontal-linklist li{
    float: left;
    padding: 0 5px;
    border-left: 1px #5f5f5f solid;
    border-bottom: 0;
    position: relative;
}

.horizontal-linklist li {
    border-left: 1px #FFFFFF solid;
}

#content .horizontal-linklist li {
    border-left: 1px #5f5f5f solid;
}

.horizontal-linklist li.first{
    border-left: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.grauer_rahmen {
	border: 1px #CCCCCC solid;
	padding: 15px;
}
